- May 20, 2016
- 264
- 107
- 136
Hello. Anyone work with teamspeak server through node js?
I`m testing this thing and have some problems: disconnection with server close after some idle time
Library for this: teamspeak-query
Get error:
I`m testing this thing and have some problems: disconnection with server close after some idle time
Library for this: teamspeak-query
Get error:
Code:
events.js:182
throw er; // Unhandled 'error' event
^
Error: This socket has been ended by the other party
at Socket.writeAfterFIN [as write] (net.js:352:12)
at throttle.run (C:\Users\LALALA\ts3Events\node_modules\teamspeak-query\index.js:67:15)
at Map.run (C:\Users\LALALA\ts3Events\node_modules\teamspeak-query\lib\throttle.js:45:4)
at TeamspeakQuery.checkQueue (C:\Users\LALALA\ts3Events\node_modules\teamspeak-query\index.js:64:17)
at TeamspeakQuery.send (C:\Users\LALALA\ts3Events\node_modules\teamspeak-query\index.js:56:34)
at Socket.<anonymous> (C:\Users\LALALA\ts3Events\serverCP.js:50:15)
at emitOne (events.js:115:13)
at Socket.emit (events.js:210:7)
at Socket.emit (C:\Users\LALALA\ts3Events\node_modules\socket.io\lib\socket.js:140:10)
at Socket.onclose (C:\Users\LALALA\ts3Events\node_modules\socket.io\lib\socket.js:452:8)