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 not pulling folder list from Sonarr #5092

Open
burnbrigther opened this issue Mar 10, 2024 · 2 comments
Open

Ombi not pulling folder list from Sonarr #5092

burnbrigther opened this issue Mar 10, 2024 · 2 comments

Comments

@burnbrigther
Copy link

Summary

Radarr working fine. Sonarr quality profiles and tags working fine - so I know its making a connection just fine to Sonarr. Radarr auto-populates the folder information when it connects. Not happening with sonarr.
image

Ombi Version

Development and stable (did latest pulls on both)

What platform(s) does this occur on?

Docker

What database are you using?

MySQL

Relevant log output

There is NO logging on either side.  I turned up Sonarr to debug and I'm not seeing any output.  Will have to work on getting debug output later.  VI doesn't work inside the container so I have to figure out how to edit the appsettings.json
@burnbrigther
Copy link
Author

Digging in to this - appears to be a sonarr v4 vs v3 issue. Doesn't appear folder listings are coming correctly from v4, even though api gives back 200 ok.

2024-03-10 19:49:47.3|Info|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was challenged.
2024-03-10 19:49:51.2|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2024-03-10 19:49:52.0|Debug|Api|[GET] /api/v3/queue/details?all=true: 200.OK (1 ms)
2024-03-10 19:49:53.2|Debug|Api|[GET] /api/v3/command: 200.OK (0 ms)
2024-03-10 19:49:53.6|Debug|Api|[GET] /api/v3/command: 200.OK (1 ms)
==> sonarr.txt <==
2024-03-10 19:49:58.3|Info|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was challenged.
2024-03-10 19:49:58.3|Info|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was challenged.
==> sonarr.debug.txt <==
2024-03-10 19:49:58.3|Info|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was challenged.
2024-03-10 19:49:58.3|Info|Sonarr.Http.Authentication.ApiKeyAuthenticationHandler|AuthenticationScheme: SignalR was challenged.

@burnbrigther
Copy link
Author

Problem solved by adding remote path mapping for /data/media/tv in Sonarr. This should be documented as this was not a requirement of Sonarr v3. Not your issue for sure - but someone else will likely run in to this same problem.

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