discogs / discogs_client

DEPRECATED - Official Python Client for the Discogs API
http://www.discogs.com/developers
Other
479 stars 132 forks source link

master error when using discog #101

Closed satfreak closed 4 years ago

satfreak commented 5 years ago

Error with discog

satfreak commented 5 years ago

Using discog-client with beers io. But now getting errors

+++++++++++++++++++++++++++++++ File "/opt/local/lib/python2.7/site-packages/beetsplug/discogs.py", line 176, in candidates return self.get_albums(query) File "/opt/local/lib/python2.7/site-packages/beetsplug/discogs.py", line 245, in get_albums return [album for album in map(self.get_album_info, releases[:5]) File "/opt/local/lib/python2.7/site-packages/beetsplug/discogs.py", line 335, in get_album_info original_year = self.get_master_year(master_id) if master_id else year File "/opt/local/lib/python2.7/site-packages/beetsplug/discogs.py", line 262, in get_master_year self._log.debug(u'API Error: {0} (query: {1})', e, result._uri) AttributeError: 'Master' object has no attribute '_uri' +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

One of the albums causing this error , which i could trace back is The Human League/2016 - Anthology

vreon commented 4 years ago

Hi, thank you for opening this issue.

Unfortunately, this project is no longer actively maintained, and today, we're archiving the repository and publishing the final version to PyPI.

We sincerely appreciate your contribution and regret that we weren't able to give it the attention it deserved.