TS3 Server Query error (524 client is flooding)

When i use
$ts3->getViewer(new TeamSpeak3_Viewer_Html(‘’, ‘’, “data:image”));
throw the error QueryError: 524 client is flooding (please wait 1 seconds)
image

just whitelist the ip from the query u are using, also give the query rank the “b_client_ignore_antiflood”

Hello and respect,
I’m trying to use the JTs3 Interface admin bot to send a “Poke All” message to all users on my TeamSpeak server.
However, when I do this, the bot disconnects from the server immediately and the poke is not sent.
I’ve already enabled the ignore flood permission for the query account, but the poke still isn’t delivered to everyone.
Do I need to enable any specific permission for this to work?
Please help me with this issue. Thank you.

Without any error messages we can’t help you here. It may be possible that this is an issue with the JTS3 server mod so you might need to reach out to them.

2 Likes

The text you see appears right after sending a poke to users on TeamSpeak.
Immediately after that, the bot disconnects from the server, and no poke is sent

Logs
08/Oct/25 11:49:42AM JTS3ServerMod de.stefan1200.jts3serverquery.TS3ServerQueryException: ServerQuery Error 524: client is flooding - please wait 600 seconds
08/Oct/25 11:49:42AM JTS3ServerMod Error while getting client list!
08/Oct/25 11:49:42AM Newbie de.stefan1200.jts3serverquery.TS3ServerQueryException: ServerQuery Error 524: client is flooding - please wait 600 seconds
08/Oct/25 11:49:42AM Newbie Error while poking Client ID: 17133
08/Oct/25 11:49:42AM Newbie de.stefan1200.jts3serverquery.TS3ServerQueryException: ServerQuery Error 524: client is flooding - please wait 600 seconds
08/Oct/25 11:49:42AM Newbie Error while poking Client ID: 17247
08/Oct/25 11:49:42AM Newbie de.stefan1200.jts3serverquery.TS3ServerQueryException: ServerQuery Error 524: client is flooding - please wait 600 seconds
08/Oct/25 11:49:42AM Newbie Error while poking Client ID: 17249
08/Oct/25 11:49:42AM Newbie de.stefan1200.jts3serverquery.TS3ServerQueryException: ServerQuery Error 524: client is flooding - please wait 600 seconds
08/Oct/25 11:49:42AM Newbie Error while poking Client ID: 17278
08/Oct/25 11:49:42AM JTS3ServerMod de.stefan1200.jts3serverquery.TS3ServerQueryException: ServerQuery Error 524: client is flooding - please wait 600 seconds
08/Oct/25 11:49:42AM JTS3ServerMod Error while requesting information of the client “TeamSpeakUser5” (id: 17413) from the TS3 server!
08/Oct/25 11:49:40AM JTS3ServerMod de.stefan1200.jts3serverquery.TS3ServerQueryException: ServerQuery Error 524: client is flooding - please wait 600 seconds
08/Oct/25 11:49:40AM JTS3ServerMod de.stefan1200.jts3serverquery.TS3ServerQueryException: ServerQuery Error 524: client is flooding - please wait 600 seconds
08/Oct/25 11:49:40AM JTS3ServerMod Error while poking Client ID: 16
08/Oct/25 11:49:40AM JTS3ServerMod de.stefan1200.jts3serverquery.TS3ServerQueryException: ServerQuery Error 524: client is flooding - please wait 600 seconds
08/Oct/25 11:49:40AM JTS3ServerMod Error while poking Client ID: 61
08/Oct/25 11:49:40AM JTS3ServerMod de.stefan1200.jts3serverquery.TS3ServerQueryException: ServerQuery Error 524: client is flooding - please wait 600 seconds
08/Oct/25 11:49:40AM JTS3ServerMod Error while poking Client ID: 143
08/Oct/25 11:49:40AM JTS3ServerMod de.stefan1200.jts3serverquery.TS3ServerQueryException: ServerQuery Error 524: client is flooding - please wait 600 seconds

Check your query_ip_allowlist.txt and add the IP from where the bot tries its connection to it.

You might need to check the flood permissions that you’ve assigned the bot.

2 Likes

The robot is connected to the server with Yatqa or Query access

As I said Query also has the permission flood ban enabled to prevent flooding

Finally, as you said, I will whitelist the robot’s IP. And I will check again if the feature should be set to Query for this after that?