-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
beets crashing with an utf-8 decoding error #2168
Comments
@sampsyo : ignore that, since there's truly a utf-8 locale here. |
It appears that the files on which beets is crashing just happen to have non-utf8 junk in their filenames (so I guess they can be considered as broken):
|
Thanks for the report; this is definitely a bug. Here are the technical details: we should never do I'll attempt a fix for this now, but it will be useful to have confirmation from our build bots… |
Fixed (probably) by treating paths correctly "in the beets way": the internal representation is bytes, and we convert with |
Problem
When importing my music library (
beet import mymusic/
), beets crashed with the following traceback:Setup
beet --version
says 1.3.18My configuration (output of
beet config
) is:The text was updated successfully, but these errors were encountered: