-
Been using KaraKeep for a few months now without issue, but for the last few days I'm not able to get it to crawl when I add items. Here's the message I'm getting:
As far as I can tell from the browserless logs, it is initiating and completing the crawl there without issue.
I've tried extending the timeout value for any of the variables that default to 5 seconds in the KaraKeep documentation, but still get the same Timeout 5000ms exceeded error. Any ideas as to what could be causing this? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I'm on Unraid and my container was using the old Hoarder repo. I changed to the Karakeep repo as noted by the template author below and everything is working again: Due to trademark reasons, Hoarder has been rebranded to Karakeep. The good news is that both the old and new image repositories will continue receiving updates, so you don't have to update your template immediately. However, if you'd like to switch to the new naming scheme, you can update your template by changing the repository line: From: ghcr.io/hoarder-app/hoarder:release To: ghcr.io/karakeep-app/karakeep:release You do not have to change any other instance of the word Hoarder in the config, but you can if you would like to. Alternatively, you can stop your existing Hoarder container, use the new Karakeep template in CA and move your existing configuration to the new template. |
Beta Was this translation helpful? Give feedback.
I'm on Unraid and my container was using the old Hoarder repo. I changed to the Karakeep repo as noted by the template author below and everything is working again:
Due to trademark reasons, Hoarder has been rebranded to Karakeep. The good news is that both the old and new image repositories will continue receiving updates, so you don't have to update your template immediately.
However, if you'd like to switch to the new naming scheme, you can update your template by changing the repository line:
From:
ghcr.io/hoarder-app/hoarder:release
To:
ghcr.io/karakeep-app/karakeep:release
You do not have to change any other instance of the word Hoarder in the config, but you can if you would like t…