lukasschwab / arxiv.py

Python wrapper for the arXiv API
MIT License
1.11k stars 123 forks source link

Extreme noob encountering error while fetching arxiv api #134

Closed bilalazhar72 closed 1 year ago

bilalazhar72 commented 1 year ago

Description

code runs fine and then it stops fetching anything This is cry for help

Steps to reproduce

run the code and run it again in with in 2 to 3 minutes and it might error out

Expected behavior

code is working fine but stops outputing anything and runs fine again without any changes

Versions

Additional context

here is the stack overflow question i posted that maybe explain this better https://stackoverflow.com/questions/2083987/how-to-retry-after-exception

since i am a noob you can ask me antything else related to it and i will provide answers as required

lukasschwab commented 1 year ago

Hi @bilalazhar72 — I believe this is an issue with the underlying arXiv API in the last few days, something the arXiv team needs to fix; see pinned issue #129.

I'm going to close this issue as a duplicate of that one (please feel free to subscribe to notifications there). Sorry to hear this is causing problems!

bilalazhar72 commented 1 year ago

Hi @bilalazhar72 — I believe this is an issue with the underlying arXiv API in the last few days, something the arXiv team needs to fix; see pinned issue #129.

I'm going to close this issue as a duplicate of that one (please feel free to subscribe to notifications there). Sorry to hear this is causing problems!

thanks for your time and will be subscribing to notifs

lukasschwab commented 1 year ago

@bilalazhar72 per the thread there, behavior might improve if you upgrade to version 2.0.0 — released yesterday.