-
-
Notifications
You must be signed in to change notification settings - Fork 110
Open
Labels
Description
I updated the classical extras plugin to 2.0.6, and I can open the options menu without picard crashing, but when I add albums, I get this error repeated many times. Picard doesn't crash, but the albums appear red, and have a lot of fields missing.
File "/usr/lib/python3.7/site-packages/picard/album.py", line 404, in _finalize_loading_track
run_track_metadata_processors(self, tm, track_node, self._release_node)
File "/usr/lib/python3.7/site-packages/picard/metadata.py", line 409, in run_track_metadata_processors
_track_metadata_processors.run(album_object, metadata, track, release)
File "/usr/lib/python3.7/site-packages/picard/plugin.py", line 219, in run
function(*args, **kwargs)
File "/home/aidane/.config/MusicBrainz/Picard/plugins/classical_extras.zip/classical_extras/__init__.py", line 4138, in add_work_info
self.ERROR = options["log_error"]
TypeError: string indices must be integers```