PHRETS icon indicating copy to clipboard operation
PHRETS copied to clipboard

Curl 27 error

Open moazam1 opened this issue 5 years ago • 1 comments

Hi

I am getting curl error when I try to download images for 300 listings by listing ids. Here is the error:

In CurlFactory.php line 201:

cURL error 27:  (see https://curl.haxx.se/libcurl/c/libcurl-errors.html)

My DMQL looks like this: (ListingId=123,55,66,77....)

Any help will be greatly appreciated.

moazam1 avatar Feb 26 '20 04:02 moazam1

Requesting 300 at once is going to be a huge response. You may want to reduce that down to, say, 10 each request. That error relates to being out of memory when handling the response.

troydavisson avatar May 21 '20 00:05 troydavisson