YouTube-Viewer icon indicating copy to clipboard operation
YouTube-Viewer copied to clipboard

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

Open JonathanWillnow opened this issue 1 year ago • 2 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

I'm submitting a ...

  • [X] bug report
  • [ ] feature request
  • [ ] support request --> Contact me over mail for support https://github.com/MShawon

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

JonathanWillnow avatar Jul 22 '23 08:07 JonathanWillnow

I have the same problem too.

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

TaherTito96 avatar Jul 22 '23 11:07 TaherTito96

Related to issue https://github.com/MShawon/YouTube-Viewer/issues/572

MShawon avatar Jul 22 '23 11:07 MShawon