-
Notifications
You must be signed in to change notification settings - Fork 411
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Authentication Failure #671
Comments
im getting the same error :( |
same, on a win11 fresh install. i guess its good to know that its not only happening to me ¯_(ツ)_/¯ |
Same here on Linux (Ubuntu 20.04) |
Same here on windows 10 |
Same error hero. Looking at the dev tools there seems to be no "redirect_uri" on given client_secret.apps.googleusercontent.com.json. |
I had this error yesterday. Today I tried again and still received the error. On a lark, I redownloaded my key and it worked. The two key files are quite different in content. Not sure what changed, but it might be worth redownloading your key if you are still experiencing this. |
Hmm @Melvin-Abraham documentation of this issue? |
I have also experienced this same exact issue on windows 11, hope it could be fixed soon. |
Download the JSON file again with the steps above. /ping @Melvin-Abraham !!! |
Thank you folks for pointing this out and figuring out a solution 😊. I'll add this soon in the FAQ |
@dwnsideup Try redownlowding your key file |
Same problem,
But after selecting the Google account and clicking on "Continue", I get a blank page with this error: EDIT:
I tried with another Google account, same error. |
I got the same error when using I don't know if the waiting affected the results or not but when I downloaded the JSON file directly after creating the client credentials, it didn't work..? I think that this is a problem on Google's end (it says that it has created the credentials but it haven't yet or something like that) |
Still same error today, even with new JSON created:
|
Tried with multiple keyfiles, including all recommendations above. Getting |
thanks |
Same issue here |
Hi guys, I found something that maybe can solve this So, I was copy this code and paste it into the app. This worked for me but I don't know if it will work perfectly or not. |
I would just like to verify that this solution by @afrizalyogi worked for me 100%. I was having the exact same issue, "Unable to process request due to missing initial state. This may happen if browser sessionStorage is inaccessible or accidentally cleared." The token code seems to appear in the url box. By copying the numbers starting after, "code=" and before "&scope", then pasting them in the Unofficial Google Assistant set up where it asks for the code, resulted in a successful authentication. Also had to follow previous suggestions by others in this thread, ie. deleting previous created Client IDs under OAuth 2.0 client IDs, creating a new Client ID for OAuth 2.0, publishing the project under OAuth consent screen to where it switches to "In production", deleting the previously downloaded OAuth client .json file and tokens.json file, redownloading the OAuth client .json file, completely exiting Unofficial Google Assistant from the tray, opening the Unofficial Google Assistant, deleting the previous input "Key File Path " and "Saved Tokens Path", setting the ""Key File Path" again with the newly downloaded OAuth client .json file. (([One other thing that I did, personally, that wasn't mentioned in the instructions when starting out was to create a folder called "Google Assistant" in the C Drive so that all files were nested in that folder; so that it was structured ie. C:\Google Assistant\Google Assistant\ C:\Google Assistant*****.json C:\Google Assistant\tokens.json Whether this helped are not, I don't know.])) I hope this can help others get this project working until an update can be made. |
This, and the quoted reply worked. Thanks! |
@afrizalyogi I hope you have either modified that token and/or rotated the credentials 😜 (not sure if tokens can be used multiple times, but typically not good security practice to share them in the clear) |
yes Found the solution here https://www.youtube.com/watch?v=PPL-jLOcZvs |
THANK YOU SO MUCH |
Allow assistant to pick-up OAuth authorization code automatically from post consent screen if redirect URI points to localhost (port 5754) - Add dep: express.js - Add page for successful authorization - Update link for dep `google-assistant` with prefix `github:` Addresses Authentication Failure #671
im getting the same error |
@gamer564q instead of its not working, check the comments that got a fix, this makes it hard for us to trace commented fixes. @Melvin-Abraham can you convert this to a discussion if at all possible? |
Gracias... |
Worked for me, thanks |
Addressed this issue in version |
Closing as resolved |
Please update the guide considering this and not only FAQ! It's part of the flow currently, the default path, not a alternative one. |
Thank you sir! |
So grateful for people like you! |
@dash-1-1 have you tried this? |
If you're still looking for an answer to this, I had the same thing occurring when I used a 3rd party tool to pick a browser when links are clicked (Browser Chooser 2) set as default browser. Changing Chrome to be default browser (temporarily) in my OS (Win11) ended this exact issue so I could fix the main issue with the tokens as well. |
help me i face failed to get tokens |
I followed this guide and resolved it. |
Okay, that guide solved it, but it was just a normal setup guide! So, the setup guide still works! Note that you don't necessarily download the OAuth JSON from the Actions Console; the GCP project connected to it has a better and proper(working) OAuth JSON, so follow that video, but rather download from the GCP Console. That ought to work. Now, we must find a loophole for Personal Results. |
This worked for me too, kinda. I had to create a new secret, delete the old one, download the json again and this time it worked |
Hello,
I followed the instructions in the Setup Wiki and I don't believe I missed anything, however I keep getting an Authentication Failure error. Here's a screenshot of the error:
I've already tried moving the OAuth 2.0 JSON credentials file to various different locations on my PC (I'm using a Windows PC), however I keep getting this error. Is this a bug or am I doing something wrong or missing something? Please advise. Thanks.
The text was updated successfully, but these errors were encountered: