When I start the run_example.py ang go to the browser, it's always on "Connecting...".
And inspectiiing a litle bit I found that django view has that error;
"KeyError Exception Value: 'socketio'"
on "line 6: socketio = request.environ['socketio'] "
Thanks!
When I start the run_example.py ang go to the browser, it's always on "Connecting...".
And inspectiiing a litle bit I found that django view has that error;
"KeyError Exception Value: 'socketio'"
on "line 6: socketio = request.environ['socketio'] "
Thanks!