Forum
Perch Shop - Stripe Issue
Hey,
Getting an error with Perch shop, not really sure why!
Fatal error: Uncaught Guzzle\Http\Exception\CurlException: [curl] 28: Connection timed out after 60194 milliseconds [url] https://api.stripe.com/v1/charges in /public_html/admin/addons/apps/perch_shop/lib/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMulti.php:359 Stack trace: #0 /public_html/admin/addons/apps/perch_shop/lib/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMulti.php(292): Guzzle\Http\Curl\CurlMulti->isCurlException(Object(Guzzle\Http\Message\EntityEnclosingRequest), Object(Guzzle\Http\Curl\CurlHandle), Array) #1 /public_html/admin/addons/apps/perch_shop/lib/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMulti.php(257): Guzzle\Http\Curl\CurlMulti->processResponse(Object(Guzzle\Http\Message\EntityEnclosingRequest), Object(Guzzle\Http\Curl\CurlHandle), Array) #2 /public_html/admin/addons/apps/perch_shop/lib/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMulti.php(240): Guzzle\Http\Curl\CurlMulti->processMes in /public_html/admin/addons/apps/perch_shop/lib/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMulti.php on line 359
I think the connection timed out.
Is this a Stripe error then?
It's an error getting a response from Stripe. Connecting to the
https://api.stripe.com/v1/charges
endpoint timed out after 1 minute.The problem could be with your network, with Stripe's network, or somewhere in between.