NullReferenceException at OnUserGroupAddedError
GREAT day my dudes and dudettes! Count on me to break something... haha I official messed up something - everytime I add a group/user permission I get this error - this specific error below was generated when a new person joins the server

Looks like something to do with perms/groups... ---->NOOB status coding<----  XD  Appreciate the help everyone!

Failed to call hook 'OnUserGroupAdded' on plugin 'Rustcord v1.3.2' (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.Rustcord.OnUserGroupAdded (System.String id, System.String groupName) [0x0001b] in <d653c1a8965b41e797f929ef9ec29b2f>:0
at Oxide.Plugins.Rustcord.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0084c] in <d653c1a8965b41e797f929ef9ec29b2f>: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 am having the same error but in Rustcord 1.4.0. 
Also getting this a lot, when a new user connects for the first time and is added to default, or when I manually add users to a group.
Same error ALL the time ....
Still an issue
Can we just mark this as an unsupported plugin?
tbird412
Can we just mark this as an unsupported plugin?

It was updated 20 hours ago....

Honestly this error has been happening for as long as I can remember in RustCord.  Any way to ever get this to stop?  Doesn't appear to harm anything but it's annoying when I audit our logs each day to check server performance and plugin performance etc.  If not for that error I could skim REAL fast.  But since that error stands out I have to stop scrolling constantly and "Oh nvm that's just RustCord again". 

Nothing major, just nitpicky.

15:59 [Error] Failed to call hook 'OnUserGroupAdded' on plugin 'Rustcord v1.8.5' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.Rustcord.OnUserGroupAdded (System.String id, System.String groupName) [0x00027] in <5532eeec19ef46d093319bbb91c28af3>:0 
  at Oxide.Plugins.Rustcord.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x007d1] in <5532eeec19ef46d093319bbb91c28af3>: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 ​
Just a quick confirmation: Do you guys have "LogExclude" removed (not empty) from the config?

No these were both in the config.  I just removed them and reloaded.  Will see if the error continues 

 

"LogExcludeGroups": [],
"LogExcludePerms": [],

5d6ebc395ad51.png tbird412

No these were both in the config.  I just removed them and reloaded.  Will see if the error continues 

 

"LogExcludeGroups": [],
"LogExcludePerms": [],

They should not be removed. I only assumed that error to occur when they are taken off. I attempted something in 1.8.6. Please let me know if the error still exists.
It does not happen anymore