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

Root Path Error When Requesting TV Shows to Sonarr Unless Root Path is Manually Selected When Requesting #5215

Open
legoboy0109 opened this issue Jan 30, 2025 · 0 comments

Comments

@legoboy0109
Copy link

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

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
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