-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
[BUG] IPv6 connectivity is broken with v0.6.0 #45
Comments
After writing this, I have tried the curl_impersonate binaries from the other repository. Simply executing: If keeping this here does not make sense, I can create a new issue at the other repository. |
Thanks for experimenting, I transferred the issue here for better tracking. |
Can you add the
Add does it work for normal |
Sure, v0.6.0 with
Normal
I have truncated the rest of the log. I though it might be related to name resolution, so I have provided the target ipv6 address but it still fails with:
This works with normal curl too
My curl version:
|
Oh, it says missing ipv6 support, maybe some build flag went wrong? |
curl_cffi==0.6.2 on PyPI and yifeikong/curl-impersonate v0.6.1 have been released to address this issue. |
Describe the bug
It is not possible to bind to an IPv6 address while creating
requests.Session(impersonate="chrome99", interface="ipv6_here")
Binding to ipv4 works.
The feature works until v0.6.0, it is broken for both 0.6.0 and 0.6.1
It works on 0.6.0b9
To Reproduce
Error Output
Expected behavior
Requests use the specified ip address for HTTP calls.
Versions
Additional context
The text was updated successfully, but these errors were encountered: