PlexConnect on unRAID

Trying to get this up and running today but doesn't want to play nice. The PlexConnect.log file shows the below.

Don't know why it shuts down. Any ideas? Probably missing something simple.

 

Log - http://pastebin.com/VnFVTaMT

 

ATV 2 Software 5.0.1

 

DNS set to 10.0.1.13

 

PMS 0.9.8.2.82-b32b611

 

unRAID 5.0-rc15a

 

PMS and PlexConnect both on the the 10.0.1.13 machine

 

PlexConnect PlexConnect-0.1-iOS-pre5.1 version

 

http://pastebin.com/VnFVTaMT

 

Terminal shows this

root@Tower:/mnt/disk1/Plex/PlexConnect# nohup python PlexConnect.py &
[1] 30949
root@Tower:/mnt/disk1/Plex/PlexConnect# nohup: ignoring input and appending output to `nohup.out'

 

Did you try looking at the Unraid thread in this sub forum?

http://forums.plexapp.com/index.php/topic/42513-0963-for-unraid/page-1?hl=unraid

Did you try looking at the Unraid thread in this sub forum?

Ye, pretty sure I followed each step there and re did it just to make sure. Just unsure where to look for the problem

http://forums.plexapp.com/index.php/topic/70272-plexconnect-on-unraid/

V0.1 wait for ENTER using raw_input or something.

Does your terminal somehow inject this keycode? Did you press it accidently?

Running on a NAS and "terminal"-less, the raw_input might just return, without ever waiting. I really don't know about that... but this would lead to your log content.

For a test... replace the raw_input with an endless loop (while True: pass or something). Keep in mind, that without a proper shutdown, your aTV Settings won't be written to disc.

V0.1 wait for ENTER using raw_input or something.

Does your terminal somehow inject this keycode? Did you press it accidently?

Running on a NAS and "terminal"-less, the raw_input might just return, without ever waiting. I really don't know about that... but this would lead to your log content.

For a test... replace the raw_input with an endless loop (while True: pass or something). Keep in mind, that without a proper shutdown, your aTV Settings won't be written to disc.

I don't think so but it does go onto the next line after I enter the first command so perhaps, I think that's normal though. Tired it a few times, it's not me pressing ENTER

Edit the PlexConnect.py? How should it look, I don't know python

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