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.
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.