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
The import of an album is failing using discogs. Never had that one before
Problem
Running this command in verbose (-vv) mode:
beet import -vv *
Led to this problem:
Reimported item added 1557113713.17 from item 225672 for /export/torrent/BEET_IMPORT/25/Various - Evolution Of Dub Series/Evolution Of Dub Volume 1 - The Orig│···············································································
in Of The Species/CD2 King Tubby Dub Master Presents - Dub From The Roots/11-Stealing.flac │···············································································
Reimported item flexible attributes [u'track_alt', u'data_source'] from item 225672 for /export/torrent/BEET_IMPORT/25/Various - Evolution Of Dub Series/Evolu│···············································································
tion Of Dub Volume 1 - The Origin Of The Species/CD2 King Tubby Dub Master Presents - Dub From The Roots/11-Stealing.flac │···············································································
Sending event: database_change │···············································································
Traceback (most recent call last): │···············································································
File "/usr/local/bin/beet", line 11, in <module> │···············································································
load_entry_point('beets==1.4.7', 'console_scripts', 'beet')() │···············································································
File "/usr/local/lib/python2.7/dist-packages/beets/ui/__init__.py", line 1256, in main │···············································································
_raw_main(args) │···············································································
File "/usr/local/lib/python2.7/dist-packages/beets/ui/__init__.py", line 1243, in _raw_main │···············································································
subcommand.func(lib, suboptions, subargs) │···············································································
File "/usr/local/lib/python2.7/dist-packages/beets/ui/commands.py", line 943, in import_func │···············································································
import_files(lib, paths, query) │···············································································
File "/usr/local/lib/python2.7/dist-packages/beets/ui/commands.py", line 913, in import_files │···············································································
session.run() │···············································································
File "/usr/local/lib/python2.7/dist-packages/beets/importer.py", line 329, in run │···············································································
pl.run_parallel(QUEUE_SIZE) │···············································································
File "/usr/local/lib/python2.7/dist-packages/beets/util/pipeline.py", line 445, in run_parallel │···············································································
six.reraise(exc_info[0], exc_info[1], exc_info[2]) │···············································································
File "/usr/local/lib/python2.7/dist-packages/beets/util/pipeline.py", line 312, in run │···············································································
out = self.coro.send(msg) │···············································································
File "/usr/local/lib/python2.7/dist-packages/beets/util/pipeline.py", line 194, in coro │···············································································
func(*(args + (task,))) │···············································································
File "/usr/local/lib/python2.7/dist-packages/beets/importer.py", line 1351, in lookup_candidates │···············································································
task.lookup_candidates() │···············································································
File "/usr/local/lib/python2.7/dist-packages/beets/importer.py", line 641, in lookup_candidates │···············································································
autotag.tag_album(self.items, search_ids=self.search_ids) │···············································································
File "/usr/local/lib/python2.7/dist-packages/beets/autotag/match.py", line 460, in tag_album │···············································································
va_likely): │···············································································
File "/usr/local/lib/python2.7/dist-packages/beets/plugins.py", line 561, in decorated │···············································································
for v in generator(*args, **kwargs): │···············································································
File "/usr/local/lib/python2.7/dist-packages/beets/autotag/hooks.py", line 610, in album_candidates │···············································································
for candidate in plugins.candidates(items, artist, album, va_likely): │···············································································
File "/usr/local/lib/python2.7/dist-packages/beets/plugins.py", line 371, in candidates │···············································································
for candidate in plugin.candidates(items, artist, album, va_likely): │···············································································
File "/usr/local/lib/python2.7/dist-packages/beetsplug/discogs.py", line 151, in candidates │···············································································
return self.get_albums(query) │···············································································
File "/usr/local/lib/python2.7/dist-packages/beetsplug/discogs.py", line 216, in get_albums │···············································································
return [album for album in map(self.get_album_info, releases[:5]) │···············································································
File "/usr/local/lib/python2.7/dist-packages/beetsplug/discogs.py", line 303, in get_album_info │···············································································
original_year = self.get_master_year(master_id) if master_id else year │···············································································
File "/usr/local/lib/python2.7/dist-packages/beetsplug/discogs.py", line 230, in get_master_year │···············································································
self._log.debug(u'API Error: {0} (query: {1})', e, result._uri) │···············································································
AttributeError: 'Master' object has no attribute '_uri'
The import of an album is failing using discogs. Never had that one before
Problem
Running this command in verbose (
-vv
) mode:beet import -vv *
Led to this problem:
Setup
My configuration (output of ``) is:
The text was updated successfully, but these errors were encountered: