hi,
seems like i have a problem with pathfinding:
[D] 12:08:29 - GetRequest(string url="https://pathfindervanilla.wrobot.eu/?IsOnline=1", string data="IsOnline=1"): System.Net.WebException: The operation has timed out
at System.Net.HttpWebRequest.GetResponse()
at robotManager.Helpful.Others.GetRequest(String url, String data, Boolean showErrors, Int32 requestTimeoutMs)
[D] 12:09:29 - GetRequest(string url="https://pathfindervanilla.mmorobot.com/?IsOnline=1", string data="IsOnline=1"): System.Net.WebException: The operation has timed out
at System.Net.HttpWebRequest.GetResponse()
at robotManager.Helpful.Others.GetRequest(String url, String data, Boolean showErrors, Int32 requestTimeoutMs)
[D] 12:09:29 - [PatherServer] Select server 1
[D] 12:10:29 - GetRequest(string url="https://pathfindervanilla.wrobot.eu/", string parameters="FindPath=eyJLIjoiMjM3OTg0ODM0NjUwIiwiQyI6IkF6ZXJvdGgiLCJTIjp7IlgiOi0xMDA3OC4xNSwiWSI6LTM2NTMuMjUsIloiOjIxLjQxODcyfSwiRSI6eyJYIjotMTAwMzMuMTcsIlkiOi0zNzkwLjM3LCJaIjoyMi40NjU5M30sIlciOjEuNSwiQiI6ZmFsc2UsIkEiOltdLCJGIjoyLCJHIjowLCJMIjpmYWxzZX0=")#2: System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a receive. ---> System.IO.IOException: Unable to read data from the transport connection: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
--- End of inner exception stack trace ---
at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
at System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count)
at System.Net.Security._SslStream.StartFrameHeader(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security._SslStream.StartReading(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security._SslStream.ProcessRead(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.TlsStream.Read(Byte[] buffer, Int32 offset, Int32 size)
at System.Net.PooledStream.Read(Byte[] buffer, Int32 offset, Int32 size)
at System.Net.Connection.SyncRead(HttpWebRequest request, Boolean userRetrievedStream, Boolean probeRead)
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.GetResponse()
at robotManager.Helpful.Others.PostRequest(String url, String parameters, Boolean showErrors, Int32 requestTimeoutMs)
any help or suggestions?