Advertisement
Guest User

Untitled

a guest
Feb 10th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. 127.0.0.1 - - [10/Feb/2016 08:47:05] "GET /videos/Planilha.mp4 HTTP/1.1" 200 -
  2. ----------------------------------------
  3. Exception happened during processing of request from ('127.0.0.1', 53888)
  4. Traceback (most recent call last):
  5. File "/usr/lib/python3.4/socketserver.py", line 305, in _handle_request_noblock
  6. self.process_request(request, client_address)
  7. File "/usr/lib/python3.4/socketserver.py", line 331, in process_request
  8. self.finish_request(request, client_address)
  9. File "/usr/lib/python3.4/socketserver.py", line 344, in finish_request
  10. self.RequestHandlerClass(request, client_address, self)
  11. File "/usr/lib/python3.4/socketserver.py", line 669, in __init__
  12. self.handle()
  13. File "/usr/lib/python3.4/http/server.py", line 398, in handle
  14. self.handle_one_request()
  15. File "/usr/lib/python3.4/http/server.py", line 386, in handle_one_request
  16. method()
  17. File "/usr/lib/python3.4/http/server.py", line 680, in do_GET
  18. self.copyfile(f, self.wfile)
  19. File "/usr/lib/python3.4/http/server.py", line 835, in copyfile
  20. shutil.copyfileobj(source, outputfile)
  21. File "/usr/lib/python3.4/shutil.py", line 69, in copyfileobj
  22. fdst.write(buf)
  23. File "/usr/lib/python3.4/socket.py", line 391, in write
  24. return self._sock.send(b)
  25. ConnectionResetError: [Errno 104] Connection reset by peer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement