Jump to content

Cernel

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by Cernel

  1. On 1/25/2022 at 3:48 PM, Cernel said:

    Hi.

    I just downloaded the binhex-radarr docker in Unraid 6.9.2. Everything was working fine until I changed the "Authentication" setting to "Forms (Login Page)" for external access. Whenever I try to access radarr through my domain I get the following error message:

    2022-01-25 06:32:35.8|Fatal|RadarrErrorPipeline|Request Failed. GET /login
    
    [v3.2.2.5080] System.FormatException: The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or an illegal character among the padding characters.
       at System.Convert.FromBase64CharPtr(Char* inputPtr, Int32 inputLength)
       at System.Convert.FromBase64String(String s)
       at Nancy.Authentication.Forms.FormsAuthentication.DecryptAndValidateAuthenticationCookie(String cookieValue, FormsAuthenticationConfiguration configuration)
       at Nancy.Authentication.Forms.FormsAuthentication.GetAuthenticatedUserFromCookie(NancyContext context, FormsAuthenticationConfiguration configuration)
       at Nancy.Authentication.Forms.FormsAuthentication.<>c__DisplayClass11_0.<GetLoadAuthenticationHook>b__0(NancyContext context)
       at Nancy.BeforePipeline.<>c__DisplayClass8_0.<Wrap>b__0(NancyContext ctx, CancellationToken ct)
       at Nancy.BeforePipeline.Invoke(NancyContext context, CancellationToken cancellationToken)
       at Nancy.NancyEngine.InvokeRequestLifeCycle(NancyContext context, CancellationToken cancellationToken, IPipelines pipelines)

    I also downloaded binhex-sonarr and enabled the same setting and it works fine.

    Anyone seen this error message before? Any ideas?

     

    Problem seems to have fixed itself.

  2. Hi.

    I just downloaded the binhex-radarr docker in Unraid 6.9.2. Everything was working fine until I changed the "Authentication" setting to "Forms (Login Page)" for external access. Whenever I try to access radarr through my domain I get the following error message:

    2022-01-25 06:32:35.8|Fatal|RadarrErrorPipeline|Request Failed. GET /login
    
    [v3.2.2.5080] System.FormatException: The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or an illegal character among the padding characters.
       at System.Convert.FromBase64CharPtr(Char* inputPtr, Int32 inputLength)
       at System.Convert.FromBase64String(String s)
       at Nancy.Authentication.Forms.FormsAuthentication.DecryptAndValidateAuthenticationCookie(String cookieValue, FormsAuthenticationConfiguration configuration)
       at Nancy.Authentication.Forms.FormsAuthentication.GetAuthenticatedUserFromCookie(NancyContext context, FormsAuthenticationConfiguration configuration)
       at Nancy.Authentication.Forms.FormsAuthentication.<>c__DisplayClass11_0.<GetLoadAuthenticationHook>b__0(NancyContext context)
       at Nancy.BeforePipeline.<>c__DisplayClass8_0.<Wrap>b__0(NancyContext ctx, CancellationToken ct)
       at Nancy.BeforePipeline.Invoke(NancyContext context, CancellationToken cancellationToken)
       at Nancy.NancyEngine.InvokeRequestLifeCycle(NancyContext context, CancellationToken cancellationToken, IPipelines pipelines)

    I also downloaded binhex-sonarr and enabled the same setting and it works fine.

    Anyone seen this error message before? Any ideas?

×
×
  • Create New...