Closed bbanzai88 closed 11 months ago
Hi @bbanzai88, thanks for the interest in the library. I can reproduce this ConnectionError
locally when calling medrxiv()
.
This is a problem with the API of medrxiv that is hard to directly mitigate in paperscraper
. One intermediate solution can be to treat the try/except more gracefully here and then add some time.sleep
if the API does not respond
Longterm best solution is to solve #33, this would imply that users dont have to download data to local disk anymore and directly query the dumps from a server where I host them. That would require more time
Hi @jannisborn , I'm facing the same ConnectionError issue after scraping a few hundred records. I wonder if you can share the dump somewhere so we do not have to scrape it repeatedly?
Thanks,
Hi @memray,
Which version of paperscraper
do you use?
There is no update yet on #33 but if you have the time to prepare a PR, it would be great and I'm happy to assist
Hi, Very cool project! It looks like I installed it correctly and I ran this code on a jupyter notebook:
I get this response:
61032it [20:29, 49.63it/s] 106700it [1:45:02, 16.93it/s]
And then I get the mess below. Any ideas on what I can do? Thankyou!!
Sincerely,
tom