arleypadua / PKHeX.Everywhere

Cross platform tools for interacting with Pokemon save files. The web version runs everywhere and the CLI works with Mac OS, Linux and Windows
https://pkhex-web.github.io
MIT License
16 stars 1 forks source link

Error on PKHeX.Web: Arg_KeyNotFoundWithKey, -1 #52

Closed arleypadua closed 1 month ago

arleypadua commented 1 month ago

Error on PKHeX.Web

Message

Arg_KeyNotFoundWithKey, -1

Stack trace

   at System.Collections.Generic.Dictionary`2[[System.Int32, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[PKHeX.Facade.Repositories.AbilityDefinition, PKHeX.Facade, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]].get_Item(Int32 )
   at PKHeX.Facade.Repositories.AbilityRepository.Get(Int32 id)
   at PKHeX.Facade.Pokemons.Pokemon.get_Ability()
   at PKHeX.Web.Components.Pokemons.PokemonDescription.<BuildRenderTree>b__0_10(RenderTreeBuilder __builder3)
   at Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder.AddContent(Int32 , RenderFragment )
   at AntDesign.Descriptions.BuildRenderTree(RenderTreeBuilder __builder)
   at PKHeX.Web.Components.ResponsibleDescriptions.BuildRenderTree(RenderTreeBuilder __builder)
   at Microsoft.AspNetCore.Components.ComponentBase.<.ctor>b__6_0(RenderTreeBuilder builder)
   at Microsoft.AspNetCore.Components.Rendering.ComponentState.RenderIntoBatch(RenderBatchBuilder , RenderFragment , Exception& )