We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 478c177 commit 5fab19fCopy full SHA for 5fab19f
README.md
@@ -481,6 +481,7 @@ async def parse_in_new_context(self, response):
481
return {"title": title}
482
483
async def close_context_on_error(self, failure):
484
+ self.logger.warning("There was an error when processing %s: %s", failure.request, failure.value)
485
page = failure.request.meta["playwright_page"]
486
await page.context.close()
487
```
0 commit comments