I have PlexConnect partly working on my ATV3 via the SSL certificates. I can access plex movies on my apple TV, however no TV Shows show up in the browser. I have noticed that the code produces a recurring error when opened which refers to python 2.7 references and suggests that it is an SSL write Pending, and then reports a Bad Write. I have attached the error reports. I would like to start here and resolve this issue first and then can look to see if there are any other problems (linked to the tv shows) once it is running correctly.
I note that 192.168.1.3 is my Windows 7 computer which I am running the putty session to kick off PlexConnect on my QNAP NAS.
Exception happened during processing of request from ('192.168.1.3', 54859)
Traceback (most recent call last):
File "/opt/lib/python2.7/SocketServer.py", line 284, in _handle_request_nobloc
self.process_request(request, client_address)
File "/opt/lib/python2.7/SocketServer.py", line 310, in process_request
self.finish_request(request, client_address)
File "/opt/lib/python2.7/SocketServer.py", line 323, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/opt/lib/python2.7/SocketServer.py", line 640, in __init__
self.finish()
File "/opt/lib/python2.7/SocketServer.py", line 693, in finish
self.wfile.flush()
File "/opt/lib/python2.7/socket.py", line 303, in flush
self._sock.sendall(view[write_offset:write_offset+buffer_size])
File "/opt/lib/python2.7/ssl.py", line 229, in sendall
v = self.send(data[count:])
File "/opt/lib/python2.7/ssl.py", line 198, in send
v = self._sslobj.write(data)
SSLError: [Errno 1] _ssl.c:1242: error:1409F07F:SSL routines:SSL3_WRITE_PENDING:
Details of my setup below. It would be greatly appreciated if anyone could assist with the problem in my setup or some troubleshooting steps.
Thanks
ATV3 6.0(6646.65)
DNS: 192.168.1.50:
Plex Connect Device QNAP TS869 Pro running 4.02:
IP of PlexConnect device: 192.168.1.50:
The device and operating system (including version number) that the Plex media server (PMS) is installed on: QNAP TS869 Pro running 4.02
The Plex media server (PMS) version number you are running (**do not put 'latest'**): 0.9.7.12.14
The local IP address of the device that the Plex media server (PMS) is installed on: 192.168.1.50
The PlexConnect version number. :7/October/2013 7:10pm
With the more recent PlexConnect, the PlexGDM stuff got somewhat modified... I would like to know, if the error is caused there or already while installing the SSL handler.
Honestly, I have no idea, why this error pops up - nor what it means...
I have Plex media Server and PlexConnect installed on my QNAP NAS. I need to use a putty session on my windows 7 computer in order to run PlexConnect.py
Perhaps there is a better way of initiating plex connect?