mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-27 00:25:53 +03:00
[GH-ISSUE #937] Music stops after ~ 10 minutes #407
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#407
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 @Zac8668 on GitHub (Jan 6, 2022).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/937
My music stops after 10 minutes of normal use, I'm using spotifyd, this does not occur with the spotify web player, however I can connect with spotifyd with my phone just fine, on spotify-tui it shows this error
Spotify API error code 404: Device not foundwhen I try to connect to spotifyd again after it stops.spotifyd log trough verbose:
spotifyd.conf (maybe I'm missing something here?):
I also tried changing from the default backend(alsa, before I did not specify on the conf file) to rodio to see if the problem would solve, but nothing.
@Zac8668 commented on GitHub (Jan 7, 2022):
I looked more into it and now I think it's a spotifyd issue, not sure tho.
@Zac8668 commented on GitHub (Jan 12, 2022):
Found out that this is not even spotifyd specific, not close to be spotify-tui, I have the same problem on ncspot, but there I found a solution, I made this script here:
It works but not practical, this is so specific and I hope it vanishes when I reinstall my OS, but if someone finds it too, here is my solution.
@Zac8668 commented on GitHub (Jan 17, 2022):
I did reinstall my OS and it did not vanish, that's crazy.
@Zac8668 commented on GitHub (Jan 19, 2022):
It's solved now, I think the problem was that I had a application made on spotify dev, if someone encounters this I hope I can help