I have 2FA enabled and can connect by appending auth code to password as per above BUT all my libraries are reported by Yatse as empty, I can see no movies, music etc
Their global login system is 100% dependent on their server and brings a lot of burden to normal users. Until there’s no choice I won’t use that.
The second solution should work and if you can log then there’s something odd somewhere. Are you sure you entered the proper code and it did not expire after?
What happens if you remove the host and add it again?
Yes But if there was a basic issue you should not be able to add the host in the first place. So there’s some changes somewhere in Plex as all those are not really documented
Will take some times to repro and eventually fix and not really high priority
So found time to do a quick test as the error was strange.
And it’s actually a small bug on my side after a refactor.
The token get during validation was not reused later leading to a new token generation, but with the 2FA code being already invalid it fails. You can probably already properly connect with current version by putting the 2FA code just after it’s renew and be real fast to save then connect to the host.
In all cases next version will better handle this.