Teamspeak error message
Created by: theviking69
Hello.
I've changed my teamspeak 3 slightly. and ive added the info under the settings.py and run
python
manage.py shell
from services.managers.teamspeak3_manager import Teamspeak3Manager
server = Teamspeak3Manager._Teamspeak3Manager__get_created_server()
server.send_command('servergrouplist')``
I get the following output
Traceback
(most recent call last):
File "", line 1, in
File "/home/allianceserver/allianceauth/services/managers/teamspeak3_manager.py", line 15, in get_created_server
server = TS3Server(settings.TEAMSPEAK3_SERVER_IP, settings.TEAMSPEAK3_SERVER_PORT)
File "/home/allianceserver/allianceauth/services/managers/util/ts3.py", line 201, in __init
if self.connect(ip, port) and id > 0:
File "/home/allianceserver/allianceauth/services/managers/util/ts3.py", line 39, in connect
s.connect((ip, port))
File "/usr/lib/python2.7/socket.py", line 224, in meth
return getattr(self._sock,name)(*args)
error: [Errno 111] Connection refused``