KeyNotFoundException: The given key was not present in the dictionary

Hello, is there a chance to make the name of the kit that is beeing accessed visible? I cannot see which kit is responsible for this error:

05:07 [Error] Failed to call hook 'GetKitInfo' on plugin 'Kits v4.4.0' (KeyNotFoundException: The given key was not present in the dictionary.)
  at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <fb001e01371b4adca20013e0ac763896>:0 
  at Oxide.Plugins.Kits+ItemData.get_ItemID () [0x00017] in <4c226b6aeda9420ab728c8e4cd754e4d>:0 
  at Oxide.Plugins.Kits.GetItemObject_Old (Newtonsoft.Json.Linq.JArray& array, Oxide.Plugins.Kits+ItemData[] items, System.String container) [0x00038] in <4c226b6aeda9420ab728c8e4cd754e4d>:0 
  at Oxide.Plugins.Kits.GetKitInfo (System.String name) [0x000f0] in <4c226b6aeda9420ab728c8e4cd754e4d>:0 
  at Oxide.Plugins.Kits.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00e9c] in <4c226b6aeda9420ab728c8e4cd754e4d>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <09575a60985045248bcb43b20faeeb99>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <bae5f1223fce49c493b01571c99dce02>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <bae5f1223fce49c493b01571c99dce02>:0 
 

what i have found so far is that its actually the mod botrespawn that causes the error when it hooks to the that kit-method. the kit itself exists, but there might be an issue with the items inside the kit. will try to find out more

Vinzenz

what i have found so far is that its actually the mod botrespawn that causes the error when it hooks to the that kit-method. the kit itself exists, but there might be an issue with the items inside the kit. will try to find out more

I am using that plugin and have kits assigned to bots from each monument/biom and have no problems and no error message.

nMyfFlEnglczTD3.jpg pookins

I am using that plugin and have kits assigned to bots from each monument/biom and have no problems and no error message.

we have been using both mods for about 5 month together without problems. by now we do have 40 kits and individual ones on all the monuments for botrespawn. The excaptions however do not really help to pinpoint where the error originates. iv added a line to botrespawn to at least know which kit is causing the issue. but as the kit exists, i have not yet figured out where inside this specific kit the error could be.