You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed ellie via npm and then ran ellie init. I created a new App in Moves and then entered this information into the script by copy and paste, then enter for the clientId and clientSecret. When I opened http://localhost:3000/ in my browser it gave an error for invalid credentials.
I looked in ~/.elizabeth.json and it didn't have the entered values.
Error 1 the init does not write the actual OAuth parameters to the file.
So I entered them manually, moved the file to ~/elizabeth.json, ran ellie init and then before entering any values, I copied this file into place at ~/.elizabeth.json. It was not overwritten after entering the values back in the console.
When I finished the init script and then loaded http://localhost:3000/auth I now get the error:
Error authenticating: invalid_client
The text was updated successfully, but these errors were encountered:
I just cloned the master branch of this repo and ran init and everything worked as expected. So the issue is with an old NPM version that should probably be updated. :)
I installed ellie via npm and then ran
ellie init
. I created a new App in Moves and then entered this information into the script by copy and paste, thenenter
for the clientId and clientSecret. When I openedhttp://localhost:3000/
in my browser it gave an error for invalid credentials.I looked in
~/.elizabeth.json
and it didn't have the entered values.Error 1 the init does not write the actual OAuth parameters to the file.
So I entered them manually, moved the file to
~/elizabeth.json
, ranellie init
and then before entering any values, I copied this file into place at~/.elizabeth.json
. It was not overwritten after entering the values back in the console.When I finished the init script and then loaded
http://localhost:3000/auth
I now get the error:Error authenticating: invalid_client
The text was updated successfully, but these errors were encountered: