You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/.
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.
The text was updated successfully, but these errors were encountered:
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 a500 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) andrequests.get('https://paperswithcode.com/api/v1/repositories/sakanaai/ai-scientist/papers/')
returns a 200 response with a list of 1 paper.The text was updated successfully, but these errors were encountered: