-
Notifications
You must be signed in to change notification settings - Fork 51
Description
trcli/trcli/api/api_request_handler.py
Line 58 in 40652c5
| context = automation_id_field["configs"][0]["context"] |
Sample Error message:
File "C:\Users\mahesh.koppana\AppData\Local\Programs\Python\Python311\Lib\site-packages\click\core.py", line 760, in invoke
return __callback(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\mahesh.koppana\AppData\Local\Programs\Python\Python311\Lib\site-packages\trcli\commands\cmd_parse_junit.py", line 46, in cli
result_uploader.upload_results()
File "C:\Users\mahesh.koppana\AppData\Local\Programs\Python\Python311\Lib\site-packages\trcli\api\results_uploader.py", line 71, in upload_results
automation_id_error = self.api_request_handler.check_automation_id_field(project_data.project_id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\mahesh.koppana\AppData\Local\Programs\Python\Python311\Lib\site-packages\trcli\api\api_request_handler.py", line 58, in check_automation_id_field
context = automation_id_field["configs"][0]["context"]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range