saltyorg / Saltbox

Ansible-based solution for rapidly deploying a Docker containerized cloud media server.
https://docs.saltbox.dev
GNU General Public License v3.0
571 stars 65 forks source link

Traktarr - ModuleNotFoundError: No module named 'pyfiglet' #93

Closed gaiserik closed 1 year ago

gaiserik commented 1 year ago

Describe the bug

Error :

ModuleNotFoundError: No module named 'pyfiglet'

To Reproduce Install traktarr role with :

sb install traktarr

Configure config.js and restart traktarr service

Logs

sudo journalctl -f -u traktarr

Sep 24 12:57:50 hpe systemd[1]: Stopped traktarr.
Sep 24 12:57:50 hpe systemd[1]: Started traktarr.
Sep 24 12:57:50 hpe python3[622948]: Traceback (most recent call last):
Sep 24 12:57:50 hpe python3[622948]:   File "/opt/traktarr/traktarr.py", line 9, in <module>
Sep 24 12:57:50 hpe python3[622948]:     from pyfiglet import Figlet
Sep 24 12:57:50 hpe python3[622948]: ModuleNotFoundError: No module named 'pyfiglet'
Sep 24 12:57:50 hpe systemd[1]: traktarr.service: Main process exited, code=exited, status=1/FAILURE
Sep 24 12:57:50 hpe systemd[1]: traktarr.service: Failed with result 'exit-code'.

System Information

saltydk commented 1 year ago

We use the discord for support issues.