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

Error on sending long-string to bulk insert from an embedded device. #4

Open
vignkri opened this issue Oct 24, 2016 · 0 comments
Open

Comments

@vignkri
Copy link
Contributor

vignkri commented Oct 24, 2016

Exception happened during processing of request from ('ip', 57762)
Traceback (most recent call last):
  File "/usr/lib/python3.4/socketserver.py", line 305, in _handle_request_noblock
    self.process_request(request, client_address)
  File "/usr/lib/python3.4/socketserver.py", line 331, in process_request
    self.finish_request(request, client_address)
  File "/usr/lib/python3.4/socketserver.py", line 344, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "/usr/lib/python3.4/socketserver.py", line 673, in __init__
    self.handle()
  File "/usr/lib/python3.4/wsgiref/simple_server.py", line 126, in handle
    if not self.parse_request(): # An error code has been sent, just exit
  File "/usr/lib/python3.4/http/server.py", line 321, in parse_request
    _class=self.MessageClass)
  File "/usr/lib/python3.4/http/client.py", line 261, in parse_headers
    line = fp.readline(_MAXLINE + 1)
  File "/usr/lib/python3.4/socket.py", line 374, in readinto
    return self._sock.recv_into(b)
KeyboardInterrupt

Solution: to interrupt the application using keyboard. This allows it to continue working.

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