madiele / vod2pod-rss

Vod2Pod-RSS converts a YouTube or Twitch channel into a podcast with ease. It creates a podcast RSS that can be listened to directly inside any podcast client. VODs are transcoded to MP3 on the fly and no server storage is needed!
MIT License
215 stars 6 forks source link

Error starting docker #95

Closed IPv777 closed 1 year ago

IPv777 commented 1 year ago

app version: latest


issue description:

Hello :)

From Portainer, I can not start the docker, getting this logs :

2023-08-26T19:55:57.145Z INFO  [app] app version 1.0.2
thread 'main' panicked at 'Error interacting with Redis (redis is required): Connection refused (os error 111)

:
    src/main.rs:46:19', src/main.rs:18:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2023-08-26T20:00:49.867Z INFO  [app] app version 1.0.2
thread 'main' panicked at 'Error interacting with Redis (redis is required): Connection refused (os error 111)

:
    src/main.rs:46:19', src/main.rs:18:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2023-08-26T20:08:36.862Z INFO  [app] app version 1.0.2
thread 'main' panicked at 'Error interacting with Redis (redis is required): Connection refused (os error 111)

:
    src/main.rs:46:19', src/main.rs:18:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Thanks !

madiele commented 1 year ago

My intuition is that you are not using the docker compose file right? If so you are missing the redis container and it won't start. If that is the case you need to check how to run a docker compose file inside portainer.

If you did use the compose file, this is weird, check the status of the redis container and report back.

madiele commented 1 year ago

closing this due to inactivity, if the mentioned solution did not work feel free to reopen o open a new issue