KeyNotFoundException in OnEntitySpawnedError
Please include your configuration, thanks.
Same Here

Failed to call hook 'OnEntitySpawned' on plugin 'InfoPanel v0.9.9' (KeyNotFoundException: The given key was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <e1a80661d61443feb3dbdaac88eeb776>:0
at Oxide.Plugins.InfoPanel.OnEntitySpawned (BaseEntity Entity) [0x00103] in <686cadf3225b4ad09dfa243a29942a11>:0
at Oxide.Plugins.InfoPanel.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0063e] in <686cadf3225b4ad09dfa243a29942a11>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <9affce1cd15c4ec183941adef8db1722>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <4452f821def6406d834e4149849fe7ea>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <4452f821def6406d834e4149849fe7ea>:0
Failed to call hook 'OnEntitySpawned' on plugin 'InfoPanel v0.9.9' (KeyNotFoundException: The given key was not present in the dictionary.)
at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <ac823e2bb42b41bda67924a45a0173c3>:0
at Oxide.Plugins.InfoPanel.OnEntitySpawned (BaseEntity Entity) [0x000b8] in <245b8ef30de441b6bf54ef1350e05a64>:0
at Oxide.Plugins.InfoPanel.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0063e] in <245b8ef30de441b6bf54ef1350e05a64>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <9affce1cd15c4ec183941adef8db1722>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <4452f821def6406d834e4149849fe7ea>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <4452f821def6406d834e4149849fe7ea>:0
Bradley attempting to spawn but one already exists!
If there is a fix, why don't you update the plugin @Wulf  <3 :D 
Failed to call hook 'OnEntitySpawned' on plugin 'InfoPanel v0.9.9' (KeyNotFoundException: The given key was not present in the dictionary.)
  at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <ac823e2bb42b41bda67924a45a0173c3>:0
at Oxide.Plugins.InfoPanel.OnEntitySpawned (BaseEntity Entity) [0x00103] in <128c99f2d473444699f208b2cd8ee733>:0
at Oxide.Plugins.InfoPanel.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0063e] in <128c99f2d473444699f208b2cd8ee733>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <9affce1cd15c4ec183941adef8db1722>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <4452f821def6406d834e4149849fe7ea>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <4452f821def6406d834e4149849fe7ea>:0
I get the error when Event starts:
[Event] Prefabs/npc/cargo plane/cargo_plane.prefab
In response to EagleEYE ():
I get the error when Event starts:
[Event] Prefabs/npc/cargo plane/cargo_plane.prefab
That's not an error. It's telling you that the cargo plane (airdrop) event has started and thats the prefab it's using for the plane. 

You'll find another that says this : [event] assets/content/vehicles/boats/cargoship/cargoshiptest.prefab

That's telling you that the cargo ship event has started .....

[event] assets/prefabs/npc/ch47/ch47scientists.entity.prefab tells you that the ch47 event has started, etc, etc

I'm getting the same:

''
Failed to call hook 'OnEntitySpawned' on plugin 'InfoPanel v0.9.9' (KeyNotFoundException: The given key was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <ac823e2bb42b41bda67924a45a0173c3>:0
at Oxide.Plugins.InfoPanel.OnEntitySpawned (BaseEntity Entity) [0x00103] in <356638fa9cdd422380c97770dba40770>:0
at Oxide.Plugins.InfoPanel.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0063e] in <356638fa9cdd422380c97770dba40770>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <9affce1cd15c4ec183941adef8db1722>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <4452f821def6406d834e4149849fe7ea>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <4452f821def6406d834e4149849fe7ea>:0
''
Was working fine up until yesterday. Started getting this in console


Failed to call hook 'OnEntitySpawned' on plugin 'InfoPanel v0.9.9' (KeyNotFoundException: The given key was not present in the dictionary.)
  at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <ac823e2bb42b41bda67924a45a0173c3>:0
  at Oxide.Plugins.InfoPanel.OnEntitySpawned (BaseEntity Entity) [0x000b8] in <c7a57df267a54797a1f3f0205d28ff61>:0
  at Oxide.Plugins.InfoPanel.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0063e] in <c7a57df267a54797a1f3f0205d28ff61>:0
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <9affce1cd15c4ec183941adef8db1722>:0
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <4452f821def6406d834e4149849fe7ea>:0
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <4452f821def6406d834e4149849fe7ea>:0
Reinstalled plugin, updated steam and oxide, no change.

The plugin works, that is just spamming my console every so often

Merged post

Still happening randomly. When it does it spams constantly until the next restart 3 hours later.
bump....

Merged post

I'm still getting errors.

16:56:00 Failed to call hook 'OnEntitySpawned' on plugin 'InfoPanel v0.9.9' (KeyNotFoundException: The given key was not present in the dictionary.)
at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <ac823e2bb42b41bda67924a45a0173c3>:0
at Oxide.Plugins.InfoPanel.OnEntitySpawned (BaseEntity Entity) [0x000b8] in <9677a98f2d264e3bbec980c019b46fc9>:0
at Oxide.Plugins.InfoPanel.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0063e] in <9677a98f2d264e3bbec980c019b46fc9>:0
at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <9affce1cd15c4ec183941adef8db1722>:0
at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <4452f821def6406d834e4149849fe7ea>:0
at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <4452f821def6406d834e4149849fe7ea>:0 ​


Anyone know how to get rid of the messages?

Failed to call hook 'OnEntitySpawned' on plugin 'InfoPanel v0.9.9' (KeyNotFoundException: The given key was not present in the dictionary.)

at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <1f0c1ef1ad524c38bbc5536809c46b48>:0

at Oxide.Plugins.InfoPanel.OnEntitySpawned (BaseEntity Entity) [0x00103] in <6bf7adb85b9248fbaf24a7dc66e0b455>:0

at Oxide.Plugins.InfoPanel.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0063e] in <6bf7adb85b9248fbaf24a7dc66e0b455>:0

at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <9affce1cd15c4ec183941adef8db1722>:0

at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <4452f821def6406d834e4149849fe7ea>:0

at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <4452f821def6406d834e4149849fe7ea>:0

Configuration file somehow wrecked. Re-Validate your recent changes.
In response to FuJiCuRa ():
Configuration file somehow wrecked. Re-Validate your recent changes.
I'm getting the same thing. What does Validate recent changes mean?

I haven't changed anything, only after the last update did it start doing this.


Failed to call hook 'OnEntitySpawned' on plugin 'InfoPanel v0.9.9' (KeyNotFoundException: The given key was not present in the dictionary.)
  at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <1f0c1ef1ad524c38bbc5536809c46b48>:0
  at Oxide.Plugins.InfoPanel.OnEntitySpawned (BaseEntity Entity) [0x000b8] in <0467e489332741d3ab7291c658c81900>:0
  at Oxide.Plugins.InfoPanel.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0063e] in <0467e489332741d3ab7291c658c81900>:0
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <9affce1cd15c4ec183941adef8db1722>:0
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <4452f821def6406d834e4149849fe7ea>:0
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <4452f821def6406d834e4149849fe7ea>:0