almost 2 years
ago -
CCP_Swift
-
Direct link
In the Client build and deployment on 16 May the Image Server type mappings were missing for icons. In today’s deployment then this was fixed, but the way these cache means there were several hours where the Image Server was returning 404 “Not Found” errors. This is resolved now. We noticed during debugging of this issue that there were some applications reporting issues that were using the Image Server in a deprecated manner.
As a reminder, the only correct URLs for the Image Server use the https://images.evetech.net/ server and the new style requests, such as `- Alliance logos: https://images.evetech.net/alliances/434243723/logo
- Character portraits: https://images.evetech.net/characters/1338057886/portrait
- Corporation logos: https://images.evetech.net/corporations/109299958/logo
- Type icons: https://images.evetech.net/types/587/icon
- Type renders: https://images.evetech.net/types/587/render` (please note that this not an exhaustive list, please refer to the documentation) with an optional but highly recommended ?size=n parameter where n is 32, 64, 128, 256, 512 or 1024 (not all sizes are valid for all requests). More information can be found at Image Server | esi-docs.
Some incorrect uses we’ve seen include old domain/service names and old style requests, such as
- Services using image.eveonline.com instead of the correct images.evetech.net
- Services using Type/2889_64.png instead of the correct types/2889/icon?size=64