mirror of
https://github.com/misiektoja/spotify_profile_monitor.git
synced 2026-04-26 07:25:56 +03:00
[GH-ISSUE #12] Errant changes to followers & followings #10
Labels
No labels
Stale
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify_profile_monitor#10
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 @tomballgithub on GitHub (May 31, 2025).
Original GitHub issue: https://github.com/misiektoja/spotify_profile_monitor/issues/12
I've been running the latest release. I noticed multiple followers/followings being reduced to 0 and then restored later.
I verified during the first instance that the followers had not been changed.
Thurs, 1:45pm, from 12->0 followings
Thurs, 4:19pm, from 0->12 followings
Fri, 3:07pm, from 2->0 followers
Fri, 3:39pm, from 0->2 followers
Fri, 3:07pm, from 12->0 followings
Fri, 3:39pm, from 0->12 followings
@tomballgithub commented on GitHub (Jun 4, 2025):
On Friday 5/30, I restarted the profile monitor. Log shows that 2 followers were found. Then on Monday, 6/2, the followers were dropped down to 0. I verified this is not accurate using the spotify app. On the evening of 6/3, 1.5 days later, the followers have not returned to 2 in the log.
I restarted the monitor and it shows 2 followers:
@misiektoja commented on GitHub (Jun 4, 2025):
Hey, yes, those pesky Spotify API glitches are still haunting me too. I've seen similar hiccups with followers and followings every now and then. The current workaround for playlist issues isn't bulletproof either. I've got a few ideas that might finally sort it out for good. Once I get a bit of time, I'll try to fix it.
@misiektoja commented on GitHub (Jun 9, 2025):
I think this time I've sorted out those issues for good. To avoid false alarms about the erratic disappearance of playlists, followers and followings, the tool now delays notifications until this happens 3 times in a row. It's configurable - check the PLAYLISTS_DISAPPEARED_COUNTER and FOLLOWERS_FOLLOWINGS_DISAPPEARED_COUNTER options.