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
When trying the Example Script for the Client Query Iam getting this error:
Traceback (most recent call last):
File "C:/Users/USER/Desktop/TSVoIP/main.py", line 33, in
ts3conn.exec_("auth", apikey=isSet*******************************)
File "C:\Users\USER\AppData\Local\Programs\Python\Python38-32\lib\site-packages\ts3\query.py", line 668, in exec_
q = self.query(cmd, *options, **params)
File "C:\Users\USER\AppData\Local\Programs\Python\Python38-32\lib\site-packages\ts3\query.py", line 734, in query
raise TS3InvalidCommandError(cmd, self.COMMAND_SET)
ts3.query.TS3InvalidCommandError: The command 'auth' is unknown.
The text was updated successfully, but these errors were encountered:
When trying the Example Script for the Client Query Iam getting this error:
Traceback (most recent call last):
File "C:/Users/USER/Desktop/TSVoIP/main.py", line 33, in
ts3conn.exec_("auth", apikey=isSet*******************************)
File "C:\Users\USER\AppData\Local\Programs\Python\Python38-32\lib\site-packages\ts3\query.py", line 668, in exec_
q = self.query(cmd, *options, **params)
File "C:\Users\USER\AppData\Local\Programs\Python\Python38-32\lib\site-packages\ts3\query.py", line 734, in query
raise TS3InvalidCommandError(cmd, self.COMMAND_SET)
ts3.query.TS3InvalidCommandError: The command 'auth' is unknown.
The text was updated successfully, but these errors were encountered: