You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I will use the quary handler but it not work.
The Code is from the example the clientlist feature works but the servernotifyregister not.
import time
import ts3
with ts3.query.TS3ServerConnection("telnet://serveradmin:(hidden)@(hidden):12233") as ts3conn:
ts3conn.exec_("use", sid=1)
resp = ts3conn.exec_("clientlist")
print("Clients on the server:", resp.parsed)
ts3conn.exec_("servernotifyregister", event="server")
while True:
ts3conn.send_keepalive()
I will use the quary handler but it not work.
The Code is from the example the clientlist feature works but the servernotifyregister not.
import time
import ts3
with ts3.query.TS3ServerConnection("telnet://serveradmin:(hidden)@(hidden):12233") as ts3conn:
ts3conn.exec_("use", sid=1)
resp = ts3conn.exec_("clientlist")
print("Clients on the server:", resp.parsed)
ts3conn.exec_("servernotifyregister", event="server")
while True:
ts3conn.send_keepalive()
The text was updated successfully, but these errors were encountered: