-
-
Notifications
You must be signed in to change notification settings - Fork 181
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
Fix for bug #285 and possibly #301 #369
base: master
Are you sure you want to change the base?
Conversation
…ollowers list to load
…ollowers list to load
…ollowers list to load
…ollowers list to load
…ollowers list to load
…ollowers list to load
…ollowers list to load
…ollowers list to load
I saw the problem. When the bot goes over a reel, cannot detect it is a reel, rather it says "It's a carousel with 0 photo(s) and 0 video(s). (views.py:918)". Then it clicks twice to like it, but it is taken to the instagram reel page. Then tries to scroll weakly and goes in an infinite loop (i have video proof and logs, add me on discord: drago1520). |
Description
the bot sometimes detects reels as carousels with 0 items and stops responding for hours until it crashes
refer to:
#285 (comment)
#301 (comment)
Fixes # (issue)
In a case where a carousel is detected with 0 items - change the media type detected to Reel
How Has This Been Tested?
The test was running for several sessions. A carousel with 0 items was detected and the bot did not crash.
Test Configuration:
Checklist:
Needs testing in more configurations?