About ESI API #67
Replies: 2 comments 4 replies
-
I use image server all the time for my FE, no issues following these, I get like errors / timeouts maybe 2-3 times per 2-3 days... even rebuilding the whole database by getting 37k items, I have to retry from 0-20 requests with 30ms apart, if I lower the time between requests, it starts increasing in timeouts, etc... |
Beta Was this translation helpful? Give feedback.
-
That's not a rate limit. It's just a lot of endpoints tend to randomly throw errors and there is a error limit. |
Beta Was this translation helpful? Give feedback.
-
Hello, I started developing a 3rd party web application. Improved killreport and handles competition between players in a more innovative way. My question is:
Is there a limit on requests made to ESI APIs? I already use the cache mechanism in my own application. In other words, the same API request on the same page does not trigger a second time. The same applies to your image server. How should I handle this issue? Could I be banned if you consider that I took all the images in the game from ESI and the image server instead of keeping them by name and keeping them within my own organization? Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions