Open JOJ0 opened 1 year ago
Huh; this is mysterious and bad! To expand a little bit, the problem is arising here: https://github.com/beetbox/beets/blob/62859f4389715d87af36827b6042d21a82e91fdc/beets/library.py#L152-L153
And the problem is that value
is a string when it should be a number (int or float). The problem probably occurs earlier, when we set the added
field on one of the items. However, the parse
method of the type should be taking care of converting the string to a number:
https://github.com/beetbox/beets/blob/62859f4389715d87af36827b6042d21a82e91fdc/beets/library.py#L155
So the place to start hunting for a root cause is around there… i.e., trying to identify why we're not putting a number in that field in the first place.
Thanks a lot for the pointers, very much appreciated. I'll try to move on with this topic at some point but even though it's a bug it doesn't bother me too much and is not on the very top of my priorities list :-)
Problem
Running this command
Led to this problem:
-a
) also crashes when choosing "select" at the prompt!Setup
I tried with my custom time config
but also with the default
same result.