shine-jayakumar/insta-likecom-bot

Locator Error on v.05

digitizesuccess opened this issue · 3 comments

I am unsure of how to troubleshoot this. Has anyone come across this error?

/usr/local/bin/python3 ilcbot.py -u xxx -p xxxx -t 'xxx' -ff -np 1 -nc -fa 200 --delay 2,20 --limits /Users/xxx/insta-likecom-bot/limits.json --ignoretags /Users/xxx/insta-likecom-bot/Ignorelist.txt
Traceback (most recent call last):
File "/Users/xxx/insta-likecom-bot/ilcbot.py", line 14, in
from modules.insta import Insta
File "/Users/xxx/insta-likecom-bot/modules/init.py", line 5, in
from . import insta
File "/Users/xxx/insta-likecom-bot/modules/insta.py", line 47, in
from modules.locators import (
File "/Users/xxx/insta-likecom-bot/modules/locators.py", line 50, in
@DataClass
^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/dataclasses.py", line 1220, in dataclass
return wrap(cls)
^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/dataclasses.py", line 1210, in wrap
return _process_class(cls, init, repr, eq, order, unsafe_hash,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/dataclasses.py", line 958, in _process_class
cls_fields.append(_get_field(cls, name, type, kw_only))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/dataclasses.py", line 815, in _get_field
raise ValueError(f'mutable default {type(f.default)} for field '
ValueError: mutable default <class 'modules.locators.SaveLoginLocators'> for field save_login is not allowed: use default_factory

Issue already raised #118

This issue has been recognized and will be fixed soon.

Issue fixed in latest version. The fix is compatible with newer versions as well.