mirror of
https://github.com/alexal1/Insomniac.git
synced 2026-04-26 18:15:54 +03:00
[GH-ISSUE #144] Put close_instagram(device_id) at the end of the main class #112
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#112
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 @Cangarw on GitHub (Oct 18, 2020).
Original GitHub issue: https://github.com/alexal1/Insomniac/issues/144
I had sometimes the problem that Instagram did some random pop up or similar things that made the script crash.
While crashing, the script leaves the app open on the phone. This opened app could probably trigger the bot detection from Instagram.
Could you just put a
close_instagram(device_id)at the end of the main function?This solved the issue for me. And at the next start there will be a freshly opened Instagram app. 👍
@Fadude commented on GitHub (Nov 30, 2020):
Will be added the next release (v3.4.1)