mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-27 00:25:53 +03:00
[GH-ISSUE #1060] (BUG) Error when playing podcasts #481
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#481
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 @amyipdev on GitHub (Dec 31, 2022).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/1060
Related: #1055
If I play a podcast,
spotify-tuiis okay for a minute or two - and then bugs out. (Tested on an NPR Daily News podcast from my Made-for-You Daily Drive). I get a 404 error with the description "non existing id".It appears as if this is a "market" issue. Googling, I found this: https://github.com/spotipy-dev/spotipy/issues/552. Turns out the "market" field is documented as optional but is required, and if set incorrectly can cause podcasts that are able to play (I use spotifyd and everything kept working just fine with web controls - I even deleted my spotify-tui devapp and remade it just to test) to cause errors.
The issue is so bad that I can no longer use SPT at all when it happens. I had to go and select a proper song off of the web control in order to release the softlock.