kz26 / UChicagoRoulette

Chatroulette clone for the UChicago community, powered by HTML5 and WebRTC
Other
2 stars 3 forks source link

server info 404 #2

Open sidagshri opened 8 years ago

sidagshri commented 8 years ago

Establishing connection to server...
is not changing, on diagnosing, i found in console '/server/info' is giving 404. uchicago roulette 2016-08-22 00-58-20

kz26 commented 8 years ago

Have you started server.coffee?

sidagshri commented 8 years ago

yes ... its processing that itself, it asks the option to allow audio & video, after that only it appears, and in browser console & network i see 404 for /server/info

kz26 commented 8 years ago

Hmm, that's strange. It's possible that the API for Express/sockjs has changed. I haven't touched this project since the last commit.

sidagshri commented 8 years ago

I liked this repo, it is what i need in one of my project. i am learning node.js so has little knowledge, although i am attempting to find issue and make possible solution. In case i find solution i will contribute, but i seek your support for a fix if possible.