-
-
Notifications
You must be signed in to change notification settings - Fork 369
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
Too many request 429 #1125
Comments
Please fix the format of your markdown: 41:1 MD033/no-inline-html Inline HTML [Element: img]
50:65 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1] generated by check-issue |
Usually it's caused by your gateway or proxy. |
Thanks for the link. Understand it's caused by targeted site's rate limiting. @ysmood But just to understand a bit better. As even I directly type url inside Chromium, (just like how a normal user is visiting the site), it still gives |
Updates: if we launch browser with user mode (real Chrome to visit the site instead of Chromium), it's working. path, _ := launcher.LookPath()
u := launcher.NewUserMode().Bin(path).MustLaunch()
browser := rod.New().ControlURL(wsurl).MustConnect()
..
page := browser.MustPage(url).MustWaitLoad() |
First thanks for the tool, it's easy to get started. Appreciate any help in advance.
Rod Version: v0.116.2
The code to demonstrate your question
What you got
Empty screenshot. Chromium is launched, but when navigating the url, it got the 429 error.
![image](https://private-user-images.githubusercontent.com/2919741/376611778-58c0609e-fb63-48d2-8d61-d2f02ba753f6.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NTQwNTksIm5iZiI6MTczOTQ1Mzc1OSwicGF0aCI6Ii8yOTE5NzQxLzM3NjYxMTc3OC01OGMwNjA5ZS1mYjYzLTQ4ZDItOGQ2MS1kMmYwMmJhNzUzZjYucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTNUMTMzNTU5WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MDRiMjU3M2ZhMmViZWZkNTYxNGFjZDk0NjAzY2E1YTIzMjE3M2U1MDU0N2ZhOTMwYTVlNmM0MjNjZmM0YWJlOCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.F_U4-k-pHIuP84TrQsByYaCRMkuGef4SaNs9UEPNGZg)
What you expect to see
Not sure if anyone encountered this issue? Suspect some anti-bot blocked the request. Any workaround we can do?
What have you tried to solve the question
Tried using Stealth, and some suggestion from another issue #922
#922 (comment)
The text was updated successfully, but these errors were encountered: