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
I used the node debugger to step through what was happening in createClient() and it looks like the error is happening just as the websocket connection is initialized. So I made an even simpler test:
Kerbal Space Program version 1.8.1
KRPC version 0.4.8
krpc-node version 4.0.2
node 14.10.1
I'm running into an issue where calling
createClient()
is immediately throwing a websocket error:package.json
index.js
Am I missing a setup step? I didn't see anything in the examples that I'm doing wrong in this test script.
My searches seem to suggest this is an issue with a HEAD call returning a response body?
Here's the complete error:
The text was updated successfully, but these errors were encountered: