Closed Armael closed 7 years ago
Hi! Any chance you can get a verbose log leading up to this? There should be a line like this:
using (something) to compute URIs
which should help narrow down where the problem is coming from.
Looking at the verbose log, it looks like the corresponding line is thumbnails: using GIO to compute URIs
. Should I paste the entire verbose log?
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!
I noticed however than the beet import
now ends by printing configuration error: importfeeds.dir: must be a filename, not bytes
. Is that normal?
Great!
That sounds like a separate issue, related to this part of your config:
importfeeds:
dir: !!binary |
L3Bvb2wvbXVzaXF1ZQ==
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 beet config
.
My ~/.config/beets/config.yaml
is as follows:
directory: /pool/musique
library: /pool/musiclibrary.blb
plugins: fromfilename embedart fetchart lastgenre thumbnails importfeeds
embedart:
ifempty: yes
fetchart:
enforce_ratio: 5%
lastgenre:
count: 5
force: no
import:
incremental: yes
log: /pool/beets_import.log
importfeeds:
formats: m3u
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: