mdhiggins / radarr-sma

MIT License
25 stars 13 forks source link

Latest version failure #48

Closed TravisRoy closed 1 year ago

TravisRoy commented 1 year ago

Pulled :latest today and now I'm getting the following error:

[Error] postRadarr.sh: Traceback (most recent call last): [Error] postRadarr.sh: File "/usr/local/sma/postRadarr.py", line 10, in [Error] postRadarr.sh: from resources.mediaprocessor import MediaProcessor [Error] postRadarr.sh: File "/usr/local/sma/resources/mediaprocessor.py", line 15, in [Error] postRadarr.sh: from autoprocess import plex [Error] postRadarr.sh: File "/usr/local/sma/autoprocess/plex.py", line 5, in [Error] postRadarr.sh: from plexapi.myplex import MyPlexAccount [Error] postRadarr.sh: ModuleNotFoundError: No module named 'plexapi'

mdhiggins commented 1 year ago

Did you just pull SMA but not update the container? Plex API was added to the requirements and latest container should include it

TravisRoy commented 1 year ago

I recreated the entire container.

mdhiggins commented 1 year ago

Just did a fresh pull and it's working fine. Try that

TravisRoy commented 1 year ago

Working now.. not sure why..

But thanks for looking into it. :)