EvalAI
EvalAI copied to clipboard
send request to create a new challenge failed
Hello, I am new to EvalAI. I run a local EvalAI server in my local computer, listen on 127.0.0.1:8888。I can open the web page in chrome. I can login with default account.
And now, I want to create a new challenge with script challenge_processing_script.py, I use EvalAI-Starters as my template. But when I run the script, It failed with error:
e = 405 Client Error: Method Not Allowed for url: http://127.0.0.1:8888/api/challenges/challenge/challenge_host_team/4/validate_challenge_config/
e = 405 Client Error: Method Not Allowed for url: http://127.0.0.1:8888/api/challenges/challenge/challenge_host_team/4/create_or_update_github_challenge/
But when I use the script to send request to https://eval.ai/, It can success create a new challenge. I don't kown how to fix this. I just run local server with docker-compose up --build.
Thanks.
I would like to work on this issue