django-socketio icon indicating copy to clipboard operation
django-socketio copied to clipboard

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

Open dipankar08 opened this issue 11 years ago • 0 comments

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

dipankar08 avatar Jan 19 '15 10:01 dipankar08