Third-party proxy IP does not take effect #2489
Unanswered
zy783282949
asked this question in
Q&A
Replies: 2 comments 6 replies
-
Are you sure you are not encoding the password wrongly? We cant do much about this without being able to actually reproduce it. Proxies are working fine on our end, including authentication. |
Beta Was this translation helpful? Give feedback.
3 replies
-
We've added logging for the actual proxy error in With the new package version, you should see the parsed response in the error, which should give you a better idea about what is happening. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Which package is this bug report for? If unsure which one to select, leave blank
@crawlee/cheerio (CheerioCrawler)
Issue description
I use proxyConfiguration to set the proxy IP and try to access the target website. I use the curl command to ensure that the proxy IP is valid. The error message is as follows. It seems that the IP authentication of username and password has not been passed.
WARN CheerioCrawler: Reclaiming failed request back to the list or queue. Detected a session error, rotating session...
Proxy responded with 407 Proxy Authentication Required: 29 bytes
Code sample
Package version
├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] └── [email protected]
Node.js version
v18.14.2
Operating system
macos 14.3.1 (23D60)
Apify platform
I have tested this on the
next
releaseNo response
Other context
No response
Beta Was this translation helpful? Give feedback.
All reactions