GramAddict / bot

Completely free and open-source human-like Instagram bot. Powered by UIAutomator2 and compatible with basically any Android device 5.0+ that can run Instagram - real or emulated.
https://docs.gramaddict.org
MIT License
1.11k stars 173 forks source link

EmptyList Error / Crashes. #286

Open codeclinic opened 1 year ago

codeclinic commented 1 year ago

What happened: Gramaddict regularly crashes regardless of the type of interaction(s) I am trying to complete. It will run for a variable period of time and then crash.

What you expected to happen: It to continually run until the limits are met.

How to reproduce it (as minimally and precisely as possible): Run any form of interactions

Anything else we need to know?:

Environment:

Relevant Logs: Traceback (most recent call last): File "c:\users\phill.pyenv\pyenv-win\versions\3.8.2\lib\runpy.py", line 193, in _run_module_as_main return _run_code(code, main_globals, None, File "c:\users\phill.pyenv\pyenv-win\versions\3.8.2\lib\runpy.py", line 86, in _run_code exec(code, run_globals) File "C:\Users\phill\instagramtools\gramaddict.venv\Scripts\gramaddict.exe__main.py", line 7, in File "C:\Users\phill\instagramtools\gramaddict.venv\lib\site-packages\GramAddict\main.py", line 138, in main actionsargs.subparser File "C:\Users\phill\instagramtools\gramaddict.venv\lib\site-packages\GramAddict\main__.py", line 40, in cmd_run start_bot() File "C:\Users\phill\instagramtools\gramaddict.venv\lib\site-packages\GramAddict\core\bot_flow.py", line 314, in start_bot configs.actions[plugin].run( File "C:\Users\phill\instagramtools\gramaddict.venv\lib\site-packages\GramAddict\plugins\interact_blogger_followers.py", line 126, in run job() File "C:\Users\phill\instagramtools\gramaddict.venv\lib\site-packages\GramAddict\core\decorators.py", line 100, in wrapper raise e from e File "C:\Users\phill\instagramtools\gramaddict.venv\lib\site-packages\GramAddict\core\decorators.py", line 31, in wrapper func(*args, **kwargs) File "C:\Users\phill\instagramtools\gramaddict.venv\lib\site-packages\GramAddict\plugins\interact_blogger_followers.py", line 109, in job self.handle_blogger( File "C:\Users\phill\instagramtools\gramaddict.venv\lib\site-packages\GramAddict\plugins\interact_blogger_followers.py", line 185, in handle_blogger handle_followers( File "C:\Users\phill\instagramtools\gramaddict.venv\lib\site-packages\GramAddict\core\handle_sources.py", line 677, in handle_followers iterate_over_followers( File "C:\Users\phill\instagramtools\gramaddict.venv\lib\site-packages\GramAddict\core\handle_sources.py", line 725, in iterate_over_followers row_height, n_users = inspect_current_view(user_list) File "C:\Users\phill\instagramtools\gramaddict.venv\lib\site-packages\GramAddict\core\utils.py", line 738, in inspect_current_view raise EmptyList GramAddict.core.utils.EmptyList




*Note: if you have a crash log, please do not attach the archive here as this is not a secure place to upload the sensitive data inside. Please open a ticket in Discord in #lobby and provide the ticket ID here.

roncam82 commented 9 months ago

Was this sorted please ?