MichaelM
Apify & Crawleeโ€ข4mo agoโ€ข
3 replies
Michael

Error handling

Hello error handling behaviour is little unclear for some requests 400 are considered sometime as ok sometime as error even more weird i sometime got empty html (i'm 100% sure that not the produced response)
<html><head></head><body></body></html>
? even after adding
await waitForSelector('#myID')
how i suppose to deal with that ? thanks
Was this page helpful?