maddinat0r / samp-tsconnector

A plugin for SA-MP to control a Teamspeak3 Server from the gamemode
MIT License
17 stars 3 forks source link

TS Bot keeps disconnecting #21

Open djacicd opened 4 years ago

djacicd commented 4 years ago

TeamSpeak Bot keeps disconnecting for no reason. It's not triggered by any TSConnector function.

https://pastebin.com/08dxfeqt

djacicd commented 4 years ago

Nothing?

Bluscream commented 4 years ago

Its old

maddinat0r commented 4 years ago

I am still active, but digging into 4 year old code, creating a setup with a local TS3 server, reproducing and fixing the issue will take some time. I'll try to get to your issue as fast as possible, but I don't have that much free time lately.

djacicd commented 4 years ago

I'm willing to do tests, just send me version with all needed debug messages. Add me on discord if you decide to go this way, so we can exchange data and communicate faster. ID: DraGoN#5990

Bluscream commented 4 years ago

Remote debugging is sometimes much harder xD anyway, nice to see this game still live today

maddinat0r commented 4 years ago

@djacicd Thanks, I'll get back to you if I'll need your help. Just in case I'll need that info, could you tell me the exact version of your TS3 server?

djacicd commented 4 years ago

Linux 3.9.1

djacicd commented 4 years ago

Switched to latest TS version (3.11.0), same problem.

maddinat0r commented 4 years ago

Do these EOF errors happen as soon as the SA:MP server is started, or do they appear after some hours/days of server uptime?

djacicd commented 4 years ago

[22.03.2020][23:25:16] Server started [22.03.2020][23:50:00] First EOF error [23.03.2020][00:08:30] EOF [23.03.2020][00:37:45] EOF [23.03.2020][00:52:46] EOF [23.03.2020][01:18:53] EOF [23.03.2020][01:27:49] EOF [23.03.2020][01:35:44] EOF [23.03.2020][02:00:53] EOF [23.03.2020][02:09:59] EOF [23.03.2020][02:15:11] EOF [23.03.2020][02:20:33] EOF [23.03.2020][02:27:07] EOF [23.03.2020][02:32:21] EOF [23.03.2020][02:37:44] EOF [23.03.2020][02:46:06] EOF [23.03.2020][02:51:10] EOF [23.03.2020][02:57:44] EOF [23.03.2020][03:02:59] EOF [23.03.2020][03:15:04] EOF ...

djacicd commented 4 years ago

Any updates?