Please note that version 4 of the character/{character_id} route on ESI was removed last Monday (25 October). Any applications which were written using v4 of the character route need to be updated to v5.
Related to this, we are currently seeing an increase in traffic to eve.character.skill endpoints since v4 character route was removed, possibly indicating applications which have started behaving poorly since this change.
If you maintain any applications which use the v4 character endpoint please ensure that they are updated to v5 as soon as possible, and help us make sure that your alliance IT teams and fellow third party developers are aware of this update.
Please also take this chance to inspect your usage of the various eve.character.skill endpoints both related and unrelated to this change.
If you have any questions about this then please point them to this thread and we will do our best to assist you.
Heya I’m sorry,I think I can explain your weird spike in character skill hits.
I used it in our OAUTH 2.0 migration scripts the last 3 days to verify if everything was still in order for each character (before and after) migration. Considering the amount of tokens we have (Pandemic Horde’s IT) I wouldn’t be surprised if that is actually a noticeable spike on your monitoring.
Ah nope in that case we are not the culprit, only call I would have expected more requests on the
“eve.character.skill.GetLearnedSkillsRequest” endpoint. Which I assume maps to /characters/${character_id}/skills/ which stopped the 27th on our end. Looking at your graph it would not make a dent in your traffic as I also just realized the process did not scale and just did 1 continuous stream of API calls. So the TPS would be quite low as a result.
The script in question for migration of tokens was started on Monday morning and only ran during EU daytime as I wanted to monitor its progress. It stopped the evening of the 27th after it was completed. I’ve also verified there is no new behavior that does a new abnormal amount of API calls.
Your developer registration page has been broken for a month and many people have submitted a ticket over it. Hard to implement an ESI change without access.
Do I understand correctly that if you use latest, then you automatically use v5? And if v5 will be updated to, let’s suppose, v6 in future, you will automatically use v6, right?
Yes, you can do this - but when updates are made your program may simply stop working until you update it and then you’d have to go fix it anyway, so that’s not really the way we recommend doing it.
Actually, there’s almost no difference. When you use v4, you need to update your app to v5 or it will not work just because v4 route is removed. When you use latest, you need to update (or just to review) your app to make sure it understands new format.
But there is a reason why using latest is a better option than using versioned endpoint. When you use a versioned endpoint, and the support of this version is dropped, your app is started to be limited because it performs non-200 API calls. And, as I understand, in some cases you need to contact Customer Support Team to remove this limit. When you use latest, you most likely performs “HTTP code 200” requests (of course, if some required method parameters were not changed), and you only have internal application errors, not errors on API server (and then limits).
So, using the latest endpoint looks like a bit safer option. You can fix issues, and your app will start working right after it. And when you use versioned endpoints, in addition to code fixes, you most likely need to wait until limiting period is ended or is removed by Customer Support.
In case you want to use versioned endpoints, you can check for the esi warning header to get advanced notices when a endpoint is moved to legacy, before it’s eventually removed and even when an update is available in dev: