Boris-code / feapder

🚀🚀🚀feapder is an easy to use, powerful crawler framework | feapder是一款上手简单,功能强大的Python爬虫框架。内置AirSpider、Spider、TaskSpider、BatchSpider四种爬虫解决不同场景的需求。且支持断点续爬、监控报警、浏览器渲染、海量数据去重等功能。更有功能强大的爬虫管理系统feaplat为其提供方便的部署及调度
http://feapder.com
Other
2.96k stars 481 forks source link

Playwright 浏览器卡死的问题 #196

Closed pgshow closed 1 year ago

pgshow commented 1 year ago

需知

Playwright 在使用 Chrome 时,经常会卡死,然后 Feapder 就停在那里不动了, 测试后发现可能是 Chrome 自己的 BUG,换成 Firefox 后一切正常。

pgshow commented 1 year ago

这个 bug 在使用某些代理时触发的。