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

IOError: [Errno 32] Broken pipe #14

Open
ramonskie opened this issue Oct 11, 2014 · 5 comments
Open

IOError: [Errno 32] Broken pipe #14

ramonskie opened this issue Oct 11, 2014 · 5 comments

Comments

@ramonskie
Copy link

when trying to download song spotify:track/0Ug6x0wl0Sjmombbtckutr

i get the following error

Logging in, please wait...
Logged in!
Loading track...
Loaded track: A Brand New Day - The Wiz/Soundtrack Version
ripping A Brand New Day - The Wiz/Soundtrack Version.mp3 ...Playing
Can't init outfile '/home/klm21904/Workspace/spotifyripper/Diana Ross/The Wiz/A Brand New Day - The Wiz/Soundtrack Version.mp3'
.Traceback (most recent call last):
  File "./jbripper.py", line 152, in <module>
    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 138, in music_delivery_safe
    rip(session, frames, frame_size, num_frames, sample_type, sample_rate, channels)
  File "./jbripper.py", line 54, in rip
    pipe.write(frames);
IOError: [Errno 32] Broken pipe
@Tak-MK
Copy link

Tak-MK commented Nov 17, 2014

I have that problem too, it fails when the song has any character like / or ( )

@ramonskie
Copy link
Author

i'm using the @AndersTornkvist fork now

@Tak-MK
Copy link

Tak-MK commented Nov 17, 2014

Thanks! I'm triying to download that pull request using tutorials but I can't... How did you done it?

Thanks a lot!

@ramonskie
Copy link
Author

just clone that fork in a new dir and use that instead

git clone https://github.com/AndersTornkvist/spotifyripper.git

@Tak-MK
Copy link

Tak-MK commented Nov 17, 2014

Working, thanks!

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