linuxserver / docker-doplarr

GNU General Public License v3.0
22 stars 2 forks source link

[BUG] Unable to receive gateway information error since container update. #14

Open Franscobec opened 1 day ago

Franscobec commented 1 day ago

Is there an existing issue for this?

Current Behavior

The application does not work. The bot stays offline.

Expected Behavior

The discord bot goes online and processes requests.

Steps To Reproduce

  1. Install the container using docker run and the correct arguments
  2. Look at logs of the container and/or discord bot associated with this container

Environment

- OS: Archlinux (Linux 6.6.62 LTS)
- How docker service was installed: Archlinux package manager (yay -S docker --noconfirm && sudo systemctl enable --now docker)

CPU architecture

x86-64

Docker creation

sudo docker run -d \
  --name=doplarr \
  -e PUID=1000 \
  -e PGID=1000 \
  -e TZ=Etc/UTC \
  -e DISCORD__TOKEN=redacted \
  -e RADARR__API=redacted \
  -e RADARR__URL=http://192.168.0.103:7878 \
  -e SONARR__API=redacted \
  -e SONARR__URL=http://192.168.0.103:8989 \
  -e DISCORD__MAX_RESULTS=3 \
  -e DISCORD__REQUESTED_MSG_STYLE=:plain \
  -e SONARR__ROOTFOLDER=/AutoLibrary \
  -e RADARR__ROOTFOLDER=/AutoLibrary \
  -e PARTIAL_SEASONS=false \
  -e SONARR__SEASON_FOLDERS=true \
  -e LOG_LEVEL=:debug \
  -v /mnt/POOL5/Doplarr:/config \
  --restart unless-stopped \
  linuxserver/doplarr

Container logs

[migrations] started
[migrations] no migrations found
───────────────────────────────────────

      ██╗     ███████╗██╗ ██████╗
      ██║     ██╔════╝██║██╔═══██╗
      ██║     ███████╗██║██║   ██║
      ██║     ╚════██║██║██║   ██║
      ███████╗███████║██║╚██████╔╝
      ╚══════╝╚══════╝╚═╝ ╚═════╝

   Brought to you by linuxserver.io
───────────────────────────────────────

To support the app dev(s) visit:
kiranshila: https://github.com/sponsors/kiranshila

To support LSIO projects visit:
https://www.linuxserver.io/donate/

───────────────────────────────────────
GID/UID
───────────────────────────────────────

User UID:    1000
User GID:    1000
───────────────────────────────────────
Linuxserver.io version: v3.6.3-ls100
Build-date: 2024-11-10T08:53:56+00:00
───────────────────────────────────────

[custom-init] No custom files found, skipping...
[ls.io-init] done.
2024-11-24T04:50:47.585Z c07bb670d7bb INFO [doplarr.config:66] - Configuration is valid
2024-11-24T04:50:52.641Z c07bb670d7bb DEBUG [discljord.connections:?] - Unable to receive gateway information.
2024-11-24T04:50:52.642Z c07bb670d7bb INFO [discljord.messaging.impl:?] - Starting messaging process
github-actions[bot] commented 1 day ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

Franscobec commented 1 day ago

I just want to add that this worked just fine on linuxserver/doplarr:v3.6.3-ls96 until 2 weeks ago when I upgraded to the latest tag. My config hasn't changed since.