Hey there,
Im getting the following error after a while running good so far.
Since last updates page loading halted.
I disabled ipv6 already
seerr:develop
cleared browser cache
> seerr@0.1.0 start
> NODE_ENV=production node dist/index.js
2026-02-15T09:32:58.232Z [info]: Commit Tag: 39ae32f509e532f828393b2b2ff9c7a5b1db132f
2026-02-15T09:32:58.683Z [info]: Starting Seerr version develop-39ae32f509e532f828393b2b2ff9c7a5b1db132f
2026-02-15T09:32:59.212Z [debug][Settings Migrator]: Checking migration '0001_migrate_hostname.js'...
2026-02-15T09:32:59.214Z [debug][Settings Migrator]: Checking migration '0002_migrate_apitokens.js'...
2026-02-15T09:32:59.215Z [debug][Settings Migrator]: Checking migration '0003_emby_media_server_type.js'...
2026-02-15T09:32:59.216Z [debug][Settings Migrator]: Checking migration '0004_migrate_region_setting.js'...
2026-02-15T09:32:59.217Z [debug][Settings Migrator]: Checking migration '0005_migrate_network_settings.js'...
2026-02-15T09:32:59.218Z [debug][Settings Migrator]: Checking migration '0006_remove_lunasea.js'...
2026-02-15T09:32:59.218Z [debug][Settings Migrator]: Checking migration '0007_migrate_arr_tags.js'...
2026-02-15T09:32:59.220Z [debug][Settings Migrator]: Checking migration '0008_migrate_blacklist_to_blocklist.js'...
2026-02-15T09:32:59.223Z [info][Notifications]: Registered notification agents
2026-02-15T09:32:59.262Z [info][Jobs]: Scheduled jobs loaded
2026-02-15T09:32:59.380Z [info][Server]: Server ready on port 5055
2026-02-15T09:33:00.003Z [debug][Jobs]: Starting scheduled job: Download Sync
2026-02-15T09:34:14.127Z [debug][Jobs]: Starting scheduled job: Download Sync
2026-02-15T09:34:14.143Z [debug][API]: Something went wrong retrieving trending items {"errorMessage":"[TMDB] Failed to fetch all trending: socket hang up"}
2026-02-15T09:34:14.205Z [debug][API]: Something went wrong retrieving popular movies {"errorMessage":"[TMDB] Failed to fetch discover movies: Client network socket disconnected before secure TLS connection was established"}
2026-02-15T09:34:14.207Z [debug][API]: Something went wrong retrieving the movie genre slider {"errorMessage":"[TMDB] Failed to fetch movie genres: Client network socket disconnected before secure TLS connection was established"}
docker compose I'm using
version: '3'
services:
seerr:
image: ghcr.io/seerr-team/seerr:develop
container_name: seerr
privileged: true
environment:
- LOG_LEVEL=debug
- TZ=Europe/Berlin
- JELLYFIN_TYPE=emby
volumes:
- /root/docker/jellyserr/appdata/config:/app/config
restart: unless-stopped
dns:
- 8.8.8.8
- 8.8.4.4
sysctls:
- net.ipv6.conf.all.disable_ipv6=1
- net.ipv6.conf.default.disable_ipv6=1
- net.ipv6.conf.lo.disable_ipv6=1
networks:
myown:
ipv4_address: 172.20.10.30
networks:
myown:
external: true
enable_ipv6: false
I have no ideas anymore.
Im using hetzner with dns cloudflare and google in a switch since I've heard there are problems to tmdb connection.