TrimVis / butlarr

Telegram bot to interact with various arr services. Created with extensibility in mind.
MIT License
74 stars 3 forks source link

Unable to deploy the docker container #7

Closed arunsinghbartwal closed 2 weeks ago

arunsinghbartwal commented 2 weeks ago

I have tried deploying butlarr inside a docker container but unable to do so however it worked in the interactive mode getting below errors

butlarr | 2024-06-11 14:15:29.449 | ERROR | butlarr.services:detect_api:86 - Could not reach compatible api. Is the service down? Is your API key correct? butlarr | 2024-06-11 14:15:55.983 | ERROR | butlarr.services:detect_api:86 - Could not reach compatible api. Is the service down? Is your API key correct? butlarr | 2024-06-11 14:16:48.057 | ERROR | butlarr.services:detect_api:86 - Could not reach compatible api. Is the service down? Is your API key correct? butlarr | 2024-06-11 14:17:48.933 | ERROR | butlarr.services:detect_api:86 - Could not reach compatible api. Is the service down? Is your API key correct? butlarr | 2024-06-11 14:18:18.092 | ERROR | butlarr.services:detect_api:86 - Could not reach compatible api. Is the service down? Is your API key correct? butlarr exited with code 0 butlarr | 2024-06-11 14:18:18.092 | ERROR | butlarr.services:detect_api:86 - Could not reach compatible api. Is the service down? Is your API key correct? butlarr | 2024-06-11 14:18:41.838 | ERROR | butlarr.services:detect_api:86 - Could not reach compatible api. Is the service down? Is your API key correct? butlarr exited with code 0

config.yaml

telegram: token: "telegram_token" auth_passwords: admin: "adminpass" mod: "modpass" user: "userpass"

apis: movie: api_host: "https://radar_URL" api_key: "apikey" series: api_host: "https://sonar_URL" api_key: "apikey"

services:

compose.yaml services: butlarr: container_name: butlarr image: trimforce/butlarr:latest volumes:

arunsinghbartwal commented 2 weeks ago

now it suddenly works