You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I request a TV show in Ombi without manually selecting the root folder I get an error stating "path must not be empty, root folder must not be empty", but when the root folder is selected in the dropdown menu it works correctly. I'm not sure if this is an issue with my configuration in Docker/Unraid, but I checked everything I could think to check. Radarr works fine for movies without manually selecting the root folder.
Ombi Version
4.47.1
What platform(s) does this occur on?
Docker
What database are you using?
SQLite (Default)
Relevant log output
2025-01-29 18:24:06.756 -08:00 [ERR] StatusCode: BadRequest, Reason: Bad Request, RequestUri: http://192.168.1.172:8989/api/v3/series/
2025-01-29 18:24:06.761 -08:00 [ERR] StatusCode: BadRequest, Reason: Bad Request, RequestUri: http://192.168.1.172:8989/api/v3/series/
2025-01-29 18:24:06.761 -08:00 [ERR] Exception thrown when attempting to send series over to Sonarr
System.Exception: 'Path' must not be empty.,'Root Folder Path' must not be empty.
at Ombi.Core.Senders.TvSender.SendToSonarr(ChildRequests model, SonarrSettings s) in /home/runner/work/Ombi/Ombi/src/Ombi.Core/Senders/TvSender.cs:line 253
2025-01-29 18:24:06.762 -08:00 [ERR] Exception thrown when sending a movie to DVR app, added to the request queue
System.Exception: 'Path' must not be empty.,'Root Folder Path' must not be empty.
at Ombi.Core.Senders.TvSender.SendToSonarr(ChildRequests model, SonarrSettings s) in /home/runner/work/Ombi/Ombi/src/Ombi.Core/Senders/TvSender.cs:line 253
at Ombi.Core.Senders.TvSender.Send(ChildRequests model) in /home/runner/work/Ombi/Ombi/src/Ombi.Core/Senders/TvSender.cs:line 52
The text was updated successfully, but these errors were encountered:
Summary
If I request a TV show in Ombi without manually selecting the root folder I get an error stating "path must not be empty, root folder must not be empty", but when the root folder is selected in the dropdown menu it works correctly. I'm not sure if this is an issue with my configuration in Docker/Unraid, but I checked everything I could think to check. Radarr works fine for movies without manually selecting the root folder.
Ombi Version
4.47.1
What platform(s) does this occur on?
Docker
What database are you using?
SQLite (Default)
Relevant log output
The text was updated successfully, but these errors were encountered: