Skip to content

KeyError on run_example.py #3

@philipn

Description

@philipn

Following the directions, I get:

(env)philip@philip-laptop:~/projects/django/socketio_experiments/django-socketio-example$ ./run_example.py 
Listening on port 9000 and on port 843 (flash policy server)
Traceback (most recent call last):
  File "./run_example.py", line 16, in <module>
    SocketIOServer(('', PORT), application, resource="socket.io").serve_forever()
  File "/home/philip/projects/django/socketio_experiments/env/lib/python2.6/site-packages/socketio/server.py", line 22, in __init__
    self.namespace = kwargs.pop('namespace')
KeyError: 'namespace'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions