You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.
I set up a basic ship with the Telemachus antenna attached. I can hit the HTTP API without any issue, but when connecting to the Websocket API, I am immediately disconnected after sending any command whatsoever.
Output from the console using wscat for clarity but my tests in the browser net exactly the same result:
Resolves issue nasa#1064. Used example code from Telemetry tutorial and
converted for use by Kerbal Space Program's Telemachus plugin.
Note that websockets in Telemachus are non-operational (see
KSP-Telemachus/Telemachus#74). The HTTP
API was used instead, polling every second.
I'm seeing this same issue as of yesterday with a Node.js test program using the ws module, but I was able to successfully talk to /datalink using telsocket. Was gong to try to dig around today with some traffic dumps and see if I can spot what's different.
Telemachus 1.5, KSP v1.1.3.1289, Mac OS X 10.11.6
I set up a basic ship with the Telemachus antenna attached. I can hit the HTTP API without any issue, but when connecting to the Websocket API, I am immediately disconnected after sending any command whatsoever.
Output from the console using wscat for clarity but my tests in the browser net exactly the same result:
The text was updated successfully, but these errors were encountered: