Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/blame/commit/0894fc0e777b1f49481a39d7e19f614599605199/NzbDrone.Api/Exceptions/InvalidApiKeyException.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
|
using System;
|
|
|
|
|
|
|
|
|
|
namespace NzbDrone.Api.Exceptions
|
|
|
|
|
{
|
|
|
|
|
public class InvalidApiKeyException : Exception
|
|
|
|
|
{
|
|
|
|
|
public InvalidApiKeyException()
|
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public InvalidApiKeyException(string message) : base(message)
|
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|