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

KeyError: 'Session is disconnected' #26

Open
vhoulbreque opened this issue Apr 23, 2018 · 0 comments
Open

KeyError: 'Session is disconnected' #26

vhoulbreque opened this issue Apr 23, 2018 · 0 comments

Comments

@vhoulbreque
Copy link
Owner

When loading a model for autopilot, there is always this error (captured so it does not break the code):

The model ./models/autopilot_500k.hdf5 has been successfully loaded
Error on request:
Traceback (most recent call last):
File "/home/pi/.local/lib/python3.5/site-packages/werkzeug/serving.py", line 270, in run_wsgi
execute(self.server.app)
File "/home/pi/.local/lib/python3.5/site-packages/werkzeug/serving.py", line 258, in execute
application_iter = app(environ, start_response)
File "/home/pi/.local/lib/python3.5/site-packages/flask/app.py", line 1997, in call
return self.wsgi_app(environ, start_response)
File "/home/pi/.local/lib/python3.5/site-packages/flask_socketio/init.py", line 43, in call
start_response)
File "/home/pi/.local/lib/python3.5/site-packages/engineio/middleware.py", line 47, in call
return self.engineio_app.handle_request(environ, start_response)
File "/home/pi/.local/lib/python3.5/site-packages/socketio/server.py", line 360, in handle_request
return self.eio.handle_request(environ, start_response)
File "/home/pi/.local/lib/python3.5/site-packages/engineio/server.py", line 290, in handle_request
socket = self._get_socket(sid)
File "/home/pi/.local/lib/python3.5/site-packages/engineio/server.py", line 421, in _get_socket
raise KeyError('Session is disconnected')
KeyError: 'Session is disconnected'

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

No branches or pull requests

1 participant