Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

skill queue updates not working since Q3 Patch #297

Open
bombaysaph opened this issue Sep 15, 2021 · 7 comments
Open

skill queue updates not working since Q3 Patch #297

bombaysaph opened this issue Sep 15, 2021 · 7 comments

Comments

@bombaysaph
Copy link

seemingly the new 150 skill max queue can not be handled by the evemon client 4.0.20
while skill points and all groups and levels are displayed the issue solely relates to not catching the updated skillqueues, I‘d like to help fixing this if needed.

@bombaysaph
Copy link
Author

the error message:
EVEMon.Common.Net.HttpWebClientServiceException: The server at esi.evetech.net returned an error. The full response returned by the server was: 500 (Internal Server Error) ---> System.Net.Http.HttpRequestException: Der Antwortstatuscode gibt keinen Erfolg an: 500 (Internal Server Error).
bei System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
bei EVEMon.Common.Net.HttpClientServiceRequest.EnsureSuccessStatusCode(HttpResponseMessage response)
bei EVEMon.Common.Net.HttpClientServiceRequest.d__8.MoveNext()
--- Ende der internen Ausnahmestapelüberwachung ---
bei EVEMon.Common.Net.HttpClientServiceRequest.d__8.MoveNext()
--- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde ---
bei System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
bei System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
bei EVEMon.Common.Net.HttpWebClientService.d__11`1.MoveNext()

@gokeefe
Copy link

gokeefe commented Sep 15, 2021

I have 71 skills queued and EVEMon seems to be handling that fine. Is your skill queue at the max of 150?

@bombaysaph
Copy link
Author

it looks like the ESI server creates the issue, the char has 140 skills in queue, error 500 is returned for "too many items for response"
grafik

@doomlord289
Copy link

I opened an issue about this yesterday on the ESI Issue Tracker Github project.

esi/esi-issues#1300

@bombaysaph
Copy link
Author

ok, when checking the evemon constants there's a max value for skillqueue of 50, this doesnt need to be changed?
and this ticket can be closed then I guess

@doomlord289
Copy link

Apparently not, since when i have 100 or less skills in my queue, Evemon handles it just fine since the API returns a 200 response instead of the 500 response in your screenshot. However, the Evemon dev might want to chime in here since I'm not familiar with how it works. I'm just able to check the actual API response and let the relevant parties know that there's an error.

@bombaysaph
Copy link
Author

ok, thanks for the info.
I got feedback from CCP they dont support on ESI? Where do I need to join in order to support?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants