mirror of
https://github.com/alexal1/Insomniac.git
synced 2026-04-26 10:05:50 +03:00
[GH-ISSUE #104] False/Positive for 'Action Blocked' dialog and 'Facebook Shops' dialog. #540
Labels
No labels
bug
duplicate
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Insomniac#540
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @guztavoalves on GitHub (Sep 9, 2020).
Original GitHub issue: https://github.com/alexal1/Insomniac/issues/104
I getting a false/positive for Action blocked, but seeing the screenshot, it's wrong, because the dialog is from 'Facebook Shops'.
Traceback (most recent call last): File "insomniac.py", line 641, in <module> main() File "insomniac.py", line 216, in main on_interaction) File "insomniac.py", line 326, in _job_handle_bloggers job() File "insomniac.py", line 626, in wrapper raise e File "insomniac.py", line 599, in wrapper func(*args, **kwargs) File "insomniac.py", line 322, in job on_interaction) File "/BOTNET/Insomniac/src/action_handle_blogger.py", line 40, in handle_blogger _iterate_over_followers(device, interaction, is_follow_limit_reached, storage, on_interaction, is_myself) File "/BOTNET/Insomniac/src/action_handle_blogger.py", line 161, in _iterate_over_followers interaction_succeed, followed = interaction(device, username=username, can_follow=can_follow) File "/BOTNET/Insomniac/src/action_handle_blogger.py", line 306, in _interact_with_user return True, _follow(device, username, follow_percentage, sessions_run,likes_count) File "/BOTNET/Insomniac/src/action_handle_blogger.py", line 412, in _follow detect_block(device) File "/BOTNET/Insomniac/src/utils.py", line 121, in detect_block raise ActionBlockedError("Seems that action is blocked. Consider reinstalling Instagram app and be more careful" src.utils.ActionBlockedError: Seems that action is blocked. Consider reinstalling Instagram app and be more careful with limits!