Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ombi Newsletter failing to show TV Shows #5110

Open
nxllxvxid opened this issue Apr 24, 2024 · 0 comments
Open

Ombi Newsletter failing to show TV Shows #5110

nxllxvxid opened this issue Apr 24, 2024 · 0 comments

Comments

@nxllxvxid
Copy link

Summary

So when running the test newsletter new movies show perfectly fine, but whenever it reaches the TV shows this appears in my logs, the tv shows are not shown in the email whatsoever no images, no episodes, just blank black boxes

Ombi Version

4.43.16

What platform(s) does this occur on?

Windows

What database are you using?

MySQL

Relevant log output

fail: Ombi.Api.Api[1000]
      StatusCode: NotFound, Reason: Not Found, RequestUri: http://api.themoviedb.org/3/tv/?api_key=b8eabaf5608b88d0298aa189dd90bf00&language=en&append_to_response=videos%2Ccredits%2Csimilar%2Crecommendations%2Cexternal_ids%2Ckeywords%2Cimages
fail: Ombi.Schedule.Jobs.Ombi.NewsletterJob[0]
      Error when processing TV House of Saddam
      System.NullReferenceException: Object reference not set to an instance of an object.
         at Ombi.Schedule.Jobs.Ombi.NewsletterJob.AddTvEpisodesSummaryGenres(String episodes, TvInfo tvInfo) in /home/runner/work/Ombi/Ombi/src/Ombi.Schedule/Jobs/Ombi/NewsletterJob.cs:line 769
         at Ombi.Schedule.Jobs.Ombi.NewsletterJob.ProcessTv(IEnumerable`1 episodes, String languageCode) in /home/runner/work/Ombi/Ombi/src/Ombi.Schedule/Jobs/Ombi/NewsletterJob.cs:line 692
fail: Ombi.Api.Api[1000]
      StatusCode: NotFound, Reason: Not Found, RequestUri: http://api.themoviedb.org/3/tv/?api_key=b8eabaf5608b88d0298aa189dd90bf00&language=en&append_to_response=videos%2Ccredits%2Csimilar%2Crecommendations%2Cexternal_ids%2Ckeywords%2Cimages
fail: Ombi.Schedule.Jobs.Ombi.NewsletterJob[0]
      Error when processing TV Cold War
      System.NullReferenceException: Object reference not set to an instance of an object.
         at Ombi.Schedule.Jobs.Ombi.NewsletterJob.AddTvEpisodesSummaryGenres(String episodes, TvInfo tvInfo) in /home/runner/work/Ombi/Ombi/src/Ombi.Schedule/Jobs/Ombi/NewsletterJob.cs:line 769
         at Ombi.Schedule.Jobs.Ombi.NewsletterJob.ProcessTv(IEnumerable`1 episodes, String languageCode) in /home/runner/work/Ombi/Ombi/src/Ombi.Schedule/Jobs/Ombi/NewsletterJob.cs:line 692
fail: Ombi.Api.Api[1000]
      StatusCode: NotFound, Reason: Not Found, RequestUri: http://api.themoviedb.org/3/tv/?api_key=b8eabaf5608b88d0298aa189dd90bf00&language=en&append_to_response=videos%2Ccredits%2Csimilar%2Crecommendations%2Cexternal_ids%2Ckeywords%2Cimages
fail: Ombi.Schedule.Jobs.Ombi.NewsletterJob[0]
      Error when processing TV Happy Tree Friends
      System.NullReferenceException: Object reference not set to an instance of an object.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant