Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/db9d601115b26b2f69af41be7b2457803f921c6c You should set ROOT_URL correctly, otherwise the web may not work correctly.

Revert Session name

pull/1790/head
margaale 8 years ago
parent e7331539f0
commit db9d601115

@ -116,7 +116,7 @@ namespace NzbDrone.Core.Download.Clients.DownloadStation.Proxies
requestBuilder.AddQueryParam("account", settings.Username);
requestBuilder.AddQueryParam("passwd", settings.Password);
requestBuilder.AddQueryParam("format", "sid");
requestBuilder.AddQueryParam("session", Guid.NewGuid().ToString());
requestBuilder.AddQueryParam("session", "DownloadStation");
var authResponse = ProcessRequest<DiskStationAuthResponse>(requestBuilder, "login", DiskStationApi.Auth, settings);

Loading…
Cancel
Save