Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/src/commit/eab6c3a4b5da722ab6f73895d6bd35fd8fb0fb11/NzbDrone.Test.Common/TestException.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
using System;
|
|
|
|
namespace NzbDrone.Test.Common
|
|
{
|
|
public class TestException : Exception
|
|
{
|
|
}
|
|
} |