internetarchive / brozzler

brozzler - distributed browser-based web crawler
Apache License 2.0
648 stars 96 forks source link

Brozzler does not work with the newest chromium. #275

Open dElogics opened 4 months ago

dElogics commented 4 months ago

Brozzler will not work out of the box. It results in -- websocket._exceptions.WebSocketBadStatusException: Handshake status 403 Forbidden

This points in failure to communicate to chromium. Chromium now requires additional arguments -- "--remote-allow-origins=http://localhost:%s" % self.port, For crawling to start.