Skip to content
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

init has issues with writing config and finishing auth #12

Closed
ajturner opened this issue Dec 30, 2013 · 3 comments
Closed

init has issues with writing config and finishing auth #12

ajturner opened this issue Dec 30, 2013 · 3 comments

Comments

@ajturner
Copy link

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

@ajturner
Copy link
Author

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. :)

Thanks!

@pwaldhauer
Copy link
Owner

Hey,

thank you for reporting this issue. I published a new version to npm. :)

@ajturner
Copy link
Author

ajturner commented Jan 7, 2014

great - thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants