youngrewired / chat.yrs.io

Online chat for the Young Rewired State community.
http://chat.yrs.io
MIT License
5 stars 3 forks source link

Connecting to WebSocket error. #30

Open CodeLuca opened 8 years ago

CodeLuca commented 8 years ago

So I'm getting errors when trying to get onto the chat, I'm pretty sure it's because im at school at like most, they block anything that isn't running on port 80, therefore the request is forbidden as I believe something is not running on 80, I'll look into this when I get a minute.

SCRIPT12008: WebSocket Error: Incorrect HTTP response. Status code 403, Forbidden SCRIPT7002: XMLHttpRequest: Network Error 0x80030019, An error occurred during a seek operation.

chat.yrs.io SCRIPT7002: XMLHttpRequest: Network Error 0x80030019, An error occurred during a seek operation.

Mitame commented 8 years ago

Everything should run on port 80 or 443 (if you're on https)... might be that your educational institution blocks web sockets which should cause socket.io to fallback onto polling.