mirror of
https://github.com/misiektoja/spotify_profile_monitor.git
synced 2026-04-26 07:25:56 +03:00
[GH-ISSUE #9] Public Playlists not completely filtered #7
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#7
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 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:
but then later on I saw this, meaning a change was not ignored for this playlist. I saw no other instances in the log.
@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.
@tomballgithub commented on GitHub (May 31, 2025):
I haven't seen this repeat over the last 2 weeks