mgoeppner / evemon

A lightweight, easy-to-use standalone Windows application designed to assist you in keeping track of your EVE Online character progression.
https://mgoeppner.github.io/evemon/
GNU General Public License v2.0
160 stars 22 forks source link

error looking up character identities #71

Open ArcAIN6 opened 4 months ago

ArcAIN6 commented 4 months ago

Everytime evemon starts up, it complains "error looking up character identities"

Error seems to be some sort of 404



API Error:
Error looking up character identities.
HTTP error: A request to esi.evetech.net failed with status: 404 (Not Found).

EVEMon.Common.Net.HttpWebClientServiceException: A request to esi.evetech.net failed with status: 404 (Not Found). ---> System.Net.Http.HttpRequestException: Response status code does not indicate success: 404 (Not Found).
   at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
   at EVEMon.Common.Net.HttpClientServiceRequest.EnsureSuccessStatusCode(HttpResponseMessage response)
   at EVEMon.Common.Net.HttpClientServiceRequest.<SendAsync>d__8.MoveNext()
   --- End of inner exception stack trace ---
   at EVEMon.Common.Net.HttpClientServiceRequest.<SendAsync>d__8.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at EVEMon.Common.Net.HttpWebClientService.<DownloadStreamAsync>d__11`1.MoveNext()```
mgoeppner commented 4 months ago

Does this error persist after clearing the cache and re-authenticating the character?

ArcAIN6 commented 4 months ago

Yes, the issue is persistent. Clearing cache, and re-authing does not fix the issue.