-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Hi,
Thank you so much for providing the tool! I ran into the following error messages when running the command the second time. I am wondering if you know how to fix this? Much appreciated!
Traceback (most recent call last):
File "async_pubmed_scraper.py", line 268, in <module>
loop.run_until_complete(build_article_urls(search_keywords))
File "C:\Users\DENGYX3\Anaconda3\lib\asyncio\base_events.py", line 616, in run_until_complete
return future.result()
File "async_pubmed_scraper.py", line 215, in build_article_urls
await asyncio.gather(*tasks)
File "async_pubmed_scraper.py", line 171, in get_pmids
pmids = soup.find('meta',{'name':'log_displayeduids'})['content']
TypeError: 'NoneType' object is not subscriptable
Metadata
Metadata
Assignees
Labels
No labels