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
File "/src/pubmed/server/main/pubmed_harvest.py", line 60, in download_one_entrez_date
nb_res = int(soup.find('count').text)
AttributeError: 'NoneType' object has no attribute 'text'
The text was updated successfully, but these errors were encountered:
File "/src/pubmed/server/main/pubmed_harvest.py", line 60, in download_one_entrez_date
nb_res = int(soup.find('count').text)
AttributeError: 'NoneType' object has no attribute 'text'
The text was updated successfully, but these errors were encountered: