James
James
Does seem like a connection issue. Tauon does hammer the API pretty hard when doing the initial import so maybe the server is just refusing connections after a certain point....
We could try see if limiting the rate on tauons end helps, if you want: 1. Install AUR version 2. Edit the file `/opt/tauon-music-box/tauon.py` and do a search for the...
If you're willing to experiment, could you change the number to say 3 and tell me if that works?
Thanks for testing that! Ill change this to about 3 in the next release to be on the safe side.
Yep, its a known Arch Linux bug. https://bugs.archlinux.org/task/74611 You can work around it by doing `sudo pacman -S python-httpx`
It's a dependency of pylast. Adding httpx as a dependency of Tauon would fix it... But it's really arch linuxes job to fix their package, I didn't expect it would...
Im not sure what exactly causes it, but I may be able to fix it next release. If it is what I'm thinking, you should be able to fix it...
@ManuLinares Indeed this issue is unrelated to the original. Maybe they assumed it might have been. @talhakerpicci I've made a new issue for this, let's continue there #768
> Is there a way to backup playlists just in case for the next time? Hopefully once I get a fix out it wont happen again, but you can export...
Yes, it's not a super simple fix because Tauon currently doesn't have a function that allows it to go directly from stopped state to paused state, so implementing the paused...