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
simplejson.errors.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
File "c:\users\administrator\appdata\local\programs\python\python36-32\lib\site-packages\locust\core.py", line 361, in run
self.execute_next_task()
File "c:\users\administrator\appdata\local\programs\python\python36-32\lib\site-packages\locust\core.py", line 387, in execute_next_task
self.execute_task(task["callable"], *task["args"], **task["kwargs"])
File "c:\users\administrator\appdata\local\programs\python\python36-32\lib\site-packages\locust\core.py", line 399, in execute_task
task(self, *args, **kwargs)
File "E:\code\test\ysw_Locust\LR_alliance.py", line 85, in test12011
if r_25110.headers['GameCode'] == '0':
File "c:\users\administrator\appdata\local\programs\python\python36-32\lib\site-packages\requests\structures.py", line 54, in getitem
return self._store[key.lower()][1]
KeyError: 'gamecode'
The text was updated successfully, but these errors were encountered:
simplejson.errors.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
File "c:\users\administrator\appdata\local\programs\python\python36-32\lib\site-packages\locust\core.py", line 361, in run
self.execute_next_task()
File "c:\users\administrator\appdata\local\programs\python\python36-32\lib\site-packages\locust\core.py", line 387, in execute_next_task
self.execute_task(task["callable"], *task["args"], **task["kwargs"])
File "c:\users\administrator\appdata\local\programs\python\python36-32\lib\site-packages\locust\core.py", line 399, in execute_task
task(self, *args, **kwargs)
File "E:\code\test\ysw_Locust\LR_alliance.py", line 85, in test12011
if r_25110.headers['GameCode'] == '0':
File "c:\users\administrator\appdata\local\programs\python\python36-32\lib\site-packages\requests\structures.py", line 54, in getitem
return self._store[key.lower()][1]
KeyError: 'gamecode'
The text was updated successfully, but these errors were encountered: