• Hey Guest, we're evolving the future of TeaSpeak.
    You're invited to join the discussion here!

Pending Server Query Login

WolverinDEV

TeaSpeak Team
Staff member
Administrator
Hey,
in general the "." should not be an issue.
Do you tried this with a fresh TeaSpeak instance?

My guess would be that something else failed to load (not exactly sure what) and causes this exception which caused the error.
 
yes i tried but didn't work, at the end i changed my password to non "." password.

before that i changed my password from sqlite file(with closed sqlite file ofcourse), maybe this will help you finding the bug
 

WolverinDEV

TeaSpeak Team
Staff member
Administrator
And a non "." password worked?
I may got an idea.

---- Automatically Merged Double Post ----

Could you try to login with this command:
Code:
login client_login_name=serveradmin client_login_password=<your with "." password>
 
Last edited:

WolverinDEV

TeaSpeak Team
Staff member
Administrator
Ahh okey I know why than.
Since I interpret the password as parameter key, and such have only the allowed characters of "a-zA-Z_" you're getting the exception.
I'm not sure if I really fix that.