simplewebrtc / signalmaster

simple socket.io server for webrtc signaling
Other
1.31k stars 486 forks source link

Not output #87

Open ifightcode opened 8 years ago

ifightcode commented 8 years ago

After deploying signalling master, I'm not seeing "Welcome to socket.io". And no error in installing or deploying.

triangle42 commented 8 years ago

I have the same issue. The console in chrome shows: Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:8888/

gepolv commented 8 years ago

The same here.

moqri commented 8 years ago

Add /socket.io/ to the domain http://localhost:8888/socket.io/

pangff commented 8 years ago

http://localhost:8888/socket.io/ not work. GET http://localhost:8888/socket.io/ 404 (Not Found) Navigated to http://localhost:8888/socket.io/

guoxiangke commented 8 years ago

http://localhost:8888 =>404 http://localhost:8888/socket.io/ =>{"code":0,"message":"Transport unknown"} great!

tzhbami7 commented 8 years ago

Had the same issue... Downgrade socket.io to 0.9.17 worked for me :/

vinodmap commented 7 years ago

By downgrading to 0.9.17, did you get the http://localhost:8888/socket.io/ =>{"code":0,"message":"Transport unknown"} ?

By downgrading to 0.9.17, I now get "Welcome to socket.io" at http://localhost:8888/socket.io/