API / JSON scraper avatar
API / JSON scraper

Pricing

$5.00/month + usage

Go to Store
API / JSON scraper

API / JSON scraper

Developed by

Paulo Cesar

Paulo Cesar

Maintained by Community

Scrape any API / JSON URLs directly to the dataset, and return them in CSV, XML, HTML, or Excel formats. Transform and filter the output. Enables you to follow pagination recursively from the payload without the need to visit the HTML page.

0.0 (0)

Pricing

$5.00/month + usage

9

Total users

540

Monthly users

9

Runs succeeded

99%

Issues response

1.5 days

Last modified

a month ago

CT

Reclaiming failed request back to the list or queue. Bad array

Open

campsider_tools opened this issue
4 days ago

Hello,

Sometimes this actor's task can fail several times with the error: "Reclaiming failed request back to the list or queue. Bad array".

This can happen 4 times until the task fails.

When I retry this actor a few seconds later without modifying the task nor the json source: no error occurs.

Any idea ?

Sincerely

pocesar avatar

from quickly checking the target URL, the response might have been truncated, by the remote endpoint prematurely closing the connection before receiving the full array (with a closing ]), either the proxy failed to return the full response or the server failed to return it in time. looking at the proxy sessions, I'm assuming it's the server that was failing and later recovered. visiting the JSON url manually it seems to take a long time to download (around 7s for me here)