Movie fanart causes "Trailers unavailable"

It works for me now! :D

When i start python like this: /usr/local/python/bin/python i see version 2.7.8

When i start python like this: python i see version 2.7.9

When i use /usr/local/python/bin/python i can use PILL and movieart and tvshowart works. So after this i wanted to create a start and stop task for PlexConnect on my Synology. What i did:

nas> cd /var/packages/plexconnect/scripts
nas> vi ./start-stop-status

changed
PYTHON="/usr/bin/env python"

to
PYTHON="/usr/local/python/bin/python"

I created 2 tasks: start plexconnect and stop plexconnect:

 

start task:
/var/packages/plexconnect/scripts/start-stop-status start

 

stop task:
/var/packages/plexconnect/scripts/start-stop-status stop

 

This works for me :D

I even got a better solution. I removed the existing symlinks on the (wrong 2.7.9) python path /usr/bin/

lrwxrwxrwx    1 root     root             7 Feb  2 10:57 python -> python2
lrwxrwxrwx    1 root     root             9 Feb  2 10:57 python2 -> python2.7
-rwxr-xr-x    1 root     root          3712 Jan  7 08:17 python2.7

I removed the python and python2 symlink. and created new ones:

lrwxrwxrwx    1 root     root            28 Feb 20 08:49 python -> /usr/local/python/bin/python
lrwxrwxrwx    1 root     root            29 Feb 20 08:50 python2 -> /usr/local/python/bin/python2
-rwxr-xr-x    1 root     root             0 Feb 20 08:47 python2.7

This works even better! Case closed  :D

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