-
Notifications
You must be signed in to change notification settings - Fork 8
issue with google-auth.js #59
Comments
@V1Kin9 |
I have the same error. One thing to note, however I doubt it has much to do with anything, is that the browser it opens closes immediately after I put in an email. The following is my input/output at the terminal. I covered some of the key with "*"s but they are only letters. The rest of the license is untouched; The forward slash and underscores are part of the code I was given.
|
I'm unaware of how far this bug might leech, but I was having a problem prior to this too. Originally in the installation/setup I was instructed to name my Oauth client key as |
So I reinstalled and double checked that everything is up to date:
Then I went through and the dependencies and everything is 'newest', no need for updates 👍 I went ahead and dropped my Then I proceeded to run Digging through it the error happens when a request is being made with the transporter. I don't know js but based on the number of if(err)'s there are, I would assume the script would catch us if Oauth key is missing before we continued to make requests. The throw happens here:
And the error is returned and given somewhere here:
(this does take a second for the error to appear so could this be a timeout?) I'm planning this project as a gift and really wanna do some cool things like the google assistant. Hope we can find a solution soon :) |
So I just downgraded node and npm in case the versions were the problem and rebuilt the dependencies and am still hitting this error:
|
After running the
node google-auth.js
,it requires me to paste my code.I do paste my code from the web,but it doesn't work,and then it returns this:The text was updated successfully, but these errors were encountered: