Mask creation character search not working

Issue #503 resolved
Former user created an issue

I’m trying to create a private mask for a specific (non-corp) group of pilots. It recognises when a character is invalid, however when it is valid it just ends in an infinite search loop with the loading wheel spinning. Because I can’t add characters I can’t generate a mask.

Comments (5)

  1. Chris Abernethy

    This is related to a combination of several problems:

    • The $.ajax promise chain breaks when trying to inspect jqXHR headers for failed requests (#514)
    • The actual route used by esi.search is no longer available (/v2/search/) (#513)

    I will create several new issues to address these problems and link them back here for reference.

  2. Dario Emerson

    Looking at the debugger, apparently the search endpoint is being invoked using a JWT that doesn’t contains any scopes

  3. Log in to comment