JsonException: Snowflake string JSON token failed to parse to snowflake: 'Verified'Solved

Hi,

I'm getting this error:
(EDIT: Different error from title, first one was resolved)

Failed to run a 2.00 timer in 'DiscordRoles v2.0.1' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Core.Plugins.Plugin.Subscribe (System.String hook) [0x00006] in <0fbce81d88d64454b3e7abb24df7026b>:0 
  at Oxide.Plugins.DiscordRoles.SubscribeAll () [0x00000] in <9b626dccb0284981b966134506514824>:0 
  at Oxide.Plugins.DiscordRoles.ProcessUser (Oxide.Plugins.DiscordRoles+PlayerSync sync) [0x00020] in <9b626dccb0284981b966134506514824>:0 
  at Oxide.Plugins.DiscordRoles.ProcessNextStartupId () [0x000b1] in <9b626dccb0284981b966134506514824>:0 
  at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00018] in <0fbce81d88d64454b3e7abb24df7026b>:0 

DiscordRoles now requires Role ID. Role Name will no longer work.

Second error was resolved. Looks like DiscordRoles doesn't want an update rate of two seconds. Set it to ten and it worked.

Two Seconds should be fine. That's only there to avoid being rate limited by Discord. What issues were you having with two seconds?

Locked automatically