You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.
If you have an IPv6 address on your server, SERVER_ADDR will contain that. Curl then binds to that, and tries to contact twitter, who do not have IPv6 and voila, all falls apart. Magically as there is no curl_errno() check.
When added and from number translated to string you get:
"Failed binding local connection end"
Adding a curl_errno() and reporting that error is btw a wise thing, otherwise, well, you get a long waste of time.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In EpiOAuth.php there is a:
If you have an IPv6 address on your server, SERVER_ADDR will contain that. Curl then binds to that, and tries to contact twitter, who do not have IPv6 and voila, all falls apart. Magically as there is no curl_errno() check.
When added and from number translated to string you get:
"Failed binding local connection end"
Adding a curl_errno() and reporting that error is btw a wise thing, otherwise, well, you get a long waste of time.
The text was updated successfully, but these errors were encountered: