mirror of
https://github.com/alexal1/Insomniac.git
synced 2026-04-26 18:15:54 +03:00
[GH-ISSUE #319] Unfollow not working [no data about followed user and interactions saved to the database] #272
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#272
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 @wojciechsmol on GitHub (Apr 14, 2021).
Original GitHub issue: https://github.com/alexal1/Insomniac/issues/319
Me and many guys from discord have the same issues which is it seems that data about followed and interacted accounts is not saved or not read properly, which causes unfollow action to fail and it does not unfollow any people.
It seems like the bot is just not filling the "follow_status" In the Insomniac.db
So basically after bot followed and interacted with many users it still does not unfollow any people despite my command being:
This is the end of the logs during unfollow action:
Also this is is what one of the guys wrote on the discord:
There is also a problem with saving interactions to the database. That's what one of the users said:
@JJChelsea commented on GitHub (May 3, 2021):
I have the same problem as wojciechsmol. Either the bot has not saved a record of the accounts it has followed or it is not retrieving the database properly when iterating over the list of currently following profiles. Every account it has followed that it finds in the list of currently following profiles, it incorrectly says "Skip @[ACCOUNTNAME]. Following status: UNFOLLOWED (probably not followed by the bot...)". But the following status is not unfollowed. I am at a loss as to how to fix this.
@alexal1 commented on GitHub (May 5, 2021):
Fixed in
v3.7.11.Older versions weren't writing to the database that profile was followed by the bot itself. Sorry for this issue. You can run unfollowing with
--unfollow-followed-by-anyoneand use whitelist.