Skip to content

Bad Request for Host a remote evaluation challenge  #87

@Espere-1119-Song

Description

@Espere-1119-Song

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:

response = requests.request(
                method=method, url=url, headers=headers, data=data
            )

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions