KeyNotFoundException at InsertBlueprintFixed

Bana yardım edebilir misin lütfen?

Çağrı kancasına Başarısız 'OnItemAction' eklentisi üzerinde 'BlueprintShare v1.1.6'  ( KeyNotFoundException : Verilen anahtar mevcut değildi de sözlüğe . ) 
  Sistem de . Koleksiyonlar . Genel . Dictionary` 2 [ TKey , TValue ] . Get_Item ( TKey tuşu )  [ 0x0001e ]  içinde  < 437ba245d8404784b9fbab9b439ac908 > : 0  
  oksit de . Eklentiler .BlueprintShare . InsertBlueprint ( BasePlayer oynatıcı , Sistem . Dize itemShortName )  [ 0xe1830 ]  ,  < 72e9030ef9b647d2a9977a4092fe88ac > : 0'da  
  Oksit . Eklentiler . BlueprintShare . OnItemAction ( Öğe öğesi , Sistem . Dize eylemi , BasePlayer oynatıcı )  < 72e9030ef9b647d2a9977a4092fe88ac > içinde [ 0x0007d ]  : 0  
  Oksit . Eklentiler . BlueprintShare . DirectCallHook ( Sistem . Dize adı , Sistem . Nesne & ret , Sistem . Nesne [ ] args )  [ 0x00187 ]  içinde  < 72e9030ef9b647d2a9977a4092fe88ac > : 0  
  Oksit at . Eklentiler . CSharpPlugin . InvokeMethod ( Oksit . Çekirdek . Eklentiler .HookMethod yöntemi , Sistem . Nesne [ ] args )  [ 0x00079 ]  içinde  : 0  
  oksit de . Çekirdek . Eklentiler . CSPlugin . OnCallHook ( Sistem . Dize adı , Sistem . Nesne [ ] args )  [ 0x000d8 ]  içinde  : 0  
  Oksit at . Çekirdek . Eklentiler . Eklenti . CallHook( Sistem . Dize kancası , Sistem . Nesne [ ] argümanları )  [ 0x00060 ]  içinde  : 0
Hi not sure if you speak english but is this problem only happening to you or anyone else? Does this error throw every time you learn a blueprint?
Hello the moment I install this plugin on the server, this error comes directly.

Merged post

Failed to call hook 'OnItemAction' on plugin 'BlueprintShare v1.1.6' (KeyNotFoundException: The given key was not present in the dictionary.)
  at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <437ba245d8404784b9fbab9b439ac908>:0 
  at Oxide.Plugins.BlueprintShare.InsertBlueprint (BasePlayer player, System.String itemShortName) [0x00018] in :0 
  at Oxide.Plugins.BlueprintShare.OnItemAction (Item item, System.String action, BasePlayer player) [0x0007d] in :0 
  at Oxide.Plugins.BlueprintShare.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00187] in :0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in :0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in :0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in :0 


Merged post

Sorry, the original state of the error.
This error was never there when I released the last update so I assume a recent oxide or rust update has thrown something out of place. I will investigate this issue which might take some time as I currently don't have a test server setup.
ccreep
This error was never there when I released the last update so I assume a recent oxide or rust update has thrown something out of place. I will investigate this issue which might take some time as I currently don't have a test server setup.

A ContainsKey should fix it. ;) No changes in Oxide though.

5e13a8d5b2bc5.jpg Wulf

A ContainsKey should fix it. ;) No changes in Oxide though.

I will implement this fix thank you for pointing that out.

Locked automatically