PHRETS
PHRETS copied to clipboard
Curl 27 error
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.
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.