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
I am holding a remote evaluation challenge with EvalAI.
I can succcessfully download the submissions from the website.
However, when I need to update the leaderboard with update_finished, I meet error in 'update_submission_data'. I found that when goes through it goes wrong in function make_request and response.raise_for_status(). Specifically:
It reports that requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://eval.ai/api/jobs/challenge/2253/update_submission/ and the content in the website is {"detail":"Authentication credentials were not provided."}
How can I fix it?
The text was updated successfully, but these errors were encountered:
I am holding a remote evaluation challenge with EvalAI.
I can succcessfully download the submissions from the website.
However, when I need to update the leaderboard with
update_finished
, I meet error in 'update_submission_data'. I found that when goes through it goes wrong in functionmake_request
andresponse.raise_for_status()
. Specifically:It reports that
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://eval.ai/api/jobs/challenge/2253/update_submission/
and the content in the website is{"detail":"Authentication credentials were not provided."}
How can I fix it?
The text was updated successfully, but these errors were encountered: