-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Random disconnects #74
Comments
I also have some connection issues, but they're different: [TCPSOCKET] error (recv) - ETIMEDOUT It always happens when i go to sleep and the bot doesnt send / receive anything anymore, it disconnects. And weird enough: it's trying to reconnect as it's supposed to do. But then it says "game version is too old". And when i restart it manually - it works again :D |
Regarding ECONNRESET: Seems related to #76. I'm pretty sure I'll have to git bisect the socket changes I made recently and test it out. Seems Windows only AFAIK. Regarding ETIMEDOUT: This seems a separate issue. Historically ECONNRESETs were the plague of networking in the GHost family, ETIMEDOUT not as much... |
It's good that you might have find the issue, fixing it is another story of course. How about the connection reset by peer thing? Could it be related? I'm not sure if this info will help but I'm running Aura on Windows Server 2016. |
Hello again, there is some issue for me with people getting disconnected after a game is running for around 3 hours.
First game:
Second game:
The issue here is that the bot just starts lagging for a player and then drops them because of "connection error - Connection reset by peer". In the first game I ran a !ping to see if anyone was lagging but that wasn't the case, yet the bot still just dropped them out of nowhere.
Also there is the disconnect from battle.net I was talking about a few days ago, I'm not sure how much it is related though.
The text was updated successfully, but these errors were encountered: