You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/usr/local/lib/python3.8/dist-packages/locust/user/task.py", line 296, in run
self.execute_next_task()
File "/usr/local/lib/python3.8/dist-packages/locust/user/task.py", line 321, in execute_next_task
self.execute_task(self._task_queue.pop(0))
File "/usr/local/lib/python3.8/dist-packages/locust/user/task.py", line 330, in execute_task
task(self).run()
File "/usr/local/lib/python3.8/dist-packages/locust/user/task.py", line 281, in run
self.on_start()
File "/root/locustfile.py", line 101, in on_start
self.login()
File "/root/locustfile.py", line 118, in login
self.user.userid = body["token"]
KeyError: 'token'
When running locust with the provided locust file and the following locust.conf parameters:
Hi, I am getting this error
When running locust with the provided locust file and the following
locust.conf
parameters:The text was updated successfully, but these errors were encountered: