Getting this error when trying to view a chat room created from the chat app example. It's happening on line 395 of socket.io.js:
this.socket = new WebSocket(this._prepareUrl());
the url returned is a string which looks like:"ws://127.0.0.1:9/socket.io/websocket"
Running Django 1.4.18, django-socketio 0.3.9.
Is the port number wrong here? Shouldn't it be 9000?
Starting the socketIOserver through the command: sudo python manage.py runserver_socketio