Supervisor
Administrator
- Apr 27, 2015
- 1,863
- 2,546
- 335
This is gonna get a list of collected TS3ANetwork error codes. This list is WiP and we will add errors and solutions for it as we find out
TS3ANetwork::Connect failed error: 97
Address family not supported by protocol -> Don't use IPv6 entries in your hosts file.
TS3ANetwork::Recv failed error: 104
TS3ANetwork::Connect failed error: 110
weblist.teamspeak.com is not reachable by the server. This error occurs if you have wrong network settings, or put 127.0.0.1 weblist.teamspeak.com into your hosts file.
TS3ANetwork::Send failed error: 111
This applies if you run a cracked server. Make sure you have your hosts file set up correctly.
Only put in the following hosts, make sure there are no other lines regarding TeamSpeak!
TS3ANetwork::Connect failed error: 10047
TS3ANetwork::Recv failed error: 10054
Connection reset by peer
TS3ANetwork::Connect failed error: 10060
Connection timed out.
When using a valid license: Port 2008 is not open (Outgoing, TCP)
When using a cracked license: make sure "accounting.teamspeak.com" is redirected to localhost (127.0.0.1) and the AccountingServer is running.
TS3ANetwork::Connect failed error: 10061
Connection refused
More advanced server error codes: http://yat.qa/resources/server-error-codes/
Also thanks to @dedmen for providing some explanations
TS3ANetwork::Connect failed error: 97
Address family not supported by protocol -> Don't use IPv6 entries in your hosts file.
TS3ANetwork::Recv failed error: 104
TS3ANetwork::Connect failed error: 110
weblist.teamspeak.com is not reachable by the server. This error occurs if you have wrong network settings, or put 127.0.0.1 weblist.teamspeak.com into your hosts file.
TS3ANetwork::Send failed error: 111
This applies if you run a cracked server. Make sure you have your hosts file set up correctly.
Only put in the following hosts, make sure there are no other lines regarding TeamSpeak!
Code:
127.0.0.1 accounting.teamspeak.com
127.0.0.1 backupaccounting.teamspeak.com
127.0.0.1 ipcheck.teamspeak.com
TS3ANetwork::Connect failed error: 10047
TS3ANetwork::Recv failed error: 10054
Connection reset by peer
TS3ANetwork::Connect failed error: 10060
Connection timed out.
When using a valid license: Port 2008 is not open (Outgoing, TCP)
When using a cracked license: make sure "accounting.teamspeak.com" is redirected to localhost (127.0.0.1) and the AccountingServer is running.
TS3ANetwork::Connect failed error: 10061
Connection refused
More advanced server error codes: http://yat.qa/resources/server-error-codes/
Also thanks to @dedmen for providing some explanations
Last edited: