-
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
thumbnail plugin: "AttributeError: 'bytes' object has no attribute 'encode'" when importing an album #2466
Comments
Hi! Any chance you can get a verbose log leading up to this? There should be a line like this:
which should help narrow down where the problem is coming from. |
Looking at the verbose log, it looks like the corresponding line is |
No, that will do; thanks! I just pushed a possible fix—could you give the new commit a try and see if that solves the problem? |
It seems to have fixed the crash, thanks! |
Great! That sounds like a separate issue, related to this part of your config:
Any particular reason why you have a chunk of binary data in that config option? |
Mmh, this only seems to appear in the output of My
|
Very strange. That definitely looks wrong… I think I might see the problem, but would you mind opening another bug to track this? |
Sure, see #2467 |
Problem
For most of the albums I tried lastly, when running
beet import /my/album
, thethumbnails
plugin crashes with the following error:Setup
My configuration (output of
beet config
) is:The text was updated successfully, but these errors were encountered: