-
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
importfeeds: Configuration error due to handling of "dir" option on Python 3 #2467
Comments
we should probably drop the Gio backend, but I was hoping to wait til we dropped py2 and could rely on the newer pathlib completely |
You're right that it would be nice to drop Gio, @jrobeson (although that applies to the other ticket, #2466). |
Thanks for the additional report, @Armael. It looks like we have a problem with the handling of that config option in that plugin on Python 3 that could use some refactoring. Specifically, we are currently assigning into I think the right solution here is a healthy refactoring, which will avoid updating the configuration structure and instead provide a one-way path that determines the directory. |
Is there a workaround available for this? |
Fixed in f909f09. |
Problem
Running
beet import /my/album
terminates with the following message:configuration error: importfeeds.dir: must be a filename, not bytes
.Setup
The output of
beet config
is:The
~/.config/beets/config.yaml
itself is:The text was updated successfully, but these errors were encountered: