ArgumentNullException: Value cannot be nullSolved

Getting this error occasionally when players join my server

Web request callback raised an exception (ArgumentNullException: Value cannot be null.
Parameter name: value)
  at Newtonsoft.Json.Linq.JToken.EnsureValue (Newtonsoft.Json.Linq.JToken value) [0x00003] in <45c13f2b01574d8b82248736e42013a4>:0 
  at Newtonsoft.Json.Linq.JToken.op_Explicit (Newtonsoft.Json.Linq.JToken value) [0x00000] in <45c13f2b01574d8b82248736e42013a4>:0 
  at Oxide.Plugins.SteamChecks+c__AnonStorey6.<>m__0 (System.Int32 httpCode, Newtonsoft.Json.Linq.JObject jsonResponse) [0x00027] in :0 
  at Oxide.Plugins.SteamChecks+c__AnonStorey5.<>m__0 (System.Int32 httpCode, System.String response) [0x00018] in :0 
  at Oxide.Core.Libraries.WebRequests+WebRequest.b__42_0 () [0x00034] in :0 ​

Using version 5.0.2 after deleting previous versions inc the language files.

I need the steamid64 of the player/s where this issue happens and possibly the configuration file (without the API key ofc).

Same here, i can provide config and steamids of the players on my discord crash#0002

After upgrading to 5.0.3 i have not had any reoccurence of this error yet.

Locked automatically