mirror of
https://github.com/alexal1/Insomniac.git
synced 2026-04-26 10:05:50 +03:00
[GH-ISSUE #277] remove_mass_followers error #229
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#229
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 @cecimascaras on GitHub (Feb 24, 2021).
Original GitHub issue: https://github.com/alexal1/Insomniac/issues/277
Caught an exception:
'NoneType' object has no attribute 'exists'
[02/24 12:58:10] Traceback (most recent call last):
File "", line 182, in run
File "", line 215, in run
File "D:\Insomniac-master3\insomniac\safely_runner.py", line 14, in wrapper
func(*args, **kwargs)
File "", line 205, in job
File "", line 76, in remove_mass_followers
File "D:\Insomniac-master3\insomniac\actions_impl.py", line 129, in iterate_over_followers
to_continue = iteration_callback(username, user_name_view)
File "", line 70, in iteration_callback
File "", line 11, in remove_mass_follower
File "D:\Insomniac-master3\insomniac\device_facade.py", line 516, in exists
return self.viewV2.exists(UI_TIMEOUT_SHORT if quick else UI_TIMEOUT_LONG)
AttributeError: 'NoneType' object has no attribute 'exists'
XG3-REMOVE-mass-followers.zip JSON
Crash-2021-02-24-12-58-10.zip
@Haterz-D commented on GitHub (Mar 13, 2021):
I have the same problem, did you manage to fix it?