[GH-ISSUE #1488] AI summarize & tag not work #938

Closed
opened 2026-03-02 11:53:52 +03:00 by kerem · 0 comments
Owner

Originally created by @svefnz on GitHub (May 28, 2025).
Original GitHub issue: https://github.com/karakeep-app/karakeep/issues/1488

Describe the Bug

deploy in: docker compose

version: 0.24.1 (release)

use api /api/v1/bookmarks/:bookmarkId/summarize return the same result as:

Error: 404 <html>
<head><title>404 Not Found</title></head>
<body>
<center><h1>404 Not Found</h1></center>
<hr><center>nginx</center>
</body>
</html>

    at s.generate (/app/apps/web/.next/server/chunks/3258.js:19:78521)
    ... 8 lines matching cause stack trace ...
    at async t (/app/apps/web/.next/server/chunks/3258.js:4:45731) {
  cause: m [Error]: 404 <html>
  <head><title>404 Not Found</title></head>
  <body>
  <center><h1>404 Not Found</h1></center>
  <hr><center>nginx</center>
  </body>
  </html>
  
      at s.generate (/app/apps/web/.next/server/chunks/3258.js:19:78521)
      at tP.makeStatusError (/app/apps/web/.next/server/chunks/3258.js:19:69206)
      at tP.makeRequest (/app/apps/web/.next/server/chunks/3258.js:19:70150)
      at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
      at async ej.inferFromText (/app/apps/web/.next/server/chunks/6815.js:1:29723)
      at async /app/apps/web/.next/server/chunks/6815.js:12:200
      at async h.middlewares (/app/apps/web/.next/server/chunks/3258.js:4:46337)
      at async g (/app/apps/web/.next/server/chunks/3258.js:7:68)
      at async g (/app/apps/web/.next/server/chunks/3258.js:7:68)
      at async t (/app/apps/web/.next/server/chunks/3258.js:4:45731) {
    status: 404,
    headers: {
      'cf-cache-status': 'DYNAMIC',
      'cf-ray': '946cec543d4314dc-LAX',
      'content-encoding': 'gzip',
      'content-type': 'text/html',
      date: 'Wed, 28 May 2025 10:03:37 GMT',
      server: 'deno/gcp-us-west2',
      'set-cookie': '__cf_bm=6OS.ncR44b2.wN1rO.EJMFR6anIPxi9nWK2PwE7qShw-1748426617-1.0.1.1-NUHGHmIqstO4e7Txmq_nahoxR7N74mtzZCv6eC39YtupCi21plQENBb7ZHXDp1mNxdGjDna0EoALZhg7sq_vpc9IlNRBgisok4el8FywxC8; path=/; expires=Wed, 28-May-25 10:33:37 GMT; domain=.api.openai.com; HttpOnly; Secure; SameSite=None, _cfuvid=LJcbLoh2A5_8GcSPnJSyq2YJuNHVePpTjjkAANUda8g-1748426617048-0.0.1.1-604800000; path=/; domain=.api.openai.com; HttpOnly; Secure; SameSite=None',
      'strict-transport-security': 'max-age=31536000; includeSubDomains; preload',
      'transfer-encoding': 'chunked',
      vary: 'Accept-Encoding',
      via: 'http/1.1 edgeproxy-h',
      'x-content-type-options': 'nosniff'
    },
    request_id: undefined,
    error: undefined,
    code: undefined,
    param: undefined,
    type: undefined
  },
  code: 'INTERNAL_SERVER_ERROR',
  name: 'TRPCError'
}

Steps to Reproduce

_

Expected Behaviour

_

Screenshots or Additional Context

No response

Device Details

Debian12 Docker compose

Exact Karakeep Version

0.24.1

Have you checked the troubleshooting guide?

  • I have checked the troubleshooting guide and I haven't found a solution to my problem
Originally created by @svefnz on GitHub (May 28, 2025). Original GitHub issue: https://github.com/karakeep-app/karakeep/issues/1488 ### Describe the Bug deploy in: `docker compose` version: `0.24.1 (release)` > use api `/api/v1/bookmarks/:bookmarkId/summarize` return the same result as: ``` Error: 404 <html> <head><title>404 Not Found</title></head> <body> <center><h1>404 Not Found</h1></center> <hr><center>nginx</center> </body> </html> at s.generate (/app/apps/web/.next/server/chunks/3258.js:19:78521) ... 8 lines matching cause stack trace ... at async t (/app/apps/web/.next/server/chunks/3258.js:4:45731) { cause: m [Error]: 404 <html> <head><title>404 Not Found</title></head> <body> <center><h1>404 Not Found</h1></center> <hr><center>nginx</center> </body> </html> at s.generate (/app/apps/web/.next/server/chunks/3258.js:19:78521) at tP.makeStatusError (/app/apps/web/.next/server/chunks/3258.js:19:69206) at tP.makeRequest (/app/apps/web/.next/server/chunks/3258.js:19:70150) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async ej.inferFromText (/app/apps/web/.next/server/chunks/6815.js:1:29723) at async /app/apps/web/.next/server/chunks/6815.js:12:200 at async h.middlewares (/app/apps/web/.next/server/chunks/3258.js:4:46337) at async g (/app/apps/web/.next/server/chunks/3258.js:7:68) at async g (/app/apps/web/.next/server/chunks/3258.js:7:68) at async t (/app/apps/web/.next/server/chunks/3258.js:4:45731) { status: 404, headers: { 'cf-cache-status': 'DYNAMIC', 'cf-ray': '946cec543d4314dc-LAX', 'content-encoding': 'gzip', 'content-type': 'text/html', date: 'Wed, 28 May 2025 10:03:37 GMT', server: 'deno/gcp-us-west2', 'set-cookie': '__cf_bm=6OS.ncR44b2.wN1rO.EJMFR6anIPxi9nWK2PwE7qShw-1748426617-1.0.1.1-NUHGHmIqstO4e7Txmq_nahoxR7N74mtzZCv6eC39YtupCi21plQENBb7ZHXDp1mNxdGjDna0EoALZhg7sq_vpc9IlNRBgisok4el8FywxC8; path=/; expires=Wed, 28-May-25 10:33:37 GMT; domain=.api.openai.com; HttpOnly; Secure; SameSite=None, _cfuvid=LJcbLoh2A5_8GcSPnJSyq2YJuNHVePpTjjkAANUda8g-1748426617048-0.0.1.1-604800000; path=/; domain=.api.openai.com; HttpOnly; Secure; SameSite=None', 'strict-transport-security': 'max-age=31536000; includeSubDomains; preload', 'transfer-encoding': 'chunked', vary: 'Accept-Encoding', via: 'http/1.1 edgeproxy-h', 'x-content-type-options': 'nosniff' }, request_id: undefined, error: undefined, code: undefined, param: undefined, type: undefined }, code: 'INTERNAL_SERVER_ERROR', name: 'TRPCError' } ``` ### Steps to Reproduce _ ### Expected Behaviour _ ### Screenshots or Additional Context _No response_ ### Device Details Debian12 Docker compose ### Exact Karakeep Version 0.24.1 ### Have you checked the troubleshooting guide? - [x] I have checked the troubleshooting guide and I haven't found a solution to my problem
kerem 2026-03-02 11:53:52 +03:00
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#938
No description provided.