Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encoding error means no files match #2

Open
cgiAlexis opened this issue Jun 16, 2014 · 1 comment
Open

Encoding error means no files match #2

cgiAlexis opened this issue Jun 16, 2014 · 1 comment

Comments

@cgiAlexis
Copy link

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

@cgiAlexis
Copy link
Author

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 above appears at the end of a dry run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant