EvalAI
EvalAI copied to clipboard
initial build error
I'm working off of the EvalAI-Starters template. I've been trying to initialize a competition but it's not working. I had a previous competition initialize successfully, but updates stopped working today due to the same error.
issue: #4263
To fix these issues:
Check Challenge Configuration URL: Double-check the URL specified for validating the challenge configuration. Ensure that it includes the correct schema (e.g., http:// or https://) and does not contain any extra spaces or incorrect characters.
Verify GitHub Authentication Token: Verify the GitHub authentication token provided in the configuration. Make sure it is correctly formatted and has the necessary permissions to create or update issues in the repository. You may need to regenerate the token if it is incomplete or incorrect.
Update Configuration: Once you have corrected the URL and verified the GitHub authentication token, update the challenge configuration with the corrected values.
Retry Validation: After updating the configuration, retry the validation process to see if the issues have been resolved. If the error persists, review the configuration and logs again to identify any remaining issues.