[GH-ISSUE #733] AI Summarise throws an error #478

Closed
opened 2026-03-02 11:50:11 +03:00 by kerem · 2 comments
Owner

Originally created by @totalcaos on GitHub (Dec 13, 2024).
Original GitHub issue: https://github.com/karakeep-app/karakeep/issues/733

Describe the Bug

I am trying to create a summary of an existing bookmarked page using the AI Summarise feature. Workflow I followed:

  • Click on the arrows button to expand the bookmark
  • Click on the AI Summarise button

At this point, I get a pop up on the web interface notifiying me that there was an error.

I have verified

  • Open API key is valid and working (tagging works)
  • There is sufficient funds in the Open AI account
  • The bookmark link is valid and still accessible

Error Log:
web-1 | s [TRPCError]: No inference client configured web-1 | at /app/apps/web/.next/server/chunks/6815.js:1:30189 web-1 | at h.middlewares (/app/apps/web/.next/server/chunks/440.js:4:33572) web-1 | at a (/app/apps/web/.next/server/chunks/440.js:4:32966) web-1 | at Object.next (/app/apps/web/.next/server/chunks/440.js:4:33078) web-1 | at /app/apps/web/.next/server/chunks/6815.js:1:17092 web-1 | at async a (/app/apps/web/.next/server/chunks/440.js:4:32960) web-1 | at async t (/app/apps/web/.next/server/chunks/440.js:4:32333) web-1 | at async a (/app/apps/web/.next/server/chunks/440.js:4:32960) web-1 | at async a (/app/apps/web/.next/server/chunks/440.js:4:32960) web-1 | at async a (/app/apps/web/.next/server/chunks/440.js:4:32960) { web-1 | code: 'BAD_REQUEST', web-1 | [cause]: undefined web-1 | }

Steps to Reproduce

  • Click on the arrows button to expand the bookmark
  • Click on the AI Summarise button

Expected Behaviour

See a summary of the bookmarked article in question

Screenshots or Additional Context

No response

Device Details

Safari on Mac OS 15.2

Exact Hoarder Version

v 0.19.0

Originally created by @totalcaos on GitHub (Dec 13, 2024). Original GitHub issue: https://github.com/karakeep-app/karakeep/issues/733 ### Describe the Bug I am trying to create a summary of an existing bookmarked page using the AI Summarise feature. Workflow I followed: - Click on the arrows button to expand the bookmark - Click on the AI Summarise button At this point, I get a pop up on the web interface notifiying me that there was an error. I have verified - Open API key is valid and working (tagging works) - There is sufficient funds in the Open AI account - The bookmark link is valid and still accessible Error Log: `web-1 | s [TRPCError]: No inference client configured web-1 | at /app/apps/web/.next/server/chunks/6815.js:1:30189 web-1 | at h.middlewares (/app/apps/web/.next/server/chunks/440.js:4:33572) web-1 | at a (/app/apps/web/.next/server/chunks/440.js:4:32966) web-1 | at Object.next (/app/apps/web/.next/server/chunks/440.js:4:33078) web-1 | at /app/apps/web/.next/server/chunks/6815.js:1:17092 web-1 | at async a (/app/apps/web/.next/server/chunks/440.js:4:32960) web-1 | at async t (/app/apps/web/.next/server/chunks/440.js:4:32333) web-1 | at async a (/app/apps/web/.next/server/chunks/440.js:4:32960) web-1 | at async a (/app/apps/web/.next/server/chunks/440.js:4:32960) web-1 | at async a (/app/apps/web/.next/server/chunks/440.js:4:32960) { web-1 | code: 'BAD_REQUEST', web-1 | [cause]: undefined web-1 | } ` ### Steps to Reproduce - Click on the arrows button to expand the bookmark - Click on the AI Summarise button ### Expected Behaviour See a summary of the bookmarked article in question ### Screenshots or Additional Context _No response_ ### Device Details Safari on Mac OS 15.2 ### Exact Hoarder Version v 0.19.0
kerem 2026-03-02 11:50:11 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@kamtschatka commented on GitHub (Dec 13, 2024):

are you maybe on the old compose file, where there is a web and worker container and you did not add the openAI information to the web container?

<!-- gh-comment-id:2540972825 --> @kamtschatka commented on GitHub (Dec 13, 2024): are you maybe on the old compose file, where there is a web and worker container and you did not add the openAI information to the web container?
Author
Owner

@totalcaos commented on GitHub (Dec 13, 2024):

Yes, that was it. I'd just run a docker pull & not removed the worker / added the OpenAI key to the web container.

  • Removed worker & modified docker-compose.yml

All fixed now. Thanks for your help!

<!-- gh-comment-id:2542457411 --> @totalcaos commented on GitHub (Dec 13, 2024): Yes, that was it. I'd just run a docker pull & not removed the worker / added the OpenAI key to the web container. - Removed worker & modified docker-compose.yml All fixed now. Thanks for your help!
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#478
No description provided.