You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 17, 2022. It is now read-only.
This is the issue I've encountered:
/home/pi/crispyfi/lib/spotify_handler.coffee:4352: Uncaught Error: Track not playable
We're based down in New Zealand and I'm guessing if the player hits a song that's been region blocked it throws this error. what would be great is if rather than causing this error it could be caught and simply skip to the next track?
Thanks!
Darren
The text was updated successfully, but these errors were encountered:
Hey,
could you give the skip-on-track-error branch a go?
I haven't immediately found a track that's blocked over here in Germany, so I don't know for sure whether my change fixes your problem, but it just might.
Also, you might want to make sure to not have a playlist full of blocked tracks, otherwise you're in for an endless loop ;)
Hi there,
First off – great product, thanks for the work :)
This is the issue I've encountered:
/home/pi/crispyfi/lib/spotify_handler.coffee:4352: Uncaught Error: Track not playable
We're based down in New Zealand and I'm guessing if the player hits a song that's been region blocked it throws this error. what would be great is if rather than causing this error it could be caught and simply skip to the next track?
Thanks!
Darren
The text was updated successfully, but these errors were encountered: