bot is running profile human 6-45, running great at lvl 43 then stopped doing anything.
Here is the log where the first error occurs:
[D] 21:00:17.624 - GetRequest(string url="https://pathfindervanilla.mmorobot.com/", string parameters="FindPath=eyJLIjoiMjM3MjUzMTU1MjkwIiwiQyI6IkF6ZXJvdGgiLCJTIjp7IlgiOi0xMDA4Ni4yNiwiWSI6LTM5OTAuMzcyLCJaIjoxNy40ODg5NDY5fSwiRSI6eyJYIjotMTAwODYuMjYsIlkiOi0zOTkwLjM3MiwiWiI6MTcuNDg4OTQ2OX0sIlciOjAuMCwiQiI6dHJ1ZSwiQSI6W10sIkYiOjIsIkciOjAsIkwiOmZhbHNlfQ==")#2: System.Net.WebException: The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> 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)