Non ASCII characters in music releases

Issue #13 resolved
Gfy repo owner created an issue

http://rescene.wikidot.com/forum/t-679681

'ascii' codec can't decode byte 0x92 in position 10: ordinal not in range(128)

SRS creation fails.

Comments (5)

  1. vadmium

    Reproduced the issue in older versions with Nargaroth-Herbstleyd-1998-VRIL, but the current version works without errors in Python 3.

    In Python 2, the error has moved to some path manipulation code. It might be possible to fix, but it might be simpler to just use Python 3 :)

  2. Gfy reporter

    Then I think it's best to catch this error in Python 2 and print out/log a message with this info.

  3. Log in to comment