ybizeul / StreamDeckWS

A WebServices proxy to connect an Elgato Stream Deck to a Node-RED server
84 stars 11 forks source link

Unable to connect to WebSocket #34

Closed nickhudson4 closed 1 year ago

nickhudson4 commented 1 year ago

I have a local WebSocket server running and am trying to connect with this plugin. I am able to verify that the server is running as intended and connectable with other apps, postman, etc. StreamDeck is the only one having issues.

The specific error I get is WebSocket connection to 'ws://localhost:53635/streamdeck/websocket' failed: Error during WebSocket handshake: Unexpected response code: 400

Is it a firewall issue? Can streamdecks not connect to local servers?

Thanks!

ybizeul commented 1 year ago

What is the WebSocket server you are running ? Any chance I can try and reproduce locally ?

nickhudson4 commented 1 year ago

This ended up being an issue with the server. I will go ahead and close this. Thanks!