mirror of
https://github.com/misiektoja/spotify_monitor.git
synced 2026-04-25 22:55:52 +03:00
[GH-ISSUE #10] Errant disappearing user #9
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 (Jun 22, 2025).
Original GitHub issue: https://github.com/misiektoja/spotify_monitor/issues/10
I'm using a Spotify account that I don't care about to monitor myself. I received emails this morning and then saw this in the log. This should be filtered out, presumably due to an incorrect response from Spotify
@tomballgithub commented on GitHub (Jun 23, 2025):
I saw this again at 6am with the latest code base
@misiektoja commented on GitHub (Jun 24, 2025):
Hey,
Yes, it is issue with the Spotify endpoint and it's been bugging me since I developed the tool. Funny enough, it also affects the official Spotify client - sometimes the friend activity feed stalls and the friend disappears from the list. It's the same glitchy API issue as seen with the tool.
Fortunately it does not happen too often. It might need a fix similar to what I did for some API glitches in the spotify_profile_monitor. The tricky part is that the response is the same when you've unfollowed the monitored user or the user stops sharing their listening activity - something you'd probably want to catch ... and since it can sometimes happen for more than an hour, there's virtually no way to tell if it's a glitch or intentional action by the user.
I need to ponder over whether there's a clever way to tackle this. I'll dive into it when I find some time.