Skip to content
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

Open
habernal opened this issue Jul 3, 2024 · 3 comments
Open

OpenReview API not working #180

habernal opened this issue Jul 3, 2024 · 3 comments

Comments

@habernal
Copy link
Contributor

habernal commented Jul 3, 2024

Setup

  • clean virtualenv
  • pip-installed dependencies from requirements.txt
$ pip freeze
certifi==2024.6.2
charset-normalizer==3.3.2
Deprecated==1.2.14
future==1.0.0
idna==3.7
Jinja2==3.0.2
MarkupSafe==2.1.5
openreview-py==1.40.4
pycryptodome==3.20.0
PyJWT==2.8.0
pylatexenc==2.10
PyPDF2==1.26.0
PyYAML==5.3.1
requests==2.32.3
roman==3.3
setuptools==65.5.1
tld==0.13
tqdm==4.66.4
urllib3==2.2.2
wrapt==1.16.0

Issue

$ python openreview/or2papers.py xxx@xxx yyy aclweb.org/ACL/2024/Workshop/PrivateNLP
OpenReview connection refused
Please use "https://api.openreview.net" as the baseurl for the OpenReview API or use the new client openreview.api.OpenReviewClient

Tried to change baseurl="https://api2.openreview.net", username=username, password=password in or2papers.py to baseurl="https://api.openreview.net", username=username, password=password but it broke stuff down the road.

habernal added a commit to habernal/aclpub2 that referenced this issue Jul 3, 2024
@g-jing
Copy link

g-jing commented Jul 8, 2024

Hi Ivan. We have the same issue. Could you share your solution to this? Thanks!

@habernal
Copy link
Contributor Author

habernal commented Jul 8, 2024

Sure, see the linked pull request #182
(here's the diff: habernal@38cbf6e )

@crux82
Copy link
Collaborator

crux82 commented Jul 8, 2024

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants