Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dipankar08 opened this issue Jan 19, 2015 · 0 comments
Open

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

dipankar08 opened this issue Jan 19, 2015 · 0 comments

Comments

@dipankar08
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant