Ombi
Ombi copied to clipboard
Conole Errors Not Detailing Specific Show/Movie Causing Error Exception Adding to Queue
Describe the bug I keep seeing 'FAIL' errors when the schedule Plex sync runs stating TVDBID is missing, but it doesn't show what show/movie is throwing the error so I can investigate and fix or remove the request as applicable.
Also in the error it also refers to "...when sending a movie to DVR app". This verbiage should be updated to say "...when sending a show to the DVR app" as this is error referring to Sonarr.
When I look under the Web GUI under I do see 2 TV shows (JANET JACKSON [tvdbid=414707] & Alone: Frozen [tvdbid=422357]) under Settings --> System --> Failed Requests and can only assume that is what these errors are referring to since it's missing that information.
To Reproduce Steps to reproduce the behavior:
- I'm not sure how to reproduce these errors. Maybe try and add a TV Series that is missing a TVDBID?
- As a Test I have removed 1 of the "Failed Requests" to see if the error still triggers. If my thinking is correct it will still trigger the error, but only 1 time instead of 2 times per sync since I removed 1 of the 2 "Failed Requests".
- After the test my theory was correct and only got the 1 set of errors instead of 2. So these 'FAIL' errors are directly correlated to the 'Failed Requests'.
Expected behavior To detail in the Console Error window what Show is throwing the error when Sending series over to Sonarr so that the user can investigate and work to clear the error. This information should be matching with the 'Failed Requests' that are in the Settings --> System --> Failed Requests section of the Web GUI.
Screenshots
Before Test:
After Test (Removing 1 Failed Request)
Logs (Logs directory where Ombi is located)
2023-03-09 02:00:40.438 -06:00 [WRN] Episode Episode 0 has no episode number. Skipping.
2023-03-09 06:00:05.851 -06:00 [ERR] 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) in /home/runner/work/Ombi/Ombi/src/Ombi.Core/Senders/TvSender.cs:line 294
2023-03-09 06:00:05.853 -06:00 [ERR] 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) in /home/runner/work/Ombi/Ombi/src/Ombi.Core/Senders/TvSender.cs:line 294
at Ombi.Core.Senders.TvSender.Send(ChildRequests model) in /home/runner/work/Ombi/Ombi/src/Ombi.Core/Senders/TvSender.cs:line 60
2023-03-09 06:00:06.637 -06:00 [ERR] 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) in /home/runner/work/Ombi/Ombi/src/Ombi.Core/Senders/TvSender.cs:line 294
2023-03-09 06:00:06.638 -06:00 [ERR] 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) in /home/runner/work/Ombi/Ombi/src/Ombi.Core/Senders/TvSender.cs:line 294
at Ombi.Core.Senders.TvSender.Send(ChildRequests model) in /home/runner/work/Ombi/Ombi/src/Ombi.Core/Senders/TvSender.cs:line 60
Desktop (please complete the following information):
- OS: [Windows 10]
Ombi Version (please complete the following information):
- Version [4.35.8]
- Media Server [Plex]
- Database Type: SQLite
Additional context
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.
Isn't it easier to read the error from the GUI rather than the console?
Not when Console windows is up. I would have to be looking at the logs in the GUI/text editor to actually have noticed an issue. With the console window I see any errors right away.