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

Does not handle special char " in title names #3

Open
davidkarlsen opened this issue Jan 4, 2014 · 1 comment
Open

Does not handle special char " in title names #3

davidkarlsen opened this issue Jan 4, 2014 · 1 comment

Comments

@davidkarlsen
Copy link

spotify:track:1jBcfkNUcPzMGYKgGKVoKE

Will lead to:
Loading track...
Loaded track: Big Fun - Original 12" Mix
ripping Big Fun - Original 12" Mix.mp3 ...Playing
/bin/sh: 1: Syntax error: Unterminated quoted string
.Traceback (most recent call last):
File "./jbripper.py", line 142, in
ripper.connect()
File "/usr/local/lib/python2.7/dist-packages/spotify/manager/session.py", line 81, in connect
self.loop(self.session) # returns on logged out
File "/usr/local/lib/python2.7/dist-packages/spotify/manager/session.py", line 97, in loop
session, *message['args'])
File "./jbripper.py", line 128, in music_delivery_safe
rip(session, frames, frame_size, num_frames, sample_type, sample_rate, channels)
File "./jbripper.py", line 46, in rip
pipe.write(frames);
IOError: [Errno 32] Broken pipe
^C

@AndersTornkvist
Copy link

I believe my pull request #4 fixes this.

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

2 participants