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

Getting Chromedriver... urllib.error.HTTPError: HTTP Error 404: Not Found #573

Open
2 of 4 tasks
JonathanWillnow opened this issue Jul 22, 2023 · 2 comments
Open
2 of 4 tasks

Comments

@JonathanWillnow
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

I'm submitting a ...

Description

Hey,

I followed the steps that you describe in the readme and was executing the script youtube_viewer.py.

The Following output appears:

(I have installed all requirements, looks more like an issue with chromedriver?! )

+-------------------------- Version: 1.8.0 --------------------------+

Getting Chrome Driver...
Traceback (most recent call last):
File "/home/jona/Desktop/projects/youtube/YouTube-Viewer/youtube_viewer.py", line 1003, in
osname, exe_name = download_driver(patched_drivers=patched_drivers)
File "/home/jona/Desktop/projects/youtube/YouTube-Viewer/youtubeviewer/download_driver.py", line 112, in download_driver
uc.install()
File "/home/jona/.local/lib/python3.10/site-packages/undetected_chromedriver/_compat.py", line 262, in install
ChromeDriverManager(executable_path, target_version, *args, **kwargs).install()
File "/home/jona/.local/lib/python3.10/site-packages/undetected_chromedriver/_compat.py", line 192, in install
self.fetch_chromedriver()
File "/home/jona/.local/lib/python3.10/site-packages/undetected_chromedriver/_compat.py", line 221, in fetch_chromedriver
ver = self.get_release_version_number().vstring
File "/home/jona/.local/lib/python3.10/site-packages/undetected_chromedriver/_compat.py", line 211, in get_release_version_number
return LooseVersion(urlopen(self.class.DL_BASE + path).read().decode())
File "/usr/lib/python3.10/urllib/request.py", line 216, in urlopen
return opener.open(url, data, timeout)
File "/usr/lib/python3.10/urllib/request.py", line 525, in open
response = meth(req, response)
File "/usr/lib/python3.10/urllib/request.py", line 634, in http_response
response = self.parent.error(
File "/usr/lib/python3.10/urllib/request.py", line 563, in error
return self._call_chain(*args)
File "/usr/lib/python3.10/urllib/request.py", line 496, in _call_chain
result = func(*args)
File "/usr/lib/python3.10/urllib/request.py", line 643, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 404: Not Found

Environment

- OS : Xubuntu 22.04
- Python : 3.10
- Script version : 1.8.0

config.json

Dont fine it / dont have any
@TaherTito96
Copy link

I have the same problem too.

  • OS : Xubuntu 22.04
  • Python : 3.10
  • Script version : 1.8.0

@MShawon
Copy link
Owner

MShawon commented Jul 22, 2023

Related to issue #572

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

3 participants