Hi, I encounter problem when submitting results with CLI.
I follow the instruction, Install evalai-cli, Add EvalAI account token to evalai-cli and make submission. But when I run command evalai challenge 2094 phase 4163 submit --file <submission_file_path> --large, it report error:
Error: {'detail': 'Given token not valid for any token type', 'code': 'token_not_valid', 'messages': [{'token_class': 'RefreshToken', 'token_type': 'refresh', 'message': 'Token is invalid or expired'}]}
Use `evalai challenges` to fetch the active challenges.
Use `evalai challenge CHALLENGE phases` to fetch the active phases.
And I run evalai challenges, I got
404 Client Error: Not Found for url: https://eval.ai/api/challenges/challenge/all
It seems that there exists problem of the evalai server? Or it is my own problem?
Hi, I encounter problem when submitting results with CLI. I follow the instruction, Install evalai-cli, Add EvalAI account token to evalai-cli and make submission. But when I run command
evalai challenge 2094 phase 4163 submit --file <submission_file_path> --large
, it report error:And I run
evalai challenges
, I gotIt seems that there exists problem of the evalai server? Or it is my own problem?