robbeofficial / spotifyripper

small ripper script for spotify (rips playlists to mp3 and includes ID3 tags and album covers)
659 stars 102 forks source link

"IOError: Broken Pipe" due to Unicode chars in filename? #16

Closed ramteid closed 9 years ago

ramteid commented 9 years ago

Processing this specific URI, I will always get an "IOError: [Errno 32] Broken Pipe": spotify:track:1uFiJH3Z6hlmLmZZRbJR3F

I first thought it could be because of this Unicode char å in the title but processing another URI like spotify:track:0m0bUigqixm0yCfujB9gqf with the same char in the title works.

I can't explain this behaviour.

ramteid commented 9 years ago

Ok, there's a workaround here: https://github.com/robbeofficial/spotifyripper/issues/14