Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crawl_profile_pi.py - Is missing. #197

Open
rattus666 opened this issue Mar 4, 2023 · 0 comments
Open

crawl_profile_pi.py - Is missing. #197

rattus666 opened this issue Mar 4, 2023 · 0 comments

Comments

@rattus666
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant