mirror of
https://github.com/misiektoja/spotify_profile_monitor.git
synced 2026-04-25 23:15:57 +03:00
[GH-ISSUE #34] False issues caused by network/api problems #23
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#23
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 (Feb 12, 2026).
Original GitHub issue: https://github.com/misiektoja/spotify_profile_monitor/issues/34
In general, when I look at the console for this app, I can count on there being some type of periodic network issue causing activity and not that a monitored user actually did anything.
At 11pm last night, I got 13 of these playlist errors in a row. It sure would be nice to have a way to protect against these errors. Yes, as I mentioned above, there are lots of little things that cause random error messages, but getting so many of these at once is a true issue as opposed to an annoyance.
Other random errors:
@misiektoja commented on GitHub (Feb 12, 2026):
We could potentially introduce some flag / config option to silence those warnings or filter them and print only more relevant ones. I personally like it as I have full view on what is going on.
For now you I suggest you remove those lines below (lines 3691-3693):
@tomballgithub commented on GitHub (Feb 13, 2026):
Thanks. I'm testing something for the playlist errors specifically, and may create a PR