Weird error on RustAdminSolved

I'm getting this error:

https://imgur.com/a/hlyIruh

This is my config:

{
  "Auto Kick": {
    "Bans on your network": true,
    "Enable Total bans (server + game + vac) kick": true,
    "Enabled": true,
    "Max allowed previous bans": 3,
    "Max allowed total bans (server + game + vac)": 5,
    "Steam": {
      "Family share accounts": false,
      "Family share accounts that are dirty": false,
      "Max allowed Game bans": 1,
      "Max allowed VAC bans": 1,
      "Min age of VAC ban allowed": 270,
      "Min Allowed Steam Level (-1 disables)": -1,
      "Private Steam Profiles": false,
      "Profiles that do no conform to the Steam64 IDs (Highly recommended)": true,
      "When Steam Level Hidden": false
    },
    "Users that have been banned on rusthackreport": true,
    "VPN": {
      "Enabled": true,
      "Ignore nVidia Cloud Gaming": true
    }
  },
  "Better Chat: Tag for dirty users": "",
  "Broadcast": {
    "Kicks": false,
    "New bans": true,
    "Player Reports": false,
    "RCON": false,
    "When VAC is younger than": 269
  },
  "Clan Ban": {
    "Ban Native Team Members": false,
    "Reason Prefix": "Assoc Ban -> {playerId}: {reason}"
  },
  "Discord": {
    "Bans Webhook URL": "https://support.discordapp.com/hc/en-us/articles/228383668-Intro-to-Webhooks",
    "Notify when a player has received a game ban": true,
    "Send Ban Report": true,
    "Send Kick Report": true,
    "Send Only Dirty Player Reports": true,
    "Show Quick Connect On report": true,
    "Webhook URL": "https://support.discordapp.com/hc/en-us/articles/228383668-Intro-to-Webhooks"
  },
  "General": {
    "Debug: Show additional debug console logs": false,
    "Ignore Admins": true
  },
  "io.serverarmour.com": {
    "Owner Email": "contact@******.com",
    "Owner Real Name": "Rustian",
    "Owner Steam64 ID": "",
    "Server Key": "*************************",
    "Share details with other server owners": false,
    "Submit Arkan Data": false
  },
  "Server Info": {
    "Game Port": "28015",
    "Query Port": "28015",
    "RCON Port": "",
    "Your Server IP": "*********"
  },
  "Show Protected MSG": false
}​

That Steam ID is mine, is SA trying to kick me?

I'm getting this every time a player joins 

"

Player $<steamID> had $0 total bans, it's more than the limit set of $30. Kicking player
03/10 11:44:59 | Web request callback raised an exception (NullReferenceException: Object reference not set to an instance of an object)
at Oxide.Plugins.ServerArmour.TotalBans (Oxide.Plugins.ServerArmour+ISAPlayer isaPlayer) [0x00002] in <d031ed0ed42e4b2d83b2fc0dac96115b>:0
at Oxide.Plugins.ServerArmour+<_webCheckPlayer>c__AnonStorey1.<>m__0 (System.Int32 code, System.String response) [0x006f9] in <d031ed0ed42e4b2d83b2fc0dac96115b>:0
at Oxide.Core.Libraries.WebRequests+WebRequest.<OnComplete>b__42_0 () [0x00034] in <0fbce81d88d64454b3e7abb24df7026b>:0"

I ended by removing this thing, Steam checks does the same thing and doesn't conflict with other plugins like Admin Deep Cover.

Z1GZ4G

I ended by removing this thing, Steam checks does the same thing and doesn't conflict with other plugins like Admin Deep Cover.

Serverarmour doesn't conflict with admin deep cover. Never has. You are refering to a bug that was present in ADC itself. See below:

https://umod.org/community/admin-deep-cover/28870-cheat-detected

Locked automatically