ModalSeoul / Weeb.FM

Last.fm successor. "Weeb.fm" is definitely a temporary name.
MIT License
45 stars 3 forks source link

[Bug] MusicBee scrobbler crashes when playing an album with Unicode characters #21

Closed ghost closed 7 years ago

ghost commented 7 years ago

Traceback (most recent call last): File "MusicBee.py", line 63, in File "MusicBee.py", line 59, in check_musicbee File "MusicBee.py", line 39, in scrobble File "c:\python35-32\lib\encodings\cp437.py", line 19, in encode UnicodeEncodeError: 'charmap' codec can't encode character '\xc3' in position 12347: character maps to Failed to execute script MusicBee

Furthermore it seems to also happen when playing an album that has a number in the title

Example: V4MP1R3S

ModalSeoul commented 7 years ago

Unicode I understand. Numbers shouldn't cause a crash, though.

ModalSeoul commented 7 years ago

Solved a few days ago. Forgot to close.