Did not change anything in the server and today it seems like that all http requests fail, they work fine in a browser but not in server, here is an example error I am getting:
20:46 [Error] Web request callback raised an exception in 'DiscordMessages' plugin (JsonReaderException: Unexpected character encountered while parsing value: E. Path '', line 0, position 0.)
at Newtonsoft.Json.JsonTextReader.ParseValue () [0x002b3] in <8fe7f8665ff548909c2f26d557e5093a>:0
at Newtonsoft.Json.JsonTextReader.Read () [0x0004c] in <8fe7f8665ff548909c2f26d557e5093a>:0
at Newtonsoft.Json.Linq.JObject.Load (Newtonsoft.Json.JsonReader reader, Newtonsoft.Json.Linq.JsonLoadSettings settings) [0x00013] in <8fe7f8665ff548909c2f26d557e5093a>:0
at Newtonsoft.Json.Linq.JObject.Parse (System.String json, Newtonsoft.Json.Linq.JsonLoadSettings settings) [0x0000c] in <8fe7f8665ff548909c2f26d557e5093a>:0
at Newtonsoft.Json.Linq.JObject.Parse (System.String json) [0x00000] in <8fe7f8665ff548909c2f26d557e5093a>:0
at Oxide.Plugins.DiscordMessages+<Request>c__AnonStorey0.<>m__1 (System.Int32 code, System.String response) [0x0001c] in <0e72078987ed4224a077e7d1105a8fc2>:0
at Oxide.Core.Libraries.WebRequests+WebRequest.<OnComplete>b__42_0 () [0x00034] in <b0a93b504f034a0db8b1c3d2503c0987>:0Any ideas?