In the answer I obtain all the IDs of the items which contain the word extender in their name. In order to display the search results I call the universe/names endpoint to resolve their names, but I get this error in the response: “Ensure all IDs are valid before resolving.”
this is very strange because the IDs I’m using are provided by the APIs and are supposed to be valid…
can someone help me on this and tell me how I can verify if the IDs are valid?
Yeah I’m doing the same. I used to to do search on partial char/corp names and the universe/names for autocompletion, but also search returns a lot of invalid IDs. If you switch to any other endpoint, keep in mind that those using get have probably a lower number for maximum IDs that can be resolved at once.