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

Completed 32 Slot Server, can't connect

RidFat

Member
Hello Guys,

Since the update 1.3.19-B13 i cant connect to my server.

I don't have protocol_key, where i can found it ? I need one just for 1 server with 32 slot ?

The error is : Disconnected from server (invalid parameter)

exp 31 is actived in my config.
 

WolverinDEV

TeaSpeak Team
Staff member
Administrator
Code:
Disconnected from server (invalid parameter)
Are you sure you're using beta13? Else you could also use the stable version now :)
 

RidFat

Member
/home/Tea*Speak# cat buildVersion.txt
# Version: 1.3.19-beta-13
# TeaSpeak version: 1.3.19-beta
# Build version: 13

{build_name: "1.3.19-beta-13", build_version: "1.3.19-beta", build_index: 13}
 

RidFat

Member
So i just update :

Code:
cat buildVersion.txt
# Version: 1.3.19
# TeaSpeak version: 1.3.19
# Build version: 0

{build_name: "1.3.19", build_version: "1.3.19", build_index: 0}
I have got the same error.

In my config file :

experimental_31: 1
licence: 6
 

WolverinDEV

TeaSpeak Team
Staff member
Administrator
You know that you've to restart the server after a update? Or you haven't updated yet :)
Because there is still the "old" property which had been removed :)
 

RidFat

Member
Yep i do this for update :
And i restart after change the name

Code:
cd /home/Tea*Speak
./teastart.sh stop;
wget https://repo.teaspeak.de/server/linux/amd64_stable/TeaSpeak-1.3.19.tar.gz;
tar -xzf TeaSpeak-1.3.19.tar.gz;
chown -R riddler ./;
sudo -u riddler ./teastart.sh start;
 

WolverinDEV

TeaSpeak Team
Staff member
Administrator
I'm not sure what you're doing wrong, but for some reasons your server wount get updated.
Else the error would not occur anymore.

May try to setup a new instance within another directory?
 

RidFat

Member
I remove executable file and re-extrat the update and the problem is fixed :heart:

I don't know where is the problem :/

Thanks for help and for work !! Have a nice day :)