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
Followed all the steps but couldn't run the script on RPi4.
When trying to use crawl_profile.py
It just bonks on the chromedriver and nothing works.
rts@raspberrypi:~/instagram-profilecrawl $ python3 crawl_profile.py boathold
Traceback (most recent call last):
File "/home/rts/instagram-profilecrawl/crawl_profile.py", line 14, in
with SetupBrowserEnvironment() as browser:
File "/home/rts/instagram-profilecrawl/util/chromedriver.py", line 35, in enter
self.browser = init_chromedriver(self.chrome_options, self.capabilities)
File "/home/rts/instagram-profilecrawl/util/chromedriver.py", line 53, in init_chromedriver
browser = webdriver.Chrome(ChromeDriverManager().install())
File "/home/rts/.local/lib/python3.9/site-packages/webdriver_manager/chrome.py", line 39, in install
driver_path = self._get_driver_path(self.driver)
File "/home/rts/.local/lib/python3.9/site-packages/webdriver_manager/core/manager.py", line 30, in _get_driver_path
file = self._download_manager.download_file(driver.get_url())
File "/home/rts/.local/lib/python3.9/site-packages/webdriver_manager/core/download_manager.py", line 28, in download_file
response = self._http_client.get(url)
File "/home/rts/.local/lib/python3.9/site-packages/webdriver_manager/core/http.py", line 33, in get
self.validate_response(resp)
File "/home/rts/.local/lib/python3.9/site-packages/webdriver_manager/core/http.py", line 16, in validate_response
raise ValueError(f"There is no such driver by url {resp.url}")
ValueError: There is no such driver by url https://chromedriver.storage.googleapis.com/110.0.5481.77/chromedriver_linux32.zip
The text was updated successfully, but these errors were encountered:
crawl_profile_pi.py - Is missing.
Followed all the steps but couldn't run the script on RPi4.
When trying to use crawl_profile.py
It just bonks on the chromedriver and nothing works.
rts@raspberrypi:~/instagram-profilecrawl $ python3 crawl_profile.py boathold
Traceback (most recent call last):
File "/home/rts/instagram-profilecrawl/crawl_profile.py", line 14, in
with SetupBrowserEnvironment() as browser:
File "/home/rts/instagram-profilecrawl/util/chromedriver.py", line 35, in enter
self.browser = init_chromedriver(self.chrome_options, self.capabilities)
File "/home/rts/instagram-profilecrawl/util/chromedriver.py", line 53, in init_chromedriver
browser = webdriver.Chrome(ChromeDriverManager().install())
File "/home/rts/.local/lib/python3.9/site-packages/webdriver_manager/chrome.py", line 39, in install
driver_path = self._get_driver_path(self.driver)
File "/home/rts/.local/lib/python3.9/site-packages/webdriver_manager/core/manager.py", line 30, in _get_driver_path
file = self._download_manager.download_file(driver.get_url())
File "/home/rts/.local/lib/python3.9/site-packages/webdriver_manager/core/download_manager.py", line 28, in download_file
response = self._http_client.get(url)
File "/home/rts/.local/lib/python3.9/site-packages/webdriver_manager/core/http.py", line 33, in get
self.validate_response(resp)
File "/home/rts/.local/lib/python3.9/site-packages/webdriver_manager/core/http.py", line 16, in validate_response
raise ValueError(f"There is no such driver by url {resp.url}")
ValueError: There is no such driver by url https://chromedriver.storage.googleapis.com/110.0.5481.77/chromedriver_linux32.zip
The text was updated successfully, but these errors were encountered: