EvalAI icon indicating copy to clipboard operation
EvalAI copied to clipboard

initial build error

Open sebastianmarinc opened this issue 1 year ago • 1 comments

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. erorr

sebastianmarinc avatar Feb 05 '24 22:02 sebastianmarinc

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.

harshittiwariii avatar Feb 18 '24 10:02 harshittiwariii