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
For Google Spreadsheet API, it was running perfectly before 17 April 2020, I have not done any changes to server or code, however it's not working now. Below is Strack Trace for that.
Stack trace:
#0 /home/public_html/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(149): GuzzleHttp\Handler\CurlFactory::createRejection(Object(GuzzleHttp\Handler\EasyHandle), Array) #1 /home/public_html/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(102): GuzzleHttp\Handler\CurlFactory::finishError(Object(GuzzleHttp\Handler\CurlHandler), Object(GuzzleHttp\Handler\EasyHandle), Object(GuzzleHttp\Handler\CurlFactory)) #2 /home/public_html/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php(43): GuzzleHttp\Handler\CurlFactory::finish(Object(GuzzleHttp\Handler\CurlHandler), Object(GuzzleHttp\Handler\EasyHandle), Object(GuzzleHttp\Handler\CurlFactory)) #3 /home/public_html/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php(28): GuzzleH in /home/public_html/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php on line 186
Expected Behavior
It should return spreadsheet values for given range
The text was updated successfully, but these errors were encountered:
sukhvir1313
changed the title
cURL error 2: easy handle already used in multi handle (see https://curl.haxx.se/libcurl/c/libcurl-errors.html)
Spreadsheet API : cURL error 2: easy handle already used in multi handle (see https://curl.haxx.se/libcurl/c/libcurl-errors.html)
Apr 23, 2020
For Google Spreadsheet API, it was running perfectly before 17 April 2020, I have not done any changes to server or code, however it's not working now. Below is Strack Trace for that.
Stack trace:
#0 /home/public_html/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(149): GuzzleHttp\Handler\CurlFactory::createRejection(Object(GuzzleHttp\Handler\EasyHandle), Array)
#1 /home/public_html/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php(102): GuzzleHttp\Handler\CurlFactory::finishError(Object(GuzzleHttp\Handler\CurlHandler), Object(GuzzleHttp\Handler\EasyHandle), Object(GuzzleHttp\Handler\CurlFactory))
#2 /home/public_html/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php(43): GuzzleHttp\Handler\CurlFactory::finish(Object(GuzzleHttp\Handler\CurlHandler), Object(GuzzleHttp\Handler\EasyHandle), Object(GuzzleHttp\Handler\CurlFactory))
#3 /home/public_html/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php(28): GuzzleH in /home/public_html/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php on line 186
Expected Behavior
It should return spreadsheet values for given range
Actual Behavior
Returning curl error:
cURL error 2: easy handle already used in multi handle (see https://curl.haxx.se/libcurl/c/libcurl-errors.html)
Steps to Reproduce the Problem
Specifications
php -v
): 5.6.40The text was updated successfully, but these errors were encountered: