Constant "Error querying the skill queue of..."
Greetings, as mentioned in the title I get "error querying the skill queue of" every day, multiple times for all or some chars. P.S. Thanks for keeping EVEMon alive.
Edit: I am using EVEMon portable.
API error details:
EVEMon.Common.Net.HttpWebClientServiceException: An Exception occurred.
---> System.Net.Http.HttpRequestException: No such host is known. (esi.evetech.net:443)
---> System.Net.Sockets.SocketException (11001): No such host is known.
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
at System.Net.Sockets.Socket.<ConnectAsync>g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken)
at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem)
at System.Threading.Tasks.TaskCompletionSourceWithCancellation1.WaitWithCancellationAsync(CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at EVEMon.Common.Net.HttpClientServiceRequest.GetHttpResponseAsync(HttpClientHandler httpClientHandler, HttpRequestMessage request) at EVEMon.Common.Net.HttpClientServiceRequest.SendAsync(Uri url, RequestParams param, String accept) --- End of inner exception stack trace --- at EVEMon.Common.Net.HttpClientServiceRequest.SendAsync(Uri url, RequestParams param, String accept) at EVEMon.Common.Net.HttpWebClientService.DownloadStreamAsync[T](Uri url, ParseDataDelegate1 parser, RequestParams param)