You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 useEvalAI-Starters
as my template. But when I run the script, It failed with error: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 withdocker-compose up --build
.Thanks.
The text was updated successfully, but these errors were encountered: