alot of errors #103
Unanswered
mstvalplyr69
asked this question in
Q&A
Replies: 1 comment
-
Thank you, @anom69, for creating the discussion and using our Google Maps Scraper Tool. It is hard for me to reproduce it. So, I suggest using Gitpod. It might have been due to Chrome installation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Running in Linux / vscode
then attempted to run in
gitpod
Running
Traceback (most recent call last):
File "/home/mstvalplyr69/Documents/Projects/scrape_gmaps/google-maps-scraper/main.py", line 11, in
Gmaps.places(queries, has_phone=True)
File "/home/mstvalplyr69/Documents/Projects/scrape_gmaps/google-maps-scraper/src/gmaps.py", line 339, in places
places_obj = scraper.scrape_places(place_data, cache = use_cache)
File "/home/mstvalplyr69/.local/lib/python3.10/site-packages/botasaurus/decorators.py", line 501, in wrapper_browser
current_result = run_task(data_item, False, 0)
File "/home/mstvalplyr69/.local/lib/python3.10/site-packages/botasaurus/decorators.py", line 399, in run_task
driver = create_selenium_driver(options, desired_capabilities)
File "/home/mstvalplyr69/.local/lib/python3.10/site-packages/botasaurus/create_driver_utils.py", line 221, in create_selenium_driver
driver = AntiDetectDriver(
File "/home/mstvalplyr69/.local/lib/python3.10/site-packages/botasaurus/anti_detect_driver.py", line 33, in init
super().init(*args, **kwargs)
File "/home/mstvalplyr69/.local/lib/python3.10/site-packages/selenium/webdriver/chrome/webdriver.py", line 69, in init
super().init(DesiredCapabilities.CHROME['browserName'], "goog",
File "/home/mstvalplyr69/.local/lib/python3.10/site-packages/selenium/webdriver/chromium/webdriver.py", line 92, in init
super().init(
File "/home/mstvalplyr69/.local/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 272, in init
self.start_session(capabilities, browser_profile)
File "/home/mstvalplyr69/.local/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 364, in start_session
response = self.execute(Command.NEW_SESSION, parameters)
File "/home/mstvalplyr69/.local/lib/python3.10/site-packages/selenium/webdriver/remote/webdriver.py", line 429, in execute
self.error_handler.check_response(response)
File "/home/mstvalplyr69/.local/lib/python3.10/site-packages/selenium/webdriver/remote/errorhandler.py", line 243, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.SessionNotCreatedException: Message: session not created: DevToolsActivePort file doesn't exist
Stacktrace:
#0 0x55c3200d7f83
#1 0x55c31fd90cf7
#2 0x55c31fdccbb1
#3 0x55c31fdc8b2f
#4 0x55c31fdc526e
#5 0x55c31fe1580c
#6 0x55c31fe09e53
#7 0x55c31fdd1dd4
#8 0x55c31fdd31de
#9 0x55c32009c531
#10 0x55c3200a0455
#11 0x55c320088f55
#12 0x55c3200a10ef
#13 0x55c32006c99f
#14 0x55c3200c5008
#15 0x55c3200c51d7
#16 0x55c3200d7124
#17 0x7f79a2894ac3
Beta Was this translation helpful? Give feedback.
All reactions