[GH-ISSUE #2381] "Enable JavaScript and cookies to continue" #1438

Open
opened 2026-03-02 11:57:21 +03:00 by kerem · 2 comments
Owner

Originally created by @obarlev on GitHub (Jan 12, 2026).
Original GitHub issue: https://github.com/karakeep-app/karakeep/issues/2381

I’m getting this message when trying to crawl a website. I checked the Karakeep configuration section and couldn’t find any setting that seems to control it:
https://docs.karakeep.app/configuration/environment-variables/

BTW, I've successfully crawled many pages from that website using prior Karakeep versions. I'm not sure if something changed in Karakeep or on the website itself.

Do you have any advice?

Image Image
Originally created by @obarlev on GitHub (Jan 12, 2026). Original GitHub issue: https://github.com/karakeep-app/karakeep/issues/2381 I’m getting this message when trying to crawl a website. I checked the Karakeep configuration section and couldn’t find any setting that seems to control it: https://docs.karakeep.app/configuration/environment-variables/ BTW, I've successfully crawled many pages from that website using prior Karakeep versions. I'm not sure if something changed in Karakeep or on the website itself. Do you have any advice? <img width="755" height="462" alt="Image" src="https://github.com/user-attachments/assets/5af64a5e-658c-4853-a482-523f30e5548b" /> <img width="781" height="388" alt="Image" src="https://github.com/user-attachments/assets/b52c8562-8f7f-4258-a671-b587aadd193e" />
Author
Owner

@Laimonas-Mituzas commented on GitHub (Jan 19, 2026):

Cloudflare?

<!-- gh-comment-id:3768837508 --> @Laimonas-Mituzas commented on GitHub (Jan 19, 2026): Cloudflare?
Author
Owner

@MrKernelPanic-dev commented on GitHub (Jan 22, 2026):

Hello,
I encountered the same issue.

In my case, it was caused by the crawler failing to resolve the browser container hostname, as shown by the error in the logs:

web-1          | 2026-01-22T13:04:50.238Z error: [Crawler] Failed to connect to the browser instance, will retry in 5 secs: Error: getaddrinfo ENOTFOUND chrome
web-1          |     at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:internal/dns/promises:88:17)

The root cause was a misconfiguration in my docker-compose.yml:
the web service could not reach the chrome service (DNS/hostname resolution issue). After fixing the Docker networking/service configuration, the crawler worked correctly.

Other potential causes are also discussed in this related issue: https://github.com/karakeep-app/karakeep/issues/674

<!-- gh-comment-id:3784390565 --> @MrKernelPanic-dev commented on GitHub (Jan 22, 2026): Hello, I encountered the same issue. In my case, it was caused by the crawler failing to resolve the browser container hostname, as shown by the error in the logs: ``` web-1 | 2026-01-22T13:04:50.238Z error: [Crawler] Failed to connect to the browser instance, will retry in 5 secs: Error: getaddrinfo ENOTFOUND chrome web-1 | at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:internal/dns/promises:88:17) ``` The root cause was a misconfiguration in my `docker-compose.yml`: the `web` service could not reach the `chrome` service (DNS/hostname resolution issue). After fixing the Docker networking/service configuration, the crawler worked correctly. Other potential causes are also discussed in this related issue: https://github.com/karakeep-app/karakeep/issues/674
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/karakeep#1438
No description provided.