Closed noumanhabib closed 2 years ago
Try installing ext-curl
if it is not installed.
There are methods to increase the timeout.
$gplay
->setConnectTimeout(60)
->setTimeout(60);
Yes it is connection timeout error. You can set a higher value then it work.
I have a error when using google-play-scrapper in production. It work fine at localhost but not work in production. Below is screenshort of error.
Stream object before causing error screenshort is also below.
I am using it in Laravel 8 Guzzlehttp: 6.5 PHP: 7.4 (at production)
Also each request fail after 20s and show read stream error as up. Is there any connection timeout set for 20s?