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
[GuzzleHttp\Exception\RequestException] cURL error 1: Protocol "file" not supported or disabled in libcurl (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)
I think it is about CURLOPT_PROTOCOLS and CURLOPT_REDIR_PROTOCOLS values.
But when I am trying to hardcode it to CURLPROTO_ALL I see:
[GuzzleHttp\Exception\RequestException] cURL error 0: The cURL request was retried 3 times and did not succeed. The most likely reason for the failure is that cURL was unable to rewind the body of the request and subsequent retries resulted in the same error. Turn on the debug option to see what went wrong. See https://bugs.php.net/bug.php?id=47204 for more information. (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)
The text was updated successfully, but these errors were encountered:
If I am trying:
I see:
I think it is about CURLOPT_PROTOCOLS and CURLOPT_REDIR_PROTOCOLS values.
But when I am trying to hardcode it to CURLPROTO_ALL I see:
The text was updated successfully, but these errors were encountered: