hoarder
hoarder copied to clipboard
[Bug] Crawling job failed: ProtocolError: Protocol error (Page.captureScreenshot)
Since version 0.13.1
, crawling seems to fail at taking screenshots. It does a total of 5 tries, then fails. It doesn't happen always, but most of the time, for different urls, but I haven't found any patterns yet.
Here is some output from the hoarder-workers
container:
2024-04-29T05:23:00.415Z info: [Crawler][73] Will crawl "https://ntfy.sh/" for link with id "v1x4322u8dsfcqxu4lphrb11"
2024-04-29T05:23:02.098Z info: [Crawler][73] Successfully navigated to "https://ntfy.sh/". Waiting for the page to load ...
2024-04-29T05:23:06.107Z info: [search][167] Attempting to index bookmark with id tlxoo973txr3tdw5mj5m48n9 ...
2024-04-29T05:23:06.277Z info: [search][167] Completed successfully
2024-04-29T05:23:07.101Z info: [Crawler][73] Finished waiting for the page to load.
2024-04-29T05:23:07.113Z error: [Crawler][73] Crawling job failed: ProtocolError: Protocol error (Page.captureScreenshot): Internal error
Let me know if you want me to gather more details.