-
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
Locust web interface not starting on Windows #436
Comments
Did you try to access http://127.0.0.1:8089? If so, maybe it could be the Windows firewall that is blocking python from listening on ports? What happens if you run |
thanks heyman.... after accessing http://127.0.0.1:8089 it is showing Locust web interface as but while executing it is showing following error: I tried to disable HTTP verification by adding following line in my code import ssl but the error is still existing.. |
Running locust with Related: #57 |
i am running locust on windows 8.
E:\Downloads\Python\Python programs>locust -f test3.py
[2016-06-22 12:06:08,187] Anup_Deo/INFO/locust.main: Starting web monitor at *:8089
[2016-06-22 12:06:08,187] Anup_Deo/INFO/locust.main: Starting Locust 0.7.5
...And then it never proceeds further. below is my python code for test3.py file
The text was updated successfully, but these errors were encountered: