Ombi-app / Ombi

Want a Movie or TV Show on Plex/Emby/Jellyfin? Use Ombi!
http://ombi.io
GNU General Public License v2.0
3.73k stars 397 forks source link

Requests for TV shows with different TVDB and TMDB IDs fail #4278

Closed MaleNurse closed 3 years ago

MaleNurse commented 3 years ago

Describe the bug Requests for TV shows with different TVDB and TMDB IDs fail. This may be a continuation of #3717

To Reproduce Request and approve "The Problem with Jon Stewart". TVDB and TMDB have different IDs (400756 and 123149, respectively).

Expected behavior The request is successfully passed to Sonarr

Logs

2021-07-23 11:24:16.629 -07:00 [Error] StatusCode: NotFound, Reason: Not Found, RequestUri: http://api.themoviedb.org/3/tv/400756?api_key=[redacted]&language=en&append_to_response=videos,credits,similar,recommendations,external_ids,keywords,images

2021-07-23 11:34:27.387 -07:00 [Error] Exception thrown when attempting to send series over to Sonarr
System.Exception: TVDBID is missing

   at Ombi.Core.Senders.TvSender.SendToSonarr(ChildRequests model, SonarrSettings s)
2021-07-23 11:34:27.387 -07:00 [Error] Exception thrown when sending a movie to DVR app, added to the request queue
System.Exception: TVDBID is missing

   at Ombi.Core.Senders.TvSender.SendToSonarr(ChildRequests model, SonarrSettings s)
   at Ombi.Core.Senders.TvSender.Send(ChildRequests model)

Desktop (please complete the following information):

Ombi Version (please complete the following information):

ombi-bot commented 3 years ago

Hi!
Thanks for the issue report. Before a real human comes by, please make sure you used our bug report format.
Have you looked at the wiki yet? https://docs.ombi.app/
Before posting make sure you also read our FAQ.
Make the title describe your issue. Having 'not working' or 'I get this bug' for 100 issues, isn't really helpful.
If we need more information or there is some progress we tag the issue or update the tag and keep you updated.
Thanks!
Ombi Bot.

tidusjar commented 3 years ago

When testing with the same show I do not get this error, it is processed with the correct TvDbId and sent to Sonarr

image

MaleNurse commented 3 years ago

Weird. I tried deleting and re-adding the request, and this time it worked. I'd done that numerous times before, but without success. I'll close this and reopen if I come across this issue again. Thanks for the app and looking into this issue.