bioinf-mcb / gisaid-scrapper

Scrapping tool for GISAID data regarding SARS-CoV-2
MIT License
41 stars 16 forks source link

Element is stale #5

Closed IvoLeist closed 4 years ago

IvoLeist commented 4 years ago

Hello,

thank you for making your scraper public. Unfortunately it runs after downloading one sample in the issue below:

raise exception_class(message, screen, stacktrace) selenium.common.exceptions.StaleElementReferenceException: Message: The element reference of is stale; either the element is no longer attached to the DOM, it is not in the current frame context, or the document has been refreshed

Arch Linux Python 3.7.6 | packaged by conda-forge | (default, Mar 5 2020, 15:27:18) geckodriver 0.26.0 Mozilla Firefox 74.0

wwydmanski commented 4 years ago

Please check if the newest version fixed that

IvoLeist commented 4 years ago

I did not run all samples since we in the end used another scraper to get all the data but just for the record the error happening before seems to be fixed.