-
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
IndexError: list index out of range #166
Comments
Hmm, that's strange. Can you reach http://docs.locust.io from your browser? |
Yes I can, it works for the first pages and then starts to fail. |
You seem to have DNS related problems, could you try this on another host or after changing your nameserver to, for example, googles |
Still the same, can we test something else than DNS ? |
I'm having the same issue, what was the solution ? |
I think you guys need to specify the on_start method and check that you have configured the task decorator before task methods. |
Yup, I had the same issue. I was not decorating my task/method with @task. After decorating the method, I did not get the error :) |
I have the same problem, I using a macOS Mojave in a MacMini 2012 |
I got the same issue. I used 2 diff machines to send requests to the same server. One of the machines goes well but the other one keeps reporting this error. It is quite strange. |
I'm trying to run the demo browsing the locust docs and I'm getting this error:
and at the end I get this error report:
It keeps stuck after the first error doing nothing, if I redirect the url to a custom site and check the logs, as soon as the error gets in locusts stops making requests.
I'm using a usual virtualenv with python 2.7 and packages installed by pip.
Thanks.
The text was updated successfully, but these errors were encountered: