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

urllib.error.HTTPError: HTTP Error 404: Not Found #25

Closed
ozbl opened this issue Aug 15, 2023 · 9 comments
Closed

urllib.error.HTTPError: HTTP Error 404: Not Found #25

ozbl opened this issue Aug 15, 2023 · 9 comments

Comments

@ozbl
Copy link

ozbl commented Aug 15, 2023

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

@ugorsahin
Copy link
Owner

Hey, I can't reproduce it. Can you pass verbose=True and share debug information with me?

@WeixinYang
Copy link

same.
Set verbose = True and get this:

2023/08/16 14:04:39 INFO Verbose mode active
2023/08/16 14:04:39 INFO Loading undetected Chrome

@WeixinYang
Copy link

driver_version = 116

@ugorsahin
Copy link
Owner

Hey, undetected-chrome doesn't support Chrome versions after 114. There are other people facing the same issue at the moment. Please take a look at:
ultrafunkamsterdam/undetected-chromedriver#1478
ultrafunkamsterdam/undetected-chromedriver#1338
ultrafunkamsterdam/undetected-chromedriver#1465

You can roll back to Chrome 114 to make it work again. Otherwise you have to wait for 115 and 116 support.

@ugorsahin
Copy link
Owner

ugorsahin commented Aug 22, 2023

For the time being you can run the following command to fix the issue temporarily.

pip install -e git+https://github.com/jdholtz/undetected-chromedriver.git@29551bd27954dacaf09864cf77935524db642c1b#egg=undetected_chromedriver

@FriedaMarvin
Copy link

For the time being you can run the following command to fix the issue temporarily.

pip install -e git+https://github.com/jdholtz/undetected-chrome driver.git@29551bd27954dacaf09864cf77935524db642c1b#egg=undetected_chromedriver

is this correct?
getting the following error, please check when free :)

ERROR: Invalid requirement: 'driver.git@29551bd27954dacaf09864cf77935524db642c1b#egg=undetected_chromedriver'
Hint: = is not a valid operator. Did you mean == ?

@ugorsahin
Copy link
Owner

Yes, you are right. There is a missing dash, I edited the comment just copy and paste :)

@itsciccio
Copy link

Thanks for the fix @ugorsahin! My team and I were facing the exact same issue and that temporary solution worked. I hope that an official fix will be released soon.

@ugorsahin
Copy link
Owner

Closed due to inactivity

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

5 participants