facebookresearch / habitat-challenge

Code for the habitat challenge
https://aihabitat.org
MIT License
309 stars 56 forks source link

Could not submit a docker at EvalAI page #172

Closed alstar8 closed 1 year ago

alstar8 commented 1 year ago

Hi! I tried to push my docker submission at Habitat Challenge 2023 in EvalAI platform and every time got an error "Error: None" Tried every track and even 2022 year Challenge, also tried to submit from different servers and always get the same. My docker push command not even started to upload. EvalAI installed from pip without errors, init with my token goes without errors. Can someone help with that, please? Maybe there are common ways to debug it or there is some advice.

Ram81 commented 1 year ago

@alstar8 can you please login again from EvalAI CLI and set the token using evalai set_token <auth_token> cli command and try again?

alstar8 commented 1 year ago

@Ram81 Did not help, same Error: None again, and no other warnings or errors

Ram81 commented 1 year ago

Hi @alstar8 ,

Can you confirm if evalai challenges --participant is working for you?

alstar8 commented 1 year ago

Hi @Ram81, Resolved the issue by refreshing token at Eval.ai. Thank you for you help