[GH-ISSUE #9] Public Playlists not completely filtered #7

Closed
opened 2026-02-27 20:07:40 +03:00 by kerem · 2 comments
Owner

Originally created by @tomballgithub on GitHub (May 17, 2025).
Original GitHub issue: https://github.com/misiektoja/spotify_profile_monitor/issues/9

On April 9, I started my current run of spotify_profile_monitor.

At the start of the log is this, correctly filtering out the public playlist:

- 'Afternoon Acoustic' [ IGNORED ]
[ https://open.spotify.com/playlist/37i9dQZF1DX4E3UdUs7fUx?si=1 ]
[ songs: 100, likes: 2163694, collaborators: 0 ]
[ owner: Spotify ]
[ date: Fri 23 Aug 2024, 10:05:15 - 7 months, 2 weeks, 3 days ago ]
[ update: Fri 23 Aug 2024, 10:05:15 - 7 months, 2 weeks, 3 days ago ]
'Unwind and let the afternoon unfold.'

but then later on I saw this, meaning a change was not ignored for this playlist. I saw no other instances in the log.

* Playlist 'Afternoon Acoustic': number of likes changed from 2163624 to 2163623 (-1)
* Playlist URL: https://open.spotify.com/playlist/37i9dQZF1DX4E3UdUs7fUx?si=1

Sending email notification to [redacted]
Check interval:		30 minutes (Thu 17 Apr 21:07 - 21:37)
Timestamp:		Thu, 17 Apr 2025, 21:37:08

Originally created by @tomballgithub on GitHub (May 17, 2025). Original GitHub issue: https://github.com/misiektoja/spotify_profile_monitor/issues/9 On April 9, I started my current run of spotify_profile_monitor. At the start of the log is this, correctly filtering out the public playlist: ``` - 'Afternoon Acoustic' [ IGNORED ] [ https://open.spotify.com/playlist/37i9dQZF1DX4E3UdUs7fUx?si=1 ] [ songs: 100, likes: 2163694, collaborators: 0 ] [ owner: Spotify ] [ date: Fri 23 Aug 2024, 10:05:15 - 7 months, 2 weeks, 3 days ago ] [ update: Fri 23 Aug 2024, 10:05:15 - 7 months, 2 weeks, 3 days ago ] 'Unwind and let the afternoon unfold.' ``` but then later on I saw this, meaning a change was not ignored for this playlist. I saw no other instances in the log. ``` * Playlist 'Afternoon Acoustic': number of likes changed from 2163624 to 2163623 (-1) * Playlist URL: https://open.spotify.com/playlist/37i9dQZF1DX4E3UdUs7fUx?si=1 Sending email notification to [redacted] Check interval: 30 minutes (Thu 17 Apr 21:07 - 21:37) Timestamp: Thu, 17 Apr 2025, 21:37:08 ```
kerem closed this issue 2026-02-27 20:07:40 +03:00
Author
Owner

@misiektoja commented on GitHub (May 21, 2025):

I switched from filtering based on owner name to ID since it turned out the first one was not too reliable. Hopefully it fixes those sporadic misses when the API behaves in an erratic way. Check out the new code and let me know.

<!-- gh-comment-id:2896148909 --> @misiektoja commented on GitHub (May 21, 2025): I switched from filtering based on owner name to ID since it turned out the first one was not too reliable. Hopefully it fixes those sporadic misses when the API behaves in an erratic way. Check out the new code and let me know.
Author
Owner

@tomballgithub commented on GitHub (May 31, 2025):

I haven't seen this repeat over the last 2 weeks

<!-- gh-comment-id:2924058909 --> @tomballgithub commented on GitHub (May 31, 2025): I haven't seen this repeat over the last 2 weeks
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/spotify_profile_monitor#7
No description provided.