Sometimes RateLimit generate SSL Error
j0k3r opened this issue · 0 comments
j0k3r commented
https://sentry.io/wildtrip/banditore/issues/226720157/
GuzzleHttp\Exception\ConnectException: cURL error 35: SSL read: error:00000000:lib(0):func(0):reason(0), errno 104 (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)
File "vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php", line 186, in createRejection
? new ConnectException($message, $easy->request, null, $ctx)
File "vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php", line 150, in finishError
return self::createRejection($easy, $ctx);
File "vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php", line 103, in finish
return self::finishError($handler, $easy, $factory);
File "vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php", line 180, in processMessages
)
File "vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php", line 108, in tick
$this->processMessages();
...
(45 additional frame(s) were not displayed)
Http\Client\Exception\NetworkException: cURL error 35: SSL read: error:00000000:lib(0):func(0):reason(0), errno 104 (see http://curl.haxx.se/libcurl/c/libcurl-errors.html)
File "vendor/php-http/guzzle6-adapter/src/Promise.php", line 121, in handleException
return new HttplugException\NetworkException($exception->getMessage(), $exception->getRequest(), $exception);
File "vendor/php-http/guzzle6-adapter/src/Promise.php", line 63, in Http\Adapter\Guzzle6\{closure}
$this->exception = $this->handleException($reason, $request);
File "vendor/guzzlehttp/promises/src/Promise.php", line 203, in callHandler
$promise->resolve($handler[$index]($value));
File "vendor/guzzlehttp/promises/src/Promise.php", line 174, in GuzzleHttp\Promise\{closure}
self::callHandler(2, $reason, $handler);
File "vendor/guzzlehttp/promises/src/RejectedPromise.php", line 40, in GuzzleHttp\Promise\{closure}
$p->resolve($onRejected($reason));
...
(47 additional frame(s) were not displayed)