hoarder-app / hoarder

A self-hostable bookmark-everything app (links, notes and images) with AI-based automatic tagging and full text search
https://hoarder.app
GNU Affero General Public License v3.0
2.25k stars 74 forks source link

Improve handling of failed crawling jobs #169

Open kamtschatka opened 1 month ago

kamtschatka commented 1 month ago

I have a few bookmarks imported from chrome that fail due to 404/500... errors. They get added (which is fine), but since they also get a response, they go through ollama for tagging and can't really be filtered for in the UI (no indication that something went "wrong" during crawling as in received a statuscode that indicates an error). Would be great if there was a filter that shows bookmarks that failed and exclude them from AI tagging (400+ status code)

MohamedBassem commented 1 month ago

hmmm, not sure I understand what you mean by not found in the UI? Even if the crawler fails, the bookmark will be shown in the UI.