You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ beet ls -f '$spotify_track_popularity - $plex_userrating - $album - $title - $plex_lastviewedat - $plex_ratingkey - $spotify_album_id' spotify_track_popularity- album:"Call Me Bae"
Traceback (most recent call last):
File "/home/arsaboo/.local/bin/beet", line 8, in<module>sys.exit(main())
^^^^^^
File "/home/arsaboo/.local/lib/python3.12/site-packages/beets/ui/__init__.py", line 1870, in main
_raw_main(args)
File "/home/arsaboo/.local/lib/python3.12/site-packages/beets/ui/__init__.py", line 1849, in _raw_main
subcommand.func(lib, suboptions, subargs)
File "/home/arsaboo/.local/lib/python3.12/site-packages/beets/ui/commands.py", line 1603, in list_func
list_items(lib, decargs(args), opts.album)
File "/home/arsaboo/.local/lib/python3.12/site-packages/beets/ui/commands.py", line 1598, in list_items
foritemin lib.items(query):
File "/home/arsaboo/.local/lib/python3.12/site-packages/beets/dbcore/db.py", line 841, in __iter__
objects = self.sort.sort(list(self._get_objects()))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/arsaboo/.local/lib/python3.12/site-packages/beets/dbcore/query.py", line 1007, in sort
return sorted(objs, key=key, reverse=not self.ascending)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: '<' not supported between instances of 'str' and 'int'
This may be related to the recent db PRs.
cc: @snejus@valrus
The text was updated successfully, but these errors were encountered:
Unless you're using a cutting-edge unreleased version of beets, I believe this is the same issue as #5512, and #5570 fixes it. But that fix hasn't been released yet.
Ran into this today.
This may be related to the recent db PRs.
cc: @snejus @valrus
The text was updated successfully, but these errors were encountered: