Web Server crashes

So, I run PlexConnect on a Drobo 5N and everything works well. The issue with the Web Server crashing is reproducible when I select a movie and select "More" which brings the list of Genre, Directors, and Actors. If I go through the list quickly I get an error loading the XML according to the logs and then the Web Server shutdown. Restarting it fixes it as well as going through the list slowly while the XML loads. I do get this error a lot though with the PlexConnect-master from 2-21:

Exception happened during processing of request from ('10.0.1.3', 52258)
Traceback (most recent call last):
  File "/mnt/DroboFS/Shares/DroboApps/python2/lib/python2.7/SocketServer.py", line 295, in _handle_request_noblock
    self.process_request(request, client_address)
  File "/mnt/DroboFS/Shares/DroboApps/python2/lib/python2.7/SocketServer.py", line 321, in process_request
    self.finish_request(request, client_address)
  File "/mnt/DroboFS/Shares/DroboApps/python2/lib/python2.7/SocketServer.py", line 334, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "/mnt/DroboFS/Shares/DroboApps/python2/lib/python2.7/SocketServer.py", line 651, in __init__
    self.finish()
  File "/mnt/DroboFS/Shares/DroboApps/python2/lib/python2.7/SocketServer.py", line 710, in finish
    self.wfile.close()
  File "/mnt/DroboFS/Shares/DroboApps/python2/lib/python2.7/socket.py", line 279, in close
    self.flush()
  File "/mnt/DroboFS/Shares/DroboApps/python2/lib/python2.7/socket.py", line 303, in flush
    self._sock.sendall(view[write_offset:write_offset+buffer_size])
error: [Errno 32] Broken pipe

I'll try to get a log of the crash here soon.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.