After upgrading* to MusicBrainz v2.8.5, starting MusicBrainz gives:
> An unexpected error has caused Picard to crash. Please report this issue on the MusicBrainz bug tracker.
>
>Traceback (most recent call last):
> File "config.py", line 345, in run_upgrade_hooks
> File "config_upgrade.py", line 309, in upgrade_to_v2_4_0_beta_3
>AttributeError: 'list' object has no attribute 'split'
>During handling of the above exception, another exception occurred:
>Traceback (most recent call last):
> File "tagger.py", line 17, in <module>
> File "tagger.py", line 1083, in main
> File "tagger.py", line 265, in {}init{}
> File "config_upgrade.py", line 504, in upgrade_config
> File "config.py", line 348, in run_upgrade_hooks
>picard.config.ConfigUpgradeError: Error during config upgrade from version 2.2.0.dev3 to 2.4.0.beta3 using upgrade_to_v2_4_0_beta_3():
>Traceback (most recent call last):
> File "config.py", line 345, in run_upgrade_hooks
> File "config_upgrade.py", line 309, in upgrade_to_v2_4_0_beta_3
>AttributeError: 'list' object has no attribute 'split'
*If I recall correctly the issue appeared after upgrading an earlier version than 2.8.5.
Thanks for coming back to this. The configuration on Windows is installed in %APPDATA%\MusicBrainz\ . You can just enter this in the file Explorer path and it should jump to the proper location depending on where %APPDATA% points to.
But to manually navigate there this is usually placed at C:\UsersYourUserName\AppData\Roaming\MusicBrainz
Move any files there elsewhere or just rename the MusicBrainz folder to something else. If you know start Picard it should recreate the folder with a fresh config.
I'd still be interested if you could share me the config. To avoid personal data (MB username and login token) getting leaked here you can also send it per e-mail to outsidecontext AT metabrainz DOT org. You can also open this file in any text editor and remove the access tokens (look for lines starting with "oauth_" and remove them).
Regarding a pre-release we have still not yet released the 2.9 beta unfortunately. If you want and if you have a Github account you can get a recent development build from https://github.com/metabrainz/picard/actions/runs/4971643177 . But the downloads are only visible if you are logged in to Github.