HTTP 500 error when registering Docker software

Hi, I’m getting a consistent HTTP 500 error when trying to register my Docker submission for the Multi-Author Writing Style Analysis 2026 task. The image layers upload successfully but the final software registration fails.

Image: registry.webis.de/code-research/tira/tira-user-rheaveaura/pan26-rhea:latest Error: “Upload of software failed with error - Server Error (500)”

The tira-run command used: tira-run --input-dataset multi-author-writing-style-analysis-2026/smoketest-20260330-training --image pan26-rheaveaura:latest --command 'python /app/tira_predict.py -i $inputDataset -o $outputDir --tier easy' --push true --skip-local-test

Please advise. Deadline is May 7.

Dear @prisha2410,

Thanks for reaching out!

We will likely extend the deadline.

The 500 error is likely this problem that the image is not compatible with the docker registry.

This is due to a recent update in Docker desktop, the link above describes the steps to resolve the problem. Could you update your tira client ( pip3 install --upgrade tira ) for this and run the steps in the link above?

And could you please also use the tira-cli code-submission, as this should (after the update) automatically detect the problem?

Best regards,

Maik

1 Like