10000 Unhandled exception occurrs when entering in Bookmarks · Issue #412 · linkdotnet/Blog · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Unhandled exception occurrs when entering in Bookmarks #412
Closed
@EliasMasche

Description

@EliasMasche

While working on the Scoped CSS, I forked the repo to the last commit, and when I click on Bookmarks, this unhandled exception shows up while I believed it was my local copy or something of my changes, so I downloaded fresh v10.0 and another fork of the repo and both reproduce the same error.

An unhandled exception has occurred. See browser dev tools for details. Reload

Exception thrown: 'System.Security.Cryptography.CryptographicException' in System.Private.CoreLib.dll
Exception thrown: 'System.Security.Cryptography.CryptographicException' in System.Private.CoreLib.dll
Exception thrown: 'System.Security.Cryptography.CryptographicException' in System.Private.CoreLib.dll
Exception thrown: 'System.Security.Cryptography.CryptographicException' in System.Private.CoreLib.dll
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'c:\program files\dotnet\shared\Microsoft.NETCore.App\9.0.3\System.Diagnostics.StackTrace.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
'iisexpress.exe' (CoreCLR: clrhost): Loaded 'c:\program files\dotnet\shared\Microsoft.NETCore.App\9.0.3\System.Reflection.Metadata.dll'. Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
Microsoft.AspNetCore.Components.Server.Circuits.RemoteRenderer: Warning: Unhandled exception rendering component: The payload was invalid. For more information go to https://aka.ms/aspnet/dataprotectionwarning

System.Security.Cryptography.CryptographicException: The payload was invalid. For more information go to https://aka.ms/aspnet/dataprotectionwarning
   at Microsoft.AspNetCore.DataProtection.Cng.CbcAuthenticatedEncryptor.DecryptImpl(Byte* pbCiphertext, UInt32 cbCiphertext, Byte* pbAdditionalAuthenticatedData, UInt32 cbAdditionalAuthenticatedData)
   at Microsoft.AspNetCore.DataProtection.Cng.Internal.CngAuthenticatedEncryptorBase.Decrypt(ArraySegment`1 ciphertext, ArraySegment`1 additionalAuthenticatedData)
   at Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingBasedDataProtector.UnprotectCore(Byte[] protectedData, Boolean allowOperationsOnRevokedKeys, UnprotectStatus& status)
   at Microsoft.AspNetCore.DataProtection.KeyManagement.KeyRingBasedDataProtector.Unprotect(Byte[] protectedData)
   at Microsoft.AspNetCore.DataProtection.DataProtectionCommonExtensions.Unprotect(IDataProtector protector, String protectedData)
   at Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage.ProtectedBrowserStorage.Unprotect[TValue](String purpose, String protectedJson)
   at Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage.ProtectedBrowserStorage.GetAsync[TValue](String purpose, String key)
   at LinkDotNet.Blog.Web.Features.Services.LocalStorageService.ContainKeyAsync(String key) in F:\Dev\CSharp\Blog-master\src\LinkDotNet.Blog.Web\Features\Services\LocalStorageService.cs:line 16
   at LinkDotNet.Blog.Web.Features.Bookmarks.BookmarkService.InitializeIfNotExists() in F:\Dev\CSharp\Blog-master\src\LinkDotNet.Blog.Web\Features\Bookmarks\BookmarkService.cs:line 58
   at LinkDotNet.Blog.Web.Features.Bookmarks.BookmarkService.GetBookmarkedPostIds() in F:\Dev\CSharp\Blog-master\src\LinkDotNet.Blog.Web\Features\Bookmarks\BookmarkService.cs:line 32
   at LinkDotNet.Blog.Web.Features.Bookmarks.Bookmarks.OnAfterRenderAsync(Boolean firstRender) in F:\Dev\CSharp\Blog-master\src\LinkDotNet.Blog.Web\Features\Bookmarks\Bookmarks.razor:line 36
   at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task taskToHandle, ComponentState owningComponentState)
Microsoft.AspNetCore.Components.Server.Circuits.CircuitHost: Error: Unhandled exception in circuit 'uCXlTI-raKJYUS9t6Sd5RSJBZtLYfNHjt52_3aWwn6Y'.`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0