You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The encoding error that means no files get recognised in Windows. benjymouse figured it out for your deezerexport so I'm just trying to insert his fix into your gmusicimport but since I'm a pynoob maybe you could show us your skills?
Tyvm for reading this,
Alexis
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "gmusicimport.py", line 70, in < module >
print("[!!!] No good match for %s" % query)
File "c:\Python27\lib\encodings\cp850.py", line 12, in encode
return codecs.charmap_encode(input,errors,encoding_map)
UnicodeEncodeError: 'charmap' codec can't encode character u'\u2013' in position
40: character maps to < undefined >
The encoding error that means no files get recognised in Windows. benjymouse figured it out for your deezerexport so I'm just trying to insert his fix into your gmusicimport but since I'm a pynoob maybe you could show us your skills?
Tyvm for reading this,
Alexis
The text was updated successfully, but these errors were encountered: