Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/src/commit/45bd95ee91e35fc78d55f740c680a6a4bf5b1d42/NzbDrone.Web.UI.Test/packages.config You should set ROOT_URL correctly, otherwise the web may not work correctly.
Sonarr/NzbDrone.Web.UI.Test/packages.config

8 lines
391 B

<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="DotNetZip" version="1.9.1.8" />
<package id="FluentAssertions" version="2.0.0.1" targetFramework="net40" />
<package id="Newtonsoft.Json" version="4.5.11" targetFramework="net40" />
<package id="NUnit" version="2.6.0.12054" />
<package id="Selenium.WebDriver" version="2.25.1" targetFramework="net40" />
</packages>