Hi this error occours on server start:
Web request callback raised an exception in 'ServerArmour v0.5.63' plugin (JsonReaderException: Unexpected character encountered while parsing value: E. Path '', line 0, position 0.)
at Newtonsoft.Json.JsonTextReader.ParseValue () [0x002b3] in <45c13f2b01574d8b82248736e42013a4>:0
at Newtonsoft.Json.JsonTextReader.Read () [0x0004c] in <45c13f2b01574d8b82248736e42013a4>:0
at Newtonsoft.Json.Linq.JObject.Load (Newtonsoft.Json.JsonReader reader, Newtonsoft.Json.Linq.JsonLoadSettings settings) [0x00013] in <45c13f2b01574d8b82248736e42013a4>:0
at Newtonsoft.Json.Linq.JObject.Parse (System.String json, Newtonsoft.Json.Linq.JsonLoadSettings settings) [0x0000c] in <45c13f2b01574d8b82248736e42013a4>:0
at Newtonsoft.Json.Linq.JObject.Parse (System.String json) [0x00000] in <45c13f2b01574d8b82248736e42013a4>:0
at Oxide.Plugins.ServerArmour.<CheckServerConnection>m__0 (System.Int32 code, System.String response) [0x00054] in <aadb19e0142a4ab99ef267e4ead0f13b>:0
at Oxide.Core.Libraries.WebRequests+WebRequest.<OnComplete>b__42_0 () [0x00034] in <ec05e0208c9149bba43236ca58fea105>:0Here my config:
{
"API: Owner Email": "[email protected]",
"API: Owner Real Name": "XXX",
"API: Owner Steam64 ID": "7656XXXXXXXXXX",
"API: Server Key": "4a24e2f559006fccd72278f031.XXXXXXXXX",
"API: Share details with other server owners": true,
"API: Submit Arkan Data": true,
"Auto Kick": true,
"Auto Kick: Ban: Contains previous Aimbot ban": true,
"Auto Kick: Ban: Contains previous Cheat ban": true,
"Auto Kick: Ban: Contains previous ESP ban": true,
"Auto Kick: Ban: Contains previous Hack ban": true,
"Auto Kick: Ban: Contains previous Insult ban": false,
"Auto Kick: Ban: Contains previous Ping ban": false,
"Auto Kick: Ban: Contains previous Racism ban": false,
"Auto Kick: Ban: Contains previous Script ban": false,
"Auto Kick: Ban: Contains previous Toxic ban": false,
"Auto Kick: Family share accounts": false,
"Auto Kick: Family share accounts that are dirty": true,
"Auto Kick: Kick if user owns a bloody device (now and past)": true,
"Auto Kick: Max allowed Game bans": 2,
"Auto Kick: Max allowed previous bans": 3,
"Auto Kick: Max allowed VAC bans": 1,
"Auto Kick: Min age of VAC ban allowed": 90,
"Auto Kick: Min Allowed Steam Level (-1 disables)": -1,
"Auto Kick: Private Steam Profiles": false,
"Auto Kick: Profiles that do no conform to the Steam64 IDs (Highly recommended)": true,
"Auto Kick: Users that have been banned on rusthackreport": true,
"Auto Kick: VPN and Proxy": true,
"Auto Kick: VPN and Proxy: Sensitivity": 1.0,
"Auto Kick: When Steam Level Hidden": false,
"Better Chat: Tag for dirty users": "",
"Broadcast: Kicks": true,
"Broadcast: New bans": true,
"Broadcast: Player Reports": true,
"Broadcast: RCON": false,
"Broadcast: When VAC is younger than": 120,
"Clan Ban: Ban Native Team Members": true,
"Clan Ban: Reason Prefix": "Assoc Ban -> {playerId}: {reason}",
"Debug: Show additional debug console logs": false,
"Discord: Bans Webhook URL": "https://discord.com/api/webhooks/XXXXX",
"Discord: Notify when a player has received a game ban": true,
"Discord: Send Ban Report": true,
"Discord: Send Kick Report": true,
"Discord: Send Only Dirty Player Reports": true,
"Discord: Show Quick Connect On report": true,
"Discord: Webhook URL": "https://discord.com/api/webhooks/XXXXX",
"Game Port": "28015",
"Ignore Admins": true,
"Query Port": "28015",
"RCON Port": "28017",
"Show Protected MSG": true,
"Your Server IP": "85.XXX.XXX.XX"
}Thanks for help.