TS3 BOT Auto-Move Problem

radu

Member
Joined
Apr 29, 2016
Messages
34
Reaction score
2
Points
43
After we update our teamspeak 3 server version to 3.0.12.4, i get this error from auto-move :

Unable to request the server group list, please check if the permission b_virtualserver_servergroup_list is set for the bot account.

BOT have Query acces, whats the problem ?
 

0x0539

Retired Staff
Contributor
Joined
Jan 30, 2016
Messages
1,334
Reaction score
1,146
Points
254
Quest Server Query doesn't have access to group information permissions, are you sure it's Admin Server Query?
 

Qraktzyl

Retired Staff
Contributor
Joined
Nov 2, 2015
Messages
997
Reaction score
723
Points
161
Is the bot on the same machine as your teamspeak server? Is it the only script that is running on your server or if there are other scripts are they working?
 

radu

Member
Joined
Apr 29, 2016
Messages
34
Reaction score
2
Points
43
No, bots is ts3index.com and ts tni.
 

Qraktzyl

Retired Staff
Contributor
Joined
Nov 2, 2015
Messages
997
Reaction score
723
Points
161
When you updated the server, did you replace your query_ip_whitelist.txt file?
I don't remember if Serveradmin query ignores that, but i normally don't take the chance.
 

radu

Member
Joined
Apr 29, 2016
Messages
34
Reaction score
2
Points
43
I have to restart teamspeak3 server after i re-upload that file ?
 

radu

Member
Joined
Apr 29, 2016
Messages
34
Reaction score
2
Points
43
We add in "Query_ip_whitelist.txt" file them 2 IP but same issues. Our output for iptables -L is :

Chain INPUT (policy ACCEPT)
target prot opt source destination
udp -- anywhere anywhere udp dpts:servserv:umsp

Chain FORWARD (policy ACCEPT)
target prot opt source destination

Chain OUTPUT (policy ACCEPT)
target prot opt source destination
 
Top