-
Notifications
You must be signed in to change notification settings - Fork 193
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
Error message while fresh install without secret.py #1876
Comments
We could catch that error and exit gracefully with a message saying. You need to configure the repo URI and oauth. @zoepage Would that work for you? I'll do that tomorrow (thursday morning JST/Wednesday night CET). |
@karlcow yessssss. thank you! :) |
ok we are ready to code. :) |
Let's try to test with config done.
This has never worked for me.
|
On the other hand if I just type.
This is working. My virtual environment is already started too. Because you can't really develop without it. Let me deactivate and retry
This doesn't work either.
FAIL again.
and FAIL again. ok going back to my traditional way of doing things with mkvirtualenvwrapper.
|
To be more clear,
|
|
Let's try by erasing config/secrets.py
This is working too. Aaaaah… secrets.pyc
|
Oh wait shoot… The initial message in @zoepage issue is
Recreating secrets.py
Let's run.
|
hehe… let's remove data/milestones.json… we will get there eventually. ;) Gotcha… pfew
|
So the error is that |
@zoepage This seems to be a better message :)
|
And pull request done in #1878 |
We get an error message that is hard to figure out, when you are new to the project.
Fresh install of project.
npm run setup
npm run pip
npm run start
without creating a config yet (so there is
npm run config
missing as 3rd step).Probably there is just a catch missing @karlcow @miketaylr ?
The text was updated successfully, but these errors were encountered: