toddrob99 / searcharr

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

Not able to add new movie or tv show #72

Closed leonard4546 closed 1 year ago

leonard4546 commented 1 year ago

Bot is running and it is able to access sonarr and radarr instance but I'm not able to add new movie or tv shows. Bot is sending Successfully added moviename! but nothing in client.

I enabled debug logging in docker container but nothing in log I'm checking using docker logs <container_id>

I tried to run without docker and still same issue.

leonard4546 commented 1 year ago

Working now. I had url base setting enabled in sonarr and radarr.

just had to include /sonarr and /radarr in settings.py

cant believe I spent last few hours fixing this.