-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenReview API not working #180
Comments
habernal
added a commit
to habernal/aclpub2
that referenced
this issue
Jul 3, 2024
Fixed according to the OpenRevier API doc https://docs.openreview.net/getting-started/using-the-api/installing-and-instantiating-the-python-client
Hi Ivan. We have the same issue. Could you share your solution to this? Thanks! |
Sure, see the linked pull request #182 |
Dear all, sorry I did not receive the notification of the pull requests. It has now been merged. @g-jing can you confirm that it is now working? |
crux82
added a commit
that referenced
this issue
Jul 8, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Setup
requirements.txt
Issue
Tried to change
baseurl="https://api2.openreview.net", username=username, password=password
inor2papers.py
tobaseurl="https://api.openreview.net", username=username, password=password
but it broke stuff down the road.The text was updated successfully, but these errors were encountered: