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
I think GISAID has now blocked usage of GISAIDR? A friend of mine has told me that when they tried to download via GISAIDR::download()
they run into Error in matches[[1]][[2]] : subscript out of bounds. When running on debug mode, the error happens at extract_first_match("'(.{5,20})','DownloadSelectionComponent", download_page_text) which returns
Hi @TKMarkCheng - yes GISAID seems to be blocking programmatic access. I’ll try to push some changes to get around this but haven’t had much luck. I think if you log in through the web site you can enter the text into the captcha manually and rerun the GISAIDR script.
I think GISAID has now blocked usage of GISAIDR? A friend of mine has told me that when they tried to download via
GISAIDR::download()
they run into
Error in matches[[1]][[2]] : subscript out of bounds
. When running on debug mode, the error happens atextract_first_match("'(.{5,20})','DownloadSelectionComponent", download_page_text)
which returnskeywords being
To confirm your request, please repeat the text to let us know you're human
which is part of the newly introduced captcha check.The text was updated successfully, but these errors were encountered: