I am running plexconnect on my raspberry pi as I need to have web server and dns server running on my Mac.
Until recently it has been working perfectly and saw that Apple TV could not connect properly. After checking raspberry pi I noticed that I get this error when trying to starting plexconnect:
Traceback (most recent call last):
File "/home/pi/PlexConnect-master/PlexConnect.py", line 19, in
import DNSServer, WebServer
File "/home/pi/PlexConnect-master/WebServer.py", line 28, in
import XMLConverter # XML_PMS2aTV, XML_PlayVideo
File "/home/pi/PlexConnect-master/XMLConverter.py", line 42, in
import PILBackgrounds
ImportError: No module named PILBackgrounds
I did a search and tried to install PIL but that didn't help. I still get this error. Any ideas how to solve this?
Can someone guide step by step me how to setup the autostart for the daemon to start plex connect on every boot of the raspberry?
thanks
Just saw your post. Sure that is really easy.
Open in an text editor the /etc/rc.local file
sudo pico /etc/rc.local
Add this line (it depends on where you stored Plexconnect I have it in the pi folder) just below the commented text (# By default this script does nothing.):
Hello everyone, I wanted to ask you information. So if I understand it you have installed PlexConnect to Raspberry PI and use and make the connection from the Apple TV to the Raspberry PI? Right?