genetic-orange•3y ago
Using requestsFromUrl is throwing an Error
When i tried fetching the URLs from a text file, Apify throwed an error with the latest crawlee/playwrightcrawler setup.
I have attached a screenshot of the same error with crawlee alone running in my local machine.

2 Replies
Its out of SDK, you need:
and then:
Explanation: when user uploading file from UI actor getting URL with uploaded file, so actual URLs must be resolved from it
genetic-orangeOP•3y ago
Thank you so much. This solution worked!