-
Notifications
You must be signed in to change notification settings - Fork 17
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
Space Engineers: Timeout for packet id 1 #21
Comments
I am seeing the same error with a Conan Exiles server, pretty reliably, and may have made some progress: The error appears to be in the packet ID, which are used in My first test was to add a log statement and see if packets were being received at all, which they were:
Would consistently log something like:
I'm not super familiar with the RCON protocol, but those show To verify that, I tried fudging the ID in
I even checked the AST parse just in case and it should parse as With the |
I can't directly point at what is causing it besides the fact that it always happens when a command opens a dialogue on the server.
Here is the plugin used to create a rcon server:
https://github.com/Jimmacle/torch-rcon-plugin
Full error message:
"error": { "message": "Timeout for packet id 1", "stack": "Error: Timeout for packet id 1\n at Timeout._onTimeout (/opt/node_modules/rcon-client/lib/rcon.js:117:28)\n at listOnTimeout (internal/timers.js:557:17)\n at processTimers (internal/timers.js:500:7)" }
The text was updated successfully, but these errors were encountered: