KeyNotFoundException at OnBetterChatError
@Wulf

This plugin is outdated. it's not updated in 8 months. Could you place the plugin towards unmaintained? or @k1lly0u should be working on an update? or does he haven't time anymore as he has the rustedit project?  


Merged post

(15:21:55) | Failed to call hook 'OnBetterChat' on plugin 'Quests v2.2.7' (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.Quests.OnBetterChat (System.Collections.Generic.Dictionary`2[TKey,TValue] dict) [0x00029] in <ca3c380f855e47f48f8470b2ba2b797e>:0 
  at Oxide.Plugins.Quests.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x005ca] in <ca3c380f855e47f48f8470b2ba2b797e>: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

Keep getting this error in the console

Failed to call hook 'OnBetterChat' on plugin 'Quests v2.2.7' (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.Quests.OnBetterChat (System.Collections.Generic.Dictionary`2[TKey,TValue] dict) [0x00029] in <8065e17b659b4e0baa720e84a3add0ff>:0
 at Oxide.Plugins.Quests.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x005ca] in <8065e17b659b4e0baa720e84a3add0ff>: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
In response to HyPrMadness ():
Keep getting this error in the consoleFailed to call hook 'OnBetterChat' on plugin 'Quests v2.2.7'...
Hello, here is a temp fix. If u use a older version of BetterChat dont edit it, but if u use the last version of BetterChat 5.1.0 just edit in the Quest Plugin in Line 438 from
string message = dict["Text"].ToString();​

to

string message = dict["Message"].ToString();

and it will fix it !

In response to dIMjIM ():
Hello, here is a temp fix. If u use a older version of BetterChat dont edit it, but if u use the las...
for some reason, I haven't seen this message in my inbox, for that, I'm sorry for my late reply. 

Thank you very much for this temp fix. It's so sad to see a plugin almost going into ''unmaintained'' mode ( should already happen like 8 months ago @Wulf ) 
is the plugin owner gonna answer?

if not, remove the plugin from supported to unsupported. Kinda getting mad here because of this bullshit.  
In response to ():
is the plugin owner gonna answer?

if not, remove the plugin from supported to unsupported...
It has been marked as unmaintained for another developer to claim. The author has a lot on his plate though, so keep in mind that support is not guaranteed for free plugins as developers are here in their own time. 
Failed to call hook 'OnBetterChat' on plugin 'Quests v2.2.7' (KeyNotFoundException: The given key was not present in the dictionary.)
  at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <7d97106330684add86d080ecf65bfe69>:0
at Oxide.Plugins.Quests.OnBetterChat (System.Collections.Generic.Dictionary`2[TKey,TValue] dict) [0x00029] in <c9510e43dd0f478d955bfeeaaae72746>:0
at Oxide.Plugins.Quests.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x005ca] in <c9510e43dd0f478d955bfeeaaae72746>: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

Does this problem still exist?