Fallenbagel / jellyseerr

Fork of overseerr for jellyfin support.
https://docs.jellyseerr.dev/
MIT License
3.83k stars 244 forks source link

Jellyseerr can only connect with IPs, not domains #759

Closed mehapps closed 5 months ago

mehapps commented 5 months ago

Description

Getting the following in logs. Ping 1.1.1.1 works but pinging any domain is broken

Version

1.8.1

Steps to Reproduce

  1. not sure, jellyseerr worked for months and randomly broke

Screenshots

No response

Logs

2024-05-22T12:12:18.891Z [info]: Commit Tag: $GIT_SHA
2024-05-22T12:12:19.194Z [info]: Starting Overseerr version 1.8.1
warn  - You have enabled experimental features (scrollRestoration, largePageDataBytes) in next.config.js.
warn  - Experimental features are not covered by semver, and may cause unexpected or broken application behavior. Use at your own risk.

2024-05-22T12:12:20.063Z [info][Notifications]: Registered notification agents
2024-05-22T12:12:20.099Z [info][Jobs]: Scheduled jobs loaded
2024-05-22T12:12:20.255Z [info][Server]: Server ready on port 5055
2024-05-22T12:13:00.010Z [debug][Jobs]: Starting scheduled job: Download Sync
2024-05-22T12:13:23.338Z [debug][API]: Something went wrong retrieving series {"errorMessage":"[TMDB] Failed to fetch TV show details: getaddrinfo EAI_AGAIN api.themoviedb.org","tvId":"71728"}
2024-05-22T12:13:23.341Z [debug][API]: Something went wrong retrieving popular series {"errorMessage":"[TMDB] Failed to fetch discover TV: getaddrinfo EAI_AGAIN api.themoviedb.org"}
2024-05-22T12:13:28.342Z [warn][GitHub API]: Failed to retrieve GitHub releases. This may be an issue on GitHub's end. Overseerr can't check if it's on the latest version. {"errorMessage":"getaddrinfo EAI_AGAIN api.github.com"}
2024-05-22T12:13:28.344Z [debug][API]: Something went wrong retrieving popular series {"errorMessage":"[TMDB] Failed to fetch discover TV: getaddrinfo EAI_AGAIN api.themoviedb.org"}
2024-05-22T12:13:33.344Z [debug][API]: Something went wrong retrieving movie {"errorMessage":"[TMDB] Failed to fetch movie details: getaddrinfo EAI_AGAIN api.themoviedb.org","movieId":"872585"}
2024-05-22T12:13:33.345Z [debug][API]: Something went wrong retrieving popular movies {"errorMessage":"[TMDB] Failed to fetch discover movies: getaddrinfo EAI_AGAIN api.themoviedb.org"}
2024-05-22T12:13:38.348Z [debug][API]: Something went wrong retrieving movie {"errorMessage":"[TMDB] Failed to fetch movie details: getaddrinfo EAI_AGAIN api.themoviedb.org","movieId":"45612"}
2024-05-22T12:13:38.349Z [debug][API]: Something went wrong retrieving popular movies {"errorMessage":"[TMDB] Failed to fetch discover movies: getaddrinfo EAI_AGAIN api.themoviedb.org"}
2024-05-22T12:13:43.351Z [debug][API]: Something went wrong retrieving movie {"errorMessage":"[TMDB] Failed to fetch movie details: getaddrinfo EAI_AGAIN api.themoviedb.org","movieId":"1149791"}
2024-05-22T12:13:43.353Z [debug][API]: Something went wrong retrieving trending items {"errorMessage":"[TMDB] Failed to fetch all trending: getaddrinfo EAI_AGAIN api.themoviedb.org"}
2024-05-22T12:13:48.356Z [debug][API]: Something went wrong retrieving series {"errorMessage":"[TMDB] Failed to fetch TV show details: getaddrinfo EAI_AGAIN api.themoviedb.org","tvId":"81704"}
2024-05-22T12:14:00.009Z [debug][Jobs]: Starting scheduled job: Download Sync`

`/app # ping 1.1.1.1
PING 1.1.1.1 (1.1.1.1): 56 data bytes
64 bytes from 1.1.1.1: seq=0 ttl=58 time=3.905 ms
^Xpi64 bytes from 1.1.1.1: seq=1 ttl=58 time=4.445 ms
64 bytes from 1.1.1.1: seq=2 ttl=58 time=5.420 ms
^C
--- 1.1.1.1 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 3.905/4.590/5.420 ms
/app # ping google.com
ping: bad address 'google.com'

Platform

desktop

Device

Dell Laptop

Operating System

Ubuntu Server 22.04 LTS

Browser

Edge

Additional Context

jellyseerr worked for months and randomly broke

Code of Conduct

mehapps commented 5 months ago

Closed, fixed by updating the full arr stack docker compose down docker compose pull docker compose up --force-recreate --build -d