Skip to content
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

Spreadsheet API : cURL error 2: easy handle already used in multi handle (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) #64

Open
sukhvir1313 opened this issue Apr 23, 2020 · 0 comments

Comments

@sukhvir1313
Copy link

sukhvir1313 commented 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

  1. Simply run https://github.com/gsuitedevs/php-samples/blob/master/sheets/quickstart/quickstart.php with all required entries/parameters.

Specifications

  • PHP version (php -v): 5.6.40
  • OS (Mac/Linux/Windows): Linux
@sukhvir1313 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant