[OSM-dev] Online/offline slippy map finished.

Raphael Studer studerap at gmail.com
Fri May 9 18:08:51 BST 2008


Hi Sebastian,

I get a lof of errors like that:

----------------------------------------
Exception happened during processing of request from ('192.168.23.5', 56424)
Traceback (most recent call last):
  File "/usr/lib/python2.5/SocketServer.py", line 222, in handle_request
    self.process_request(request, client_address)
  File "/usr/lib/python2.5/SocketServer.py", line 241, in process_request
    self.finish_request(request, client_address)
  File "/usr/lib/python2.5/SocketServer.py", line 254, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "/usr/lib/python2.5/SocketServer.py", line 522, in __init__
    self.handle()
  File "/usr/lib/python2.5/BaseHTTPServer.py", line 316, in handle
    self.handle_one_request()
  File "/usr/lib/python2.5/BaseHTTPServer.py", line 310, in handle_one_request
    method()
  File "./pymap", line 50, in do_GET
    self.return_file(self.path)
  File "./pymap", line 30, in return_file
    self.send_response(200)
  File "/usr/lib/python2.5/BaseHTTPServer.py", line 371, in send_response
    self.send_header('Date', self.date_time_string())
  File "/usr/lib/python2.5/BaseHTTPServer.py", line 376, in send_header
    self.wfile.write("%s: %s\r\n" % (keyword, value))
  File "/usr/lib/python2.5/socket.py", line 262, in write
    self.flush()
  File "/usr/lib/python2.5/socket.py", line 249, in flush
    self._sock.sendall(buffer)
error: (32, 'Broken pipe')
----------------------------------------

Does anyone know where they come from?

Regards
Raphael




More information about the dev mailing list