drago1520
drago1520
**### Problem**: I am getting:Opening post likers. [03/15 09:06:47] ERROR | Can't load likers list.. On the newest ig version. **Question**: How to fix it? - maybe a older but...
I am working on a workaround with the help of @uvzz.
Specifically, the seen_user_count is reset to 0 for each item in user_list inside the loop, which means it will always be either 0 or 1 and never accumulate across iterations....
# Problematic snippet ``` while True: screen_iterated_followings = [] logger.info("Iterate over visible followings.") user_list = device.find( resourceIdMatches=self.ResourceID.USER_LIST_CONTAINER, ) row_height, n_users = inspect_current_view(user_list) for item in user_list: # inner user_list counter...
From my 2-week experience, it has not caused any problems. I am using it in my [Payload Postgres starter](https://github.com/drago1520/simple-payload-starter), which has less bloat than the website template, and most importantly,...
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)"....
same here. Closed all chrome instances. Even closed Brave browser
Please fix the extension. It does not work at all
Thank you for the pull request @anas-araid !
Same here. This has gotta be the best GH issue I've seen. [Link to my repository](https://github.com/drago1520/payloadcms-speed-test-next16-from-scratch); I've dockerized everything, so it's easy to run.