[GH-ISSUE #319] Unfollow not working [no data about followed user and interactions saved to the database] #272

Closed
opened 2026-03-02 23:39:10 +03:00 by kerem · 2 comments
Owner

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:

Screen Shot 2021-04-14 at 19 58 50

This is the end of the logs during unfollow action:

image

Also this is is what one of the guys wrote on the discord:

Screen Shot 2021-04-14 at 19 57 54

There is also a problem with saving interactions to the database. That's what one of the users said:

Screen Shot 2021-04-14 at 20 00 14

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: ![Screen Shot 2021-04-14 at 19 58 50](https://user-images.githubusercontent.com/15012920/114757189-d66d3c80-9d5b-11eb-957c-fc57d11aff34.png) This is the end of the logs during unfollow action: ![image](https://user-images.githubusercontent.com/15012920/114757116-bfc6e580-9d5b-11eb-8a71-4003e75db1a6.png) Also this is is what one of the guys wrote on the discord: ![Screen Shot 2021-04-14 at 19 57 54](https://user-images.githubusercontent.com/15012920/114757085-b473ba00-9d5b-11eb-83fb-df6939fff02d.png) There is also a problem with saving interactions to the database. That's what one of the users said: ![Screen Shot 2021-04-14 at 20 00 14](https://user-images.githubusercontent.com/15012920/114757348-07e60800-9d5c-11eb-853b-e6d6090c911b.png)
kerem closed this issue 2026-03-02 23:39:10 +03:00
Author
Owner

@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.

<!-- gh-comment-id:830970229 --> @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.
Author
Owner

@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-anyone and use whitelist.

<!-- gh-comment-id:832887253 --> @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-anyone` and use whitelist.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Insomniac#272
No description provided.