simonschellaert / spotify2am

Import your Spotify library into Apple Music
360 stars 68 forks source link

invalid continuation byte #6

Open mknutsen opened 9 years ago

mknutsen commented 9 years ago

Maxs-MBP:spotify2am mknutsen$ PYTHONIOENCODING=utf-8 python3 retrieve-identifiers.py Traceback (most recent call last): File "retrieve-identifiers.py", line 40, in next(playlist_reader) File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/codecs.py", line 319, in decode (result, consumed) = self._buffer_decode(data, self.errors, final) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd1 in position 8: invalid continuation byte

lord-enzo commented 8 years ago

same here