Skip to content

AttributeError: 'SocketIOServer' object has no attribute 'kill' #74

@dipankar08

Description

@dipankar08

Change the urls.py in l run time. The app crashes.

KeyboardInterrupt
Traceback (most recent call last):
File "manage.py", line 10, in
execute_from_command_line(sys.argv)
File "/usr/local/lib/python2.7/dist-packages/django/core/management/init.py", line 385, in execute_from_command_line
utility.execute()
File "/usr/local/lib/python2.7/dist-packages/django/core/management/init.py", line 377, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 288, in run_from_argv
self.execute(_args, *_options.dict)
File "/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 338, in execute
output = self.handle(_args, *_options)
File "/usr/local/lib/python2.7/dist-packages/django_socketio/management/commands/runserver_socketio.py", line 62, in handle
server.kill()
AttributeError: 'SocketIOServer' object has no attribute 'kill'
dipankar@dipankar-VirtualBox:~/craZyeXp/MiniProjects/genApps$ python manage.py runserver_socketio 0.0.0.0:7777

SocketIOServer running on 0.0.0.0:7777

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