Hi Tillmann,
This is the standard error that is thrown if the data is not in the required format.
Perhaps you were trying to send a zip with a single folder that contains the files? The system expects no such folder.
Try to use the following command:
`zip -j submission_name.zip submission_files/*`
Best,