-
-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Press back Button" never ending loop #414
Comments
Same here 🫠 |
The problem is in the file core/views.py line 1553
I understand that this should click the avatar but it doesn't and keeps in the while loop forever. I've commented all the lines within the function, click the avatar myself and know it's working. I'm using the ig version 300.0.0.29.110 Python 3.9.2 Android Debug Bridge version 1.0.41 Raspberry Pi 4 Model B Rev 1.5 Any suggestions on how to fix it? |
You're on wrong API. Use android 10, API 29, which has the three buttons including the back button. |
Tried various Android Version and Instagram versions. Always get the same problem when initiating the bot:
[08/15 12:34:14] DEBUG | Navigating to main account...
[08/15 12:34:44] DEBUG | Press back button.
[08/15 12:34:45] DEBUG | 0.90s sleep
[08/15 12:35:16] DEBUG | Press back button.
[08/15 12:35:17] DEBUG | 2.11s sleep
[08/15 12:35:48] DEBUG | Press back button.
etc...
Environment:
Relevant Logs:
[08/15 12:34:14] DEBUG | Navigating to main account...
[08/15 12:34:44] DEBUG | Press back button.
[08/15 12:34:45] DEBUG | 0.90s sleep
[08/15 12:35:16] DEBUG | Press back button.
[08/15 12:35:17] DEBUG | 2.11s sleep
[08/15 12:35:48] DEBUG | Press back button.
[08/15 12:35:49] DEBUG | 1.98s sleep
[08/15 12:36:21] DEBUG | Press back button.
[08/15 12:36:22] DEBUG | 2.07s sleep
[08/15 12:36:54] DEBUG | Press back button.
[08/15 12:36:55] DEBUG | 0.99s sleep
[08/15 12:37:25] DEBUG | Press back button.
[08/15 12:37:26] DEBUG | 1.90s sleep
[08/15 12:37:58] DEBUG | Press back button.
[08/15 12:37:59] DEBUG | 2.27s sleep
[08/15 12:38:30] DEBUG | Press back button.
[08/15 12:38:31] DEBUG | 1.46s sleep
Thanks for your help.
The text was updated successfully, but these errors were encountered: