Skip to content

crawl_profile_pi.py - Is missing. Β #197

@rattus666

Description

@rattus666

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions