I’m hitting HTTP 500 errors on both Docker submission and direct run upload. Deadline is today and I cannot submit.
Team: rheaveaura Task: multi-author-writing-style-analysis-2026
Issue 1: Docker software registration gives 500 (some runs queued but stuck) Issue 2: tira-cli upload gives 500 — “Failed to upload to TIRA, got statuscode 500. Details: fooo”
My predictions are valid (tira-cli confirms 2250 entries). Could you either fix the upload or manually register my submission? I can share my prediction files directly.
The 9 queued Docker runs for my team are also stuck — could you clear the obsolete ones and let the valid ones (command: python /app/tira_predict.py -i $inputDataset -o $outputDir --tier easy/medium/hard) run?
Dear @prisha2410,
Thanks for reaching out!
The deadline got extended by two weeks.
Is the 500 error response related to this post? HTTP 500 error when registering Docker software
Best regards,
Maik
no no its different
that issue was fixed
its no more registration issue its submission issue now
and thank you for extending deadline

Could you please provide some more background?
I think this is the problem (from what you describe):
Is this not the problem for you?
If not, could you please send me the commands that you run? You could also invite me to your git repository (my Github account is mam10eks) and tell me what to run, then I could look what the problem is.
Best regards,
Maik
yeah i have done this
PS C:\Users\Admin> tira-cli upload --dataset multi-author-writing-20260330-test --directory “D:\pan26_predictions_sbert\easy\validation” --system “rheaveaura-sbert-easy”
I check that the submission in directory ‘D:\pan26_predictions_sbert\easy\validation’ is valid…
✓ Valid Multi-Author-Writing-Style directory with 2250 entries.
Upload D:\pan26_predictions_sbert\easy\validation to TIRA: 100%|█| 350k/350
Failed to upload to TIRA, got statuscode 500. Details: fooo
Traceback (most recent call last):
File “C:\Users\Admin\AppData\Local\Programs\Python\Python310\lib\runpy.py”, line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File “C:\Users\Admin\AppData\Local\Programs\Python\Python310\lib\runpy.py”, line 86, in run_code
exec(code, run_globals)
File "C:\Users\Admin\AppData\Local\Programs\Python\Python310\Scripts\tira-cli.exe_main.py", line 5, in
File “C:\Users\Admin\AppData\Local\Programs\Python\Python310\lib\site-packages\tira\tira_cli.py”, line 615, in main
return args.executable(**vars(args))
File “C:\Users\Admin\AppData\Local\Programs\Python\Python310\lib\site-packages\tira\tira_cli.py”, line 521, in upload_command
resp = client.upload_run_anonymous(directory, dataset, dry_run, verbose=not system and not vm_id)
File “C:\Users\Admin\AppData\Local\Programs\Python\Python310\lib\site-packages\tira\rest_api_client.py”, line 1194, in upload_run_anonymous
raise ValueError(message)
ValueError: Failed to upload to TIRA, got statuscode 500. Details: fooo
I GOT THIS ERROR
Dear Prisha,
this command performs a run-upload, but no run uploads are allowed for the multi-author task so this is not configured. Can you have a look at the baseline, this baseline has instructions on how you can submit your solution to tira. If you have problems, you can invite me to your repository (my account is mam10eks), and I could submit your code.
Best regards,
Maik
1 Like
Hi Maik,
Thank you! I’ve invited you to my repository at https://github.com/prisha2410/pan26-rheaveaura
The main prediction script is tira_predict.py. It takes --tier easy/medium/hard as an argument. Please use three separate runs, one per tier:
python /app/tira_predict.py -i $inputDataset -o $outputDir --tier easy python /app/tira_predict.py -i $inputDataset -o $outputDir --tier medium python /app/tira_predict.py -i $inputDataset -o $outputDir --tier hard
Best regards,
Prisha
Cool, thanks!
I received the invitation and will submit it and will update you once it is done 
Best regards,
Maik
1 Like
Hi, I submitted the software and started the execution, it looks like it is finished in one or two hours 
Best regards,
Maik
1 Like
Oki doki, the software finished and produced valid results, so everything looks good 
1 Like
Hi Maik,
The test run (2026-05-11-11-30-32) completed on multi-author-writing-20260330-test but the scores (task1/task2/task3 f1) are empty. Could you trigger the evaluation or check if something went wrong?
Best regards,
Prisha
Dear Prisha,
everything is fine, the evaluation scores on the test set are blinded until the deadline is over 
Best regards,
Maik
1 Like