Troubleshoot
Troubleshooting tips for common problems.
Problem1: Permission Issues with Docker
If you encounter permission issues with Docker like this:
you may need to add your user to the Docker group:
Problem2: arena: command not found
If you got anything like arena: command not found
, try Problem1 first, if it doesn’t work, try replace arena
with python main.py
, or:
or even on some systems:
Problem3: Too many login pages popped up when using arena upload
If you encounter the issue of too many login pages opening when using arena upload
to upload all result files, you can first use the following command to upload a single JSON file.
After logging in successfully, proceed to upload all the results all at once.
Problem4: Version of Docker image is outdated for inference engines
To ensure fast engine startup, we do not pull the Docker image each time start is run. If the image has been updated, please use the following command to remove the old image before starting the engine again: