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
Hi there, I tried to run the parse_data.py to crawl data from openreview. Unfortunately, it did not work. The following are the error messages. Is anybody can give me a hand? Thank you!
ICLR2022-OpenReviewData-master>python crawl_paperlist.py
crawl_paperlist.py:18: DeprecationWarning: executable_path has been deprecated, please pass in a Service object
driver = webdriver.Chrome(path, options=options)
Traceback (most recent call last):
File "crawl_paperlist.py", line 29, in
WebDriverWait(driver, 30).until(cond)
File "D:\LenovoSoftstore\Install\Anaconda3\envs\nlp\lib\site-packages\selenium\webdriver\support\wait.py", line 95, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
GetHandleVerifier [0x00007FF74EB852A2+57122]
(No symbol) [0x00007FF74EAFEA92]
(No symbol) [0x00007FF74E9CE3AB]
(No symbol) [0x00007FF74EA07D3E]
(No symbol) [0x00007FF74EA07E2C]
(No symbol) [0x00007FF74EA40B67]
(No symbol) [0x00007FF74EA2701F]
(No symbol) [0x00007FF74EA3EB82]
(No symbol) [0x00007FF74EA26DB3]
(No symbol) [0x00007FF74E9FD2B1]
(No symbol) [0x00007FF74E9FE494]
GetHandleVerifier [0x00007FF74EE2EF82+2849794]
GetHandleVerifier [0x00007FF74EE81D24+3189156]
GetHandleVerifier [0x00007FF74EE7ACAF+3160367]
GetHandleVerifier [0x00007FF74EC16D06+653702]
(No symbol) [0x00007FF74EB0A208]
(No symbol) [0x00007FF74EB062C4]
(No symbol) [0x00007FF74EB063F6]
(No symbol) [0x00007FF74EAF67A3]
BaseThreadInitThunk [0x00007FFCBD167614+20]
RtlUserThreadStart [0x00007FFCBD2A26B1+33]
The text was updated successfully, but these errors were encountered:
Hi there, I tried to run the parse_data.py to crawl data from openreview. Unfortunately, it did not work. The following are the error messages. Is anybody can give me a hand? Thank you!
ICLR2022-OpenReviewData-master>python crawl_paperlist.py
crawl_paperlist.py:18: DeprecationWarning: executable_path has been deprecated, please pass in a Service object
driver = webdriver.Chrome(path, options=options)
Traceback (most recent call last):
File "crawl_paperlist.py", line 29, in
WebDriverWait(driver, 30).until(cond)
File "D:\LenovoSoftstore\Install\Anaconda3\envs\nlp\lib\site-packages\selenium\webdriver\support\wait.py", line 95, in until
raise TimeoutException(message, screen, stacktrace)
selenium.common.exceptions.TimeoutException: Message:
Stacktrace:
GetHandleVerifier [0x00007FF74EB852A2+57122]
(No symbol) [0x00007FF74EAFEA92]
(No symbol) [0x00007FF74E9CE3AB]
(No symbol) [0x00007FF74EA07D3E]
(No symbol) [0x00007FF74EA07E2C]
(No symbol) [0x00007FF74EA40B67]
(No symbol) [0x00007FF74EA2701F]
(No symbol) [0x00007FF74EA3EB82]
(No symbol) [0x00007FF74EA26DB3]
(No symbol) [0x00007FF74E9FD2B1]
(No symbol) [0x00007FF74E9FE494]
GetHandleVerifier [0x00007FF74EE2EF82+2849794]
GetHandleVerifier [0x00007FF74EE81D24+3189156]
GetHandleVerifier [0x00007FF74EE7ACAF+3160367]
GetHandleVerifier [0x00007FF74EC16D06+653702]
(No symbol) [0x00007FF74EB0A208]
(No symbol) [0x00007FF74EB062C4]
(No symbol) [0x00007FF74EB063F6]
(No symbol) [0x00007FF74EAF67A3]
BaseThreadInitThunk [0x00007FFCBD167614+20]
RtlUserThreadStart [0x00007FFCBD2A26B1+33]
The text was updated successfully, but these errors were encountered: