Advertisement
Guest User

Exception

a guest
Apr 13th, 2021
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. Exception happened during processing of request from ('192.168.4.8', 51958)
  2. Traceback (most recent call last):
  3. File "/usr/local/lib/python3.5/socketserver.py", line 625, in process_request_thread
  4. self.finish_request(request, client_address)
  5. File "/usr/local/lib/python3.5/socketserver.py", line 354, in finish_request
  6. self.RequestHandlerClass(request, client_address, self)
  7. File "/usr/local/lib/python3.5/site-packages/hl7apy/mllp.py", line 59, in init
  8. StreamRequestHandler.init(self, *args, **kwargs)
  9. File "/usr/local/lib/python3.5/socketserver.py", line 681, in init
  10. self.handle()
  11. ----------------------------------------
  12. File "/src/www/project/hl7_server/server.py", line 72, in handle
  13. self.wfile.write(response.encode(self.encoding))
  14. File "/usr/local/lib/python3.5/socket.py", line 594, in write
  15. return self._sock.send(b)
  16. BrokenPipeError: [Errno 32] Broken pipe
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement