I got some error

Issue #3 new
爱业星辰 created an issue
192.168.2.101 - - [01/Dec/2013 07:56:13] "GET /berrycam/20131201/IMG-1.jpg HTTP/1.1" 200 -
----------------------------------------
Exception happened during processing of request from ('192.168.2.101', 51685)
Traceback (most recent call last):
  File "/usr/lib/python2.7/SocketServer.py", line 295, in _handle_request_noblock
    self.process_request(request, client_address)
  File "/usr/lib/python2.7/SocketServer.py", line 321, in process_request
    self.finish_request(request, client_address)
  File "/usr/lib/python2.7/SocketServer.py", line 334, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "/usr/lib/python2.7/SocketServer.py", line 651, in __init__
    self.finish()
  File "/usr/lib/python2.7/SocketServer.py", line 704, in finish
    self.wfile.flush()
  File "/usr/lib/python2.7/socket.py", line 303, in flush
    self._sock.sendall(view[write_offset:write_offset+buffer_size])
error: [Errno 32] Broken pipe

Comments (2)

  1. Fotosyn repo owner

    This looks like it might be related to python? Maybe try:

    sudo apt-get update

    sudo apt-get upgrade

  2. Log in to comment