How can I solve this problem?

This is the error reported during my upload process, and I would like to ask how to resolve this issue.

Traceback (most recent call last):
File “/root/miniconda3/bin/tira-run”, line 8, in
sys.exit(main())
^^^^^^
File “/root/miniconda3/lib/python3.12/site-packages/tira/tira_run.py”, line 324, in main
tira.add_docker_software(image, args.command, args.tira_vm_id, args.tira_task_id, args.tira_code_repository_id, dict(os.environ), prev_stages, args.mount_hf_model)
File “/root/miniconda3/lib/python3.12/site-packages/tira/rest_api_client.py”, line 135, in add_docker_software
ret = json.loads(ret)
^^^^^^^^^^^^^^^
File “/root/miniconda3/lib/python3.12/json/init.py”, line 346, in loads
return _default_decoder.decode(s)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/root/miniconda3/lib/python3.12/json/decoder.py”, line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/root/miniconda3/lib/python3.12/json/decoder.py”, line 355, in raw_decode
raise JSONDecodeError(“Expecting value”, s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 2 column 1 (char 1)

Hi, I already responded in a private chat, in case others face a similar problem: this is likely due to a missing authentication. I will improve the logging in this case.

I.e., running tira-cli login <TOKEN-ON-YOUR-SUBMISSION-PAGE> should resolve the problem.

Best regards,

Maik