I am using the official docker container to set up a new ts server and everyone on the server that has a MyTeamspeak account is getting this error when connecting:
<midnight> The TeamSpeak server could not validate your myTeamSpeak ID. Some myTeamSpeak related services are not available.
<midnight> Reconnecting might solve the issue. (it didn't)
<midnight> myTeamSpeak ID is invalid
The client log shows this:
requested new mytsid data
# Yesterday it showed these messsages:
tried to update mytsid data but still valid on myts server side
do a login to get the mytsid on server side
successfully downloaded revocation list for accounting
successfully downloaded revocation list for myteamspeak id
The server logs show this:
failed to download revocation list - count: 4
rejecting myteamspeakid: revoke list out of date
client is connecting with a invalid or revoked myTeamSpeak ID
I do have my backed up SQLite database on the docker container and the server is using it, but I did try removing it and restarting the server to start fresh with a new server, but the same errors occurred.
This has been happening for the past 4 days now, waiting for it to fix itself is no longer an option. Does anyone know a potential solution?