beetbox / beets

music library manager and MusicBrainz tagger
http://beets.io/
MIT License
12.91k stars 1.82k forks source link

Cannot load Discogs Plugin #1517

Closed tommueller closed 9 years ago

tommueller commented 9 years ago

Hi,

just installed the Discogs Plugin on Linux Mint 17. When I start beets now I get this:

\ error loading plugin discogs Traceback (most recent call last): File "/usr/share/beets/beets/plugins.py", line 191, in load_plugins namespace = import(modname, None, None) File "/usr/share/beets/beetsplug/discogs.py", line 20, in from discogs_client import DiscogsAPIError, Release, Search ImportError: cannot import name DiscogsAPIError

Any Ideas?

Thanks! noise

sampsyo commented 9 years ago

Can we get a little more detail? Especially:

tommueller commented 9 years ago

Well tried to find out the version of discogs_client and for whatever reason its working now ... thanks I guess ... :)

sampsyo commented 9 years ago

Great!