-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
UnicodeEncodeError: 'utf-8' codec can't encode character '\udce9' in position 14: surrogates not allowed #5648
Comments
this could be due to the processed file or directory having surrogate chars (chars beyond xFFFF) when going through the walk, will test the commit on my branch later |
I'm seeing the same issue as well. It seems to be when printing candidate results when running an import:
|
I was also encountering this issue. I tried out the fix that @aszaw put in place, but the error was still getting propagated. I rearranged the exception handlers and now the import is working as expected. |
I have a feeling this issue may have been caused by #5611 |
#5662 could you check whether this helps? |
Problem
Running this command in verbose (
-vv
) mode:Led to this problem:
I can't use beets to tag my music library.
Setup
My configuration (output of
beet config
) is:Thanks for your help!
The text was updated successfully, but these errors were encountered: