Blacksmoke16 / GESI

Google Sheets™ ESI Add-on
https://blacksmoke16.github.io/GESI
MIT License
195 stars 35 forks source link

Error: {"error":"authentication failure"} (line 254) #113

Closed d44644 closed 7 months ago

d44644 commented 7 months ago

I'm having trouble with getting just one of characters to work. All other dozen or so characters work just fine. But one returns "Error: {"error":"authentication failure"} (line 254) every time. It is authenticated and shows up when I do the getAuthenticatedCharacterNames() function. Tried resetting using different sheets same problem.

d44644 commented 7 months ago

I did some more testing and may have found the issue. I noticed that this one character that won't work has a really long name like the max the game will let you use. I made a new character with the most amount of characters in its name and it gives the same error.

Blacksmoke16 commented 7 months ago

@d44644 That's good information. What happens if you try authing directly on https://esi.evetech.net/ui/ and interacting with one of the endpoints?

d44644 commented 7 months ago

Everything seems to work fine. These characters work on all other programs that use esi (pyfa, evemon, and the excel add-in)

Blacksmoke16 commented 7 months ago

So this is actually a duplicate of #109. Which is inherently caused by https://github.com/esi/esi-issues/issues/1089. Nothing I can do directly to fix this. However, I can work around it by making GESI not require EVERY scope all the time.