Fallenbagel / jellyseerr

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

Failed to process Jellyfin item #32

Closed jazzgott closed 2 years ago

jazzgott commented 2 years ago

Hi guys, I'm an unraid user, just installed this app. First of all, thanks for the effort.

Secondly - I'm not sure what it's supposed to do, but I get a lot of these in logs:

2022-03-29T04:17:57.692Z [error][Jellyfin Sync]: Failed to process Jellyfin item, id: d06cf883df8b95ab081f7669581bb64e {"errorMessage":"[TMDB] Failed to get movie by external imdb ID: [TMDB] Failed to find by external ID: getaddrinfo EAI_AGAIN api.themoviedb.org","jellyfinitem":{"Name":"The King's Daughter","ServerId":"768e158601a0491dba400b39f9e0f65b","Id":"d06cf883df8b95ab081f7669581bb64e","Container":"mkv,webm","PremiereDate":"2022-01-21T00:00:00.0000000Z","CriticRating":26,"OfficialRating":"PG","ChannelId":null,"CommunityRating":5.1,"RunTimeTicks":56425381888,"ProductionYear":2022,"IsFolder":false,"Type":"Movie","UserData":{"PlaybackPositionTicks":0,"PlayCount":0,"IsFavorite":false,"Played":false,"Key":"245842"},"VideoType":"VideoFile","ImageTags":{"Primary":"5e0845dd08b839affdaaff03e8c99aa1"},"BackdropImageTags":["ca738d483b8560ef3c74a374f006ca6d"],"ImageBlurHashes":{"Backdrop":{"ca738d483b8560ef3c74a374f006ca6d":"WSCsKz^%oyIVIUog},-oxtt6ofn~#*t7xZ%1xut6%3xBt6oLaybb"},"Primary":{"5e0845dd08b839affdaaff03e8c99aa1":"dHA,j,N|E3%K?akWM|ja0jxsxVM|4^oM%JWBaeWBoej="}},"LocationType":"FileSystem","MediaType":"Video"}}

Actually, I get these for all the items in the library.

Fallenbagel commented 2 years ago

Hi. This issue occurs when jellyseerr has trouble matching the tmdb ID with the imdb ID. This issue only occurs in the latest tag but then again its the only tag that works.

However there's a work around for it. It's by using sonarr or a media manager and renaming all folders to include the imdbID and re adding them back to jellyfin and then doing a full jellyseerr scan.

jazzgott commented 2 years ago

Thank you. Will this be fixed in the future, or is this what it will be?

Fallenbagel commented 2 years ago

I have been going through the tmdb api and I assume this is something that has to do with the alpha version of overseerr. As the development version is built on a more recent version of overseerr(which we are trying to fix as currently it only works as a dev server not when built) I think the issue is not present in that one. Hopefully that version will be live soon