Apify Discord Mirror

m
memo23
Offline, last seen 3 weeks ago
Joined August 30, 2024
I am having an issue with 'queues',
so here is the scenario, I am rotating sessions and getting next error :
"Error: Detected a session error, rotating session..."

and after 10 retries I got eventually:
"WARN RequestQueue2(UYxgbVhF9h0h4PQrq, no-name): Failed to prolong lock for cached request IpE2CX7vu6Fcqu5, either lost the lock or the request was already handled"

Has one encountered this before and how did you resolve it?
I created actor which downloads and uploads videos to KeyValueStore, some of videos are pretty big and getting this error:

2024-05-18T15:54:15.572Z Failed to upload video: RangeError [ERR_FS_FILE_TOO_LARGE]: File size (2183982088) is greater than 2 GiB

so anyway to get around this and what are best practices on apify for downloading and uploading of big files
1 comment
o
Hi, so I have a scraping actor that needs to fetch data from 'example.com', but it points to 123.123.123.123 instead, usually I add ip and domain in /etc/hosts file locally, how can I can achieve this via Docker or some other means in my Apify actors(Puppeteer)?
9 comments
m
L
S
R