Code Monkey home page Code Monkey logo

Comments (6)

gchhablani avatar gchhablani commented on September 21, 2024 2

Hi all,
This is a known issue and we are already trying to resolve it.
This is an issue at the host end and I have contacted them already.

from evalai.

kaixqu avatar kaixqu commented on September 21, 2024 1

Hey @gchhablani Same issues here.

I checked the evalai package and tried to print the url, header, and the response in make_request(path, method, files=None, data=None). I replaced my authentication key with "xxxx" below:

url    : https://eval.ai/api/challenges/phase/habitat-objectnav-test-standard-2023-1992/
headers: {'Authorization': 'Bearer xxxx'}
<Response [200]>
url    : https://eval.ai/api/challenges/challenge/1992
headers: {'Authorization': 'Bearer xxxx'}
<Response [200]>
url    : https://eval.ai/api/challenges/phases/3969/participant_team/aws/credentials/
headers: {'Authorization': 'Bearer xxxx'}
<Response [500]>
500 Server Error: Internal Server Error for url: https://eval.ai/api/challenges/phases/3969/participant_team/aws/credentials/

If I do the same command as @zhangpingrui did, pushing to a challenge I haven't participated in. It actually gives me correct error:

url    : https://eval.ai/api/challenges/phase/habitat-objectnav-test-standard-2022-1615/
headers: {'Authorization': 'Bearer xxxx'}
<Response [200]>
url    : https://eval.ai/api/challenges/challenge/1615
headers: {'Authorization': 'Bearer xxxx'}
<Response [200]>
url    : https://eval.ai/api/challenges/phases/3203/participant_team/aws/credentials/
headers: {'Authorization': 'Bearer xxxx'}
<Response [400]>
Error: You have not participated in this challenge.

I am not sure if this is the right place to post it. But I will also post this on evalai discussion forum. Any help would really be appreciated!

Best,
Kaixian

from evalai.

gchhablani avatar gchhablani commented on September 21, 2024

Not sure why the first image is a browser image. Can you please elaborate what you did?

from evalai.

zhangpingrui avatar zhangpingrui commented on September 21, 2024

I just use the command evalai push ori:latest --phase habitat-objectnav-test-standard-2022-1615 --private
Then I got that url link, I clicked it, then I got the page in the first image.

from evalai.

ytliu74 avatar ytliu74 commented on September 21, 2024

I'm experiencing the same issue. I hope the maintainers can resolve it. Thanks.

from evalai.

ytliu74 avatar ytliu74 commented on September 21, 2024

Hi @gchhablani, the issue still exists. Could you update the current progress? Thanks.

from evalai.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.