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
397 stars 70 forks source link

Problem PlexAutoscan #174

Closed freedom1701 closed 2 years ago

freedom1701 commented 2 years ago

Hello When installing plex autoscan, I try to activate plex autoscan on google by typing this command: /opt/plex_autoscan/scan.py authorize Here is the error it gives me:

seed@Ubuntu-1804-bionic-64-minimal:~$ /opt/plex_autoscan/scan.py authorize Traceback (most recent call last): File "/opt/plex_autoscan/scan.py", line 8, in from pyfiglet import Figlet ModuleNotFoundError: No module named 'pyfiglet'

Thanks for your help

Horribleness commented 2 years ago

Make sure you install the PIP requirements.

sudo -H pip3 install -r /opt/plex_autoscan/requirements.txt