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

500 error for repositories/google-research/google-research/papers/ #27

Open
spectalizer opened this issue Nov 24, 2024 · 0 comments
Open

Comments

@spectalizer
Copy link

spectalizer commented Nov 24, 2024

I want to use the GET /repositories/{owner}/{name}/papers/ endpoint documented under https://paperswithcode.com/api/v1/docs/.

requests.get('https://paperswithcode.com/api/v1/repositories/google-research/google-research/papers/') returns a 500 Server Error: Internal Server Error for url: https://paperswithcode.com/api/v1/repositories/google-research/google-research/papers/.

https://github.com/google-research/google-research is a valid URL and is actually linked to many papers (which may somehow be related to the issue here?).

For comparison, requests.get('https://paperswithcode.com/api/v1/repositories/facebookresearch/llama-recipes/papers/') returns a 200 response (albeit empty) and requests.get('https://paperswithcode.com/api/v1/repositories/sakanaai/ai-scientist/papers/') returns a 200 response with a list of 1 paper.

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

1 participant