-
Bug
-
Resolution: Fixed
-
High
-
2.9.0b2
-
None
-
macOS 13, M2 Max
Picard 2.9.0b2 is stuck in a login loop. After entering the code from the website it then asks me to log in over and over again.
- is duplicated by
-
PICARD-2674 Authentication required
-
- Closed
-
We got a fix. It's some odd case in our code, as the whole authenticated stuff on musicbrainz.org only works with HTTPS, which means the port for the MB server needs to be configured to 443. As this is a common case the code enforces port 443 if any official MusicBrainz server is being used. This code got lost recently.
As a quick fix we will reintroduce the old behavior. In the long term we want to fully refactor this part of the code.
For you as a quick fix in beta 2 you should just go into Options > General and set the server port to 443.