Bug #83
Python exception caused by a time-out
| Status: | Assigned | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | Lukas Rist | % Done: | 0% |
|
| Category: | Glastopf | Spent time: | - | |
| Target version: | To be done sometime | |||
| Resolution: |
Description
Just found Glastopf showing the following exception:
Exception happened during processing of request from ('x.x.14.106', 37540)
Traceback (most recent call last):
File "/usr/lib/python2.6/SocketServer.py", line 558, in process_request_thread
self.finish_request(request, client_address)
File "/usr/lib/python2.6/SocketServer.py", line 320, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/lib/python2.6/SocketServer.py", line 615, in init
self.handle()
File "/usr/lib/python2.6/BaseHTTPServer.py", line 329, in handle
self.handle_one_request()
File "/usr/lib/python2.6/BaseHTTPServer.py", line 312, in handle_one_request
self.raw_requestline = self.rfile.readline()
File "/usr/lib/python2.6/socket.py", line 404, in readline
data = self._sock.recv(self._rbufsize)
timeout: timed out
History
Updated by Lukas Rist over 2 years ago
- Status changed from New to Assigned
Updated by Lukas Rist over 2 years ago
Occurs when the client disconnects unexpected. I will write a exception handler.