File download causes: waiting until "load" error
If the link on the website is
<a href='page.html'>link</a>
everything works fine but if it's <a href='image.png'>link</a>
I get this error:
I've been trying to check the docs for a couple of days now but I have no idea what to do.
I think this is related to the download event. I would like to skip all file downloads.
Any guesses?1 Reply
extended-salmon•3y ago
Hey there! This particular link leads to request being aborted. Therefore crawlee shows a valid error. I would say - the easiest way is to filter the requests that you enqueue - since you know which are valid requests and which are valid downloads.