Picard not loading albums

Using 2.04 and PC, Picard no longer actually loads album information on any selection. Made sure the firewall was clear, that’s not the issue. Info error says:
Traceback (most recent call last):
File “picard\album.py”, line 327, in _finalize_loading_track
File “picard\metadata.py”, line 371, in run_track_metadata_processors
File “picard\plugin.py”, line 510, in run
File “C:\Users\Me\AppData\Local\MusicBrainz\Picard\plugins\albumartist_website.py”, line 75, in add_artist_website
self.website_add_track(album, album._new_tracks[-1], artistId)
File “C:\Users\me\AppData\Local\MusicBrainz\Picard\plugins\albumartist_website.py”, line 84, in website_add_track
return album.tagger.xmlws.get(host, port, path,
AttributeError: ‘Tagger’ object has no attribute ‘xmlws’

any idea what to do?

First, try disabling the albumartist_website plugin to see if that stops the problem. If so, then it is likely a problem with the plugin. I haven’t checked, but it could be that the plugin hasn’t been updated to work with Picard v2.0 yet. I would then try uninstalling the plugin, restart Picard and then reinstall to see if that helps.

2 Likes

That problem is you are trying to run a picard version 1 plugin on picard version 2.
Delete the bad plugin and try running picard again.

Perfect, I really appreciate the help. I was stumped.