Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An errror occurred while ripping a Playlist #23

Open
ghost opened this issue Feb 13, 2015 · 1 comment
Open

An errror occurred while ripping a Playlist #23

ghost opened this issue Feb 13, 2015 · 1 comment

Comments

@ghost
Copy link

ghost commented Feb 13, 2015

Spotifyripper cancel its process (Track not availble)

Have you for this issue any suggestion to skipping unplayable tracks ?

Thanks

Robin

@tom08zehn
Copy link

I had the same. I edited jbripper.py and wrapped line 117 in a try statement as follows:

ok = True
try:
self.ripper.load_track(track) # original line 117
except Exception:
ok = False
if ok:
rip_init(session, track)

I would like to see this as a feature request :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant