l3uddz / plex_autoscan

Script to assist sonarr/radarr with plex imports. Will only scan the folder that has been imported, instead of the whole library section.
GNU General Public License v3.0
396 stars 70 forks source link

ModuleNotFoundError: No module named 'pyfiglet #125

Closed tamburra closed 4 years ago

tamburra commented 4 years ago

I have just updated to the most recent public release of plex (Version 1.18.2.2029) by recreating the docker container through portioner. I am using horjulf/plex_autoscan. Logs are now showing there is an issue and nothing is being scanned anymore. Below is what i am seeing in my docker logs repeated over and over.

# plex_autoscan starting...

Traceback (most recent call last):

  File "/plex_autoscan/scan.py", line 8, in <module>

    from pyfiglet import Figlet

ModuleNotFoundError: No module named 'pyfiglet'

# plex_autoscan waiting for Plex service

# plex_autoscan starting...

Traceback (most recent call last):

  File "/plex_autoscan/scan.py", line 8, in <module>

    from pyfiglet import Figlet

ModuleNotFoundError: No module named 'pyfiglet'

# plex_autoscan waiting for Plex service
desimaniac commented 4 years ago

Install the dependencies in requirements.txt