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
broad-brown•3y ago
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
extended-salmonOP•3y ago
Thank you so much. This solution worked!