-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Get fails in clean install on Ubuntu: KeyError: 'start_time' #52
Comments
Hi! The problem is that you should include We should probably at least warn the user if the host doesn't start with "http". Thanks for the report! |
+1 No warning when "http://" omitted :( v0.6.2 |
pancaprima
pushed a commit
to pancaprima/locust
that referenced
this issue
May 14, 2018
pancaprima
added a commit
to pancaprima/locust
that referenced
this issue
May 14, 2018
* change dependencies order in setup.py (locustio#54) * bugfix when hide edit modal while stopping and edit modal still open (locustio#56) * rizal new feature upload test file to eb (locustio#53) * upload test file to deployed eb * enable user to upload test file to deployed eb reload list on selector after file uploaded writing files to slaves distribute file to slaves and reload the test list route config json to user fileio update directories dinamycally reload after upload, populate directory list modify interface add confirmation dialog * fix non geometric elements * fix test not reloaded when not in master slave mode, css file and alert message * erlangga feature create new json keys (locustio#52) * Revert "erlangga feature create new json keys (locustio#52)" (locustio#57) This reverts commit acccdf5.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A simple get seems to fail on a clean install:
Heres the console output: https://gist.github.com/977b5f9b93fab7335348
Here's my locust.py: https://gist.github.com/0385d312d66d218822cb
My ubuntu setup is super-simple, just start from a EC2 ubuntu image, then:
The text was updated successfully, but these errors were encountered: