toddrob99 / searcharr

Sonarr & Radarr & Readarr Telegram Bot
MIT License
244 stars 62 forks source link

Trying to run from Raspberry Pi #77

Closed alejakun closed 1 year ago

alejakun commented 1 year ago

Hi,

I'm running the latest release from a raspberry-pi, however the logs say:

searcharr       | Traceback (most recent call last):
searcharr       |   File "/app/searcharr.py", line 25, in <module>
searcharr       |     import settings
searcharr       | ModuleNotFoundError: No module named 'settings'

When the architecture is not supported it usually sends a very different error, which makes me think this should work (I validated and the base container you're using supports RBP architecture). So, I'm a little lost. Hope you can help me.

Best regards.

toddrob99 commented 1 year ago

As the error says, your settings.py file is missing. It should be in the same folder as searcharr.py, either physically in that folder or mapped to /app/settings.py if you're using docker.

You can save a copy of settings-sample.py as settings.py and modify as appropriate. See wiki for detailed descriptions of the settings.

alejakun commented 1 year ago

Sorry, failed to report back, had a problem with the volume mounts but it's working now, thanks!