Ombi-app / Ombi

Want a Movie or TV Show on Plex/Emby/Jellyfin? Use Ombi!
http://ombi.io
GNU General Public License v2.0
3.64k stars 391 forks source link

Ombi not pulling folder list from Sonarr #5092

Open burnbrigther opened 3 months ago

burnbrigther commented 3 months ago

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 commented 3 months ago

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 commented 3 months ago

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.