Updated today from DSM 6 to 7 and sonarr stopped working. No longer I can add the Download Station as client, because sonarr can’t connect to it.
I cant use docker, my NAS does not support it.
The user is the same, with no 2 factor enabled.
Group is sc-download and all the permissions are ok (group and user can read/write).
Trying to add Download Station as Torrent Client, using:
host: 192.168.1.xxx *this is the ip address for the synology nas
port: port (this is the port I use to access the NAS)
username: user under the sc-download group
password
use SSL disabled
Can somebody please help me?
Log is above:
Sonarr version (exact version): 3.0.6.1265 Jun 17 2021
Mono version (if Sonarr is not running on Windows): 5.20.1.34-17
OS: Synology DSM 7.0-41890
Debug logs:
2021-08-05 20:13:34.2|Warn|SonarrErrorPipeline|Invalid request Validation failed:
– Host: Unable to connect to Torrent Download Station
2021-08-05 20:27:18.4|Info|RssSyncService|Starting RSS Sync
2021-08-05 20:27:20.0|Info|DownloadDecisionMaker|Processing 100 releases
2021-08-05 20:27:21.6|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-08-05 20:38:20.2|Info|SceneMappingService|Updating Scene mappings
2021-08-05 20:42:50.7|Info|RssSyncService|Starting RSS Sync
2021-08-05 20:42:52.3|Info|DownloadDecisionMaker|Processing 100 releases
2021-08-05 20:42:53.5|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-08-05 20:58:22.0|Info|RssSyncService|Starting RSS Sync
2021-08-05 20:58:23.5|Info|DownloadDecisionMaker|Processing 100 releases
2021-08-05 20:58:24.7|Info|RssSyncService|RSS Sync Completed. Reports found: 100, Reports grabbed: 0
2021-08-05 20:58:45.2|Error|TorrentDownloadStation|Error testing Torrent Download Station
[v3.0.6.1265] NzbDrone.Common.Http.HttpException: HTTP request failed: [400:BadRequest] [GET] at [http://192.168.1.xxx:port/webapi/query.cgi?api=(removed)&version=1&method=query&query=SYNO.API.Auth%2CSYNO.DownloadStation.Task]
at NzbDrone.Core.Download.Clients.DownloadStation.Proxies.DiskStationProxyBase.ProcessRequest[T] (NzbDrone.Common.Http.HttpRequestBuilder requestBuilder, System.String operation, NzbDrone.Core.Download.Clients.DownloadStation.DiskStationApi api, NzbDrone.Core.Download.Clients.DownloadStation.DownloadStationSettings settings) [0x000e8] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\DownloadStation\Proxies\DiskStationProxyBase.cs:125
at NzbDrone.Core.Download.Clients.DownloadStation.Proxies.DiskStationProxyBase.UpdateApiInfo (NzbDrone.Core.Download.Clients.DownloadStation.DownloadStationSettings settings) [0x0005e] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\DownloadStation\Proxies\DiskStationProxyBase.cs:207
at NzbDrone.Core.Download.Clients.DownloadStation.Proxies.DiskStationProxyBase.GetApiInfo (NzbDrone.Core.Download.Clients.DownloadStation.DiskStationApi api, NzbDrone.Core.Download.Clients.DownloadStation.DownloadStationSettings settings) [0x00022] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\DownloadStation\Proxies\DiskStationProxyBase.cs:234
at NzbDrone.Core.Download.Clients.DownloadStation.Proxies.DiskStationProxyBase.GetApiInfo (NzbDrone.Core.Download.Clients.DownloadStation.DownloadStationSettings settings) [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\DownloadStation\Proxies\DiskStationProxyBase.cs:248
at NzbDrone.Core.Download.Clients.DownloadStation.TorrentDownloadStation.ValidateVersion () [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\DownloadStation\TorrentDownloadStation.cs:392
at NzbDrone.Core.Download.Clients.DownloadStation.TorrentDownloadStation.TestConnection () [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\DownloadStation\TorrentDownloadStation.cs:356
400 Bad Request
The plain HTTP request was sent to HTTPS portnginx
2021-08-05 20:58:45.2|Warn|SonarrErrorPipeline|Invalid request Validation failed:
– Host: Unable to connect to Torrent Download Station
Description of issue:
Done some testing, and if I copy and paste [http://192.168.1.xxx:port/webapi/query.cgi?api=(removed)&version=1&method=query&query=SYNO.API.Auth%2CSYNO.DownloadStation.Task]
to my chrome, and change http to https, I get a response:
{“data”:{“SYNO.API.Auth”:{“maxVersion”:7,“minVersion”:1,“path”:“entry.cgi”},“SYNO.DownloadStation.Task”:{“maxVersion”:3,“minVersion”:1,“path”:“DownloadStation/task.cgi”}},“success”:true}
But I have no idea to where I can fix this either on the NAS or the Sonarr configuration.
Can someone share a light on this, please? Thanks!