octoblu / meshblu

Meshblu is a cross-protocol IoT machine-to-machine messaging system.
https://meshblu.readme.io/
MIT License
816 stars 181 forks source link

Transport unknown #64

Closed TimEvWw closed 10 years ago

TimEvWw commented 10 years ago

My code for connecting to skynet, not changed in quite some time, stopped working. I'm getting the error 'connect': {"code":0,"message":"Transport unknown"} (RuntimeError). This is in Ruby.

chrismatthieu commented 10 years ago

We pushed an update to everything (skynet cloud, skynet npm, skynet.js, hub, and nodeblu) on Monday with socket.io updates (from v0.9.16 to 1.0.6).

TimEvWw commented 10 years ago

The error happens when connecting the web socket, before sending any message. At that moment, it connects to "#{@url}/socket.io/1/websocket/#{@session_id}"

chrismatthieu commented 10 years ago

Did you upgrade your Ruby web socket client to socket.io v1.0.6? I believe that the connection details changed between 0.9.16 and 1.0.6

TimEvWw commented 10 years ago

I'm using websocket-client-simple. All gems are updated but I get the same error.