Blacksmoke16 / GESI

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

Your login session has expired #63

Open LitzelRojo opened 4 years ago

LitzelRojo commented 4 years ago

When attempting to Authorize Character via the Google Sheets Add-On, EVE returns a 'Login failed. Possible reasons can be: Your login session has expired. Please try again.' Verification code sent from EVE is entered within a minute of receipt. Attempted 5+ times.

Blacksmoke16 commented 4 years ago

Use https://github.com/esi/esi-issues/issues/519#issuecomment-323892188 as a workaround for now.

LitzelRojo commented 4 years ago

Worked. Thank you for the prompt response!

On Mon, Apr 20, 2020 at 7:41 AM George Dietrich notifications@github.com wrote:

Use esi/esi-issues#519 (comment) https://github.com/esi/esi-issues/issues/519#issuecomment-323892188 as a workaround for now.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Blacksmoke16/GESI/issues/63#issuecomment-616526922, or unsubscribe https://github.com/notifications/unsubscribe-auth/APIMYCUQBBFS5I3H6ETHOY3RNQ7G5ANCNFSM4MMMMVYA .

zionitcorp commented 4 years ago

I am having the issue "drive.google.com refused to connect." trying the Authorize process. The popup window (Google Sheets) can be seen here: https://ibb.co/59m0Xhq

Blacksmoke16 commented 4 years ago

Just try again later. Is a Google issue as far as I know.

LegacyDoomer commented 4 years ago

Hussa! I'm having issues reauthing my character after the update:

I had the "Login expired" issue in the beginning, for which i followed the FAQ for and was able to fix that.

After being able to login, chosing a character and reviewing the scopes it returned to the google page saying "i was able to close that tab", which i then did.

However here comes the problem: My sheet doesnt recognize my character as authed and "getAuthenticatedCharacters()" turns up empty. All the other functions (Market-based) in said sheet return "Character Name is not authed or misspelled."


I tried using Firefox, Chrome, reinstalling GESI to sheet, cleaning browser data + revoking all tokens on eveonline.com

any guesses what i could try aswell?

Blacksmoke16 commented 4 years ago

=getAuthenticatedCharacterNames(). getAuthenticatedCharacters() is meant for use within custom scripts/functions.

LegacyDoomer commented 4 years ago

Just tried it with =getAuthenticatedCharacterNames() -- That also returns a blank cell. Also tried to readd a character after adding =getAuthenticatedCharacterNames().

Blacksmoke16 commented 4 years ago

Try now.

LegacyDoomer commented 4 years ago

Now it works, thanks!

kingbob2 commented 4 years ago

Trying to auth a character on my sheet (EveQueue v.2.2), using work around, able to select character to auth, but it does not go to the next screen where it should show permissions requested where you would allow. It goes directly to success screen. character info does not show up in google sheet.

Blacksmoke16 commented 4 years ago

@kingbob2 Are you able to use the functions tho? I.e. try putting like =characters_character_location() into a cell. If it works, then GESI side of things is working as expected.

kingbob2 commented 4 years ago

tried =characters_character_location("character name") the cell loaded for a few seconds then went to #ERROR "Access not granted or expired. (line 454)". I tried to auth that character again then tried the function in a new cell and got the same result. Oddly enough I tried =characters_character_location() as well and got an error "first character I authed is not authed, or is misspelled. (line 158)." but that character is refreshing fine in all the other scripts that run in the sheet.

Blacksmoke16 commented 4 years ago

@kingbob2 I think you're using an old version of EveQueue. I'd lookup the forum thread for the new version/information.

kingbob2 commented 4 years ago

Thank you. my apologies. I was still on 2.2. latest EveQueue is 3.1. https://forums.eveonline.com/t/evequeue-brain-farming-skill-queue-tracking-spreadsheet-google-sheet-3-1/244968

EKTurduckin commented 2 years ago

So, I'm running into an issue where new google accounts that authorize character(s) (haven't been able to confirm if it's only after the second auth or not) is de-authorizing the rest of the users.

Any idea what may be happening or where I can go to research? I'm not much beyond skiddie phase in my programming lessons 😅

Blacksmoke16 commented 2 years ago

@EKTurduckin If you're able to reproduce this can you create a new issue for it?