mirror of
https://github.com/alexal1/Insomniac.git
synced 2026-04-26 10:05:50 +03:00
[GH-ISSUE #106] [BUG] User not found error for valid user #543
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#543
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 @philip-ulrich on GitHub (Sep 9, 2020).
Original GitHub issue: https://github.com/alexal1/Insomniac/issues/106
ref: https://discordapp.com/channels/738695604955250739/738716066326511629/752846235593080842
Error:
Cannot find user @[username], abort.When using --old mode, the search page can load slowly enough that the script thinks there is no user found. This can be fixed by adding a random sleep there. In fact, there are quite a few areas where if your connection or device is slow enough, it can error out - that is a more difficult problem to solve though.
Will throw in a quick PR to fix this.