Post your project for free and start receiving proposals from freelancers within minutes after publication!
Parsers on the Selenium - to Fix Errors
Hi, there is a parser on the Selenium.He worked stable, began to cling on one of the input parameters with such a mistake:
Traceback (most recent call last):
File "/root/GoogleReviews/V3/google_maps_parser_api.py", line 251, in
and click()
File "/usr/local/lib/python3.11/dist-packages/selenium/webdriver/remote/webelement.py", line 94, in click
self._execute(Command.CLICK_ELEMENT)
File "/usr/local/lib/python3.11/dist-packages/selenium/webdriver/remote/webelement.py", line 403, in _execute
return self._parent.execute(command, params)
File "/usr/local/lib/python3.11/dist-packages/selenium/webdriver/remote/webdriver.py", line 440, in execute
self.error_handler.check_response(response)File "/usr/local/lib/python3.11/dist-packages/selenium/webdriver/remote/errorhandler.py", line 245, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.WebDriverException: Message: unknown error: session deleted because of page crash
from unknown error: cannot determine loading status
from tab crashed
(Session info: chrome=113.0.5672.63)
The Stacktrace:
#0 0x55b0b3d74133
#1 0x55b0b3aa87f0
#2 0x55b0b3a93d19
#3 0x55b0b3a93206
#4 0x55b0b3a922e8
#5 0x55b0b3a92120
#6 0x55b0b3a90b18
#7 0x55b0b3a912c2
#8 0x55b0b3a9ee8f
#9 0x55b0b3a9ff32
#10 0x55b0b3ab27fb
#11 0x55b0b3ab703b
#12 0x55b0b3a91863
#13 0x55b0b3ab2420
#14 0x55b0b3b1d3fd
#15 0x55b0b3b049a3
#16 0x55b0b3ad946a
#17 0x55b0b3ada55e
#18 0x55b0b3d33cae
#19 0x55b0b3d378fe
#20 0x55b0b3d40f20
#21 0x55b0b3d38923
#22 0x55b0b3d0bc0e
#23 0x55b0b3d5bb08
#24 0x55b0b3d5bc97
#25 0x55b0b3d6c113
#26 0x7fa4bc5a9609 start_thread
The mistake must be corrected as soon as possible.
Traceback (most recent call last):
File "/root/GoogleReviews/V3/google_maps_parser_api.py", line 251, in
and click()
File "/usr/local/lib/python3.11/dist-packages/selenium/webdriver/remote/webelement.py", line 94, in click
self._execute(Command.CLICK_ELEMENT)
File "/usr/local/lib/python3.11/dist-packages/selenium/webdriver/remote/webelement.py", line 403, in _execute
return self._parent.execute(command, params)
File "/usr/local/lib/python3.11/dist-packages/selenium/webdriver/remote/webdriver.py", line 440, in execute
self.error_handler.check_response(response)File "/usr/local/lib/python3.11/dist-packages/selenium/webdriver/remote/errorhandler.py", line 245, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.WebDriverException: Message: unknown error: session deleted because of page crash
from unknown error: cannot determine loading status
from tab crashed
(Session info: chrome=113.0.5672.63)
The Stacktrace:
#0 0x55b0b3d74133
#1 0x55b0b3aa87f0
#2 0x55b0b3a93d19
#3 0x55b0b3a93206
#4 0x55b0b3a922e8
#5 0x55b0b3a92120
#6 0x55b0b3a90b18
#7 0x55b0b3a912c2
#8 0x55b0b3a9ee8f
#9 0x55b0b3a9ff32
#10 0x55b0b3ab27fb
#11 0x55b0b3ab703b
#12 0x55b0b3a91863
#13 0x55b0b3ab2420
#14 0x55b0b3b1d3fd
#15 0x55b0b3b049a3
#16 0x55b0b3ad946a
#17 0x55b0b3ada55e
#18 0x55b0b3d33cae
#19 0x55b0b3d378fe
#20 0x55b0b3d40f20
#21 0x55b0b3d38923
#22 0x55b0b3d0bc0e
#23 0x55b0b3d5bb08
#24 0x55b0b3d5bc97
#25 0x55b0b3d6c113
#26 0x7fa4bc5a9609 start_thread
The mistake must be corrected as soon as possible.
-
120 Good ready to correct your mistake right now ready to take
Another 2 proposals concealed
-
Доброго вечора, скиньте код мне в лс
-
Ще раз доброго вечора, yбедитесь, что вы используете последнюю версию Selenium и драйвера браузера
-
Можно посмотреть Ваш код.
-
работал стабильно с какого времени. Что там за драйвер и как он импортирован ?
-