Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Sonarr/commit/8c48e63f36132be1a881491d68efef57ca6cb7cd
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
3 additions and
3 deletions
@ -12,7 +12,7 @@
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Data.SQLite" publicKeyToken="db937bc2d44ff139" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-1.0.66.0" newVersion="1.0.66 .0"/>
<bindingRedirect oldVersion="0.0.0.0-1.0.72.0" newVersion="1.0.72 .0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
@ -30,7 +30,7 @@ namespace NzbDrone.Core.Test
[FixtureTearDown]
public void FixtureTearDown ( )
{
foreach ( var file in Directory . GetFiles ( Directory . GetCurrentDirectory ( ) , "*. * ", SearchOption . AllDirectories )
foreach ( var file in Directory . GetFiles ( Directory . GetCurrentDirectory ( ) , "*. db ", SearchOption . AllDirectories )
)
{
try
@ -64,7 +64,7 @@
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Data.SQLite" publicKeyToken="db937bc2d44ff139" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-1.0.66.0" newVersion="1.0.66 .0"/>
<bindingRedirect oldVersion="0.0.0.0-1.0.72.0" newVersion="1.0.72 .0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>