eve-seat / seat

SeAT 0x. [UNSUPPORTED]
https://github.com/eveseat/seat
MIT License
69 stars 37 forks source link

Issue when adding a "basic" api key BUG #184

Closed ccatlett1984 closed 9 years ago

ccatlett1984 commented 10 years ago

accessMask=8921408 is the key that is getting created. When clicking the "Create a new basic, character info only key." capture Here are the attributes that are selected by that mask. capture2 Here is the fantastic error you get, when you try to add it. capture3

ccatlett1984 commented 10 years ago

Sat, 23 Aug 2014 09:40:42 +0000 [GET] 0.4011s https://api.eveonline.com/account/AccountStatus.xml.aspx?keyID=**********&vCode=*****... "221: Illegal page request! Please verify the access granted by the key you are using!"

Which makes sense, as that is a Private attribute. And is not granted by the mask we are using to create the key.

ccatlett1984 commented 10 years ago

I've been thinking, an enhancement to that error screen, would be to show the call that it failed on. (In case someone forgot to select an option while creating the key. Don't know how feasible that would be.