Closed abdulocracy closed 4 years ago
Thanks! Any chance you could help us narrow down which plugin is causing this? It looks like discogs has gotten the extra_tags
treatment, but perhaps something went wrong with that?
@x1ppy, could you please double-check to see if some of these plugin signatures still need updating?
Oops. It looks like #3531 covered most of it, but there's one more sneaky case in plugins.py under MetadataSourcePlugin#get_artist
. It looks like several of the listed plugins (discogs
, deezer
, spotify
, beatport
) rely on that method.
@abdulocracy, can you please verify whether this branch fixes the error?
Oops. It looks like #3531 covered most of it, but there's one more sneaky case in plugins.py under
MetadataSourcePlugin#get_artist
. It looks like several of the listed plugins (discogs
,deezer
,spotify
,beatport
) rely on that method.@abdulocracy, can you please verify whether this branch fixes the error?
Can confirm, the import is successful on this branch.
Problem
Running from git tip, when trying to import I get this error:
I've tried rolling back commits and have narrowed it down to 19d6dfc8f301c4123989227084842d1c25807594. When importing an existing library without tagging there is no error.
Setup
My configuration (output of
beet config
) is: