screenpipe icon indicating copy to clipboard operation
screenpipe copied to clipboard

[bug] Obsidian throws error when processing

Open troylar opened this issue 9 months ago • 0 comments

describe the bug Error when clicking Test Analysis

system info

  • os: MacOS 115.4
  • screenpipe version: 0.44.0

additional context

2025-04-08T09:49:57.937410Z ERROR screenpipe_core::pipes: [obsidian] Error in intelligence API: Error: 500 error unmarshalling LLM prediction response: json: cannot unmarshal number into Go struct field CompletionResponse.done_reason of type string
2025-04-08T09:49:57.937822Z WARN  screenpipe_core::pipes: [obsidian]     at new a5 (unknown:1:23)
2025-04-08T09:49:57.937841Z WARN  screenpipe_core::pipes: [obsidian]     at new a8 (.next/server/chunks/992.js:2:121901)
2025-04-08T09:49:57.937857Z WARN  screenpipe_core::pipes: [obsidian]     at new to (unknown:1:23)
2025-04-08T09:49:57.937867Z WARN  screenpipe_core::pipes: [obsidian]     at generate (.next/server/chunks/992.js:2:122553)
2025-04-08T09:49:57.937875Z INFO  screenpipe_core::pipes: [obsidian]     at <anonymous> (.next/server/chunks/992.js:2:136439)
2025-04-08T09:49:57.937888Z WARN  screenpipe_core::pipes: [obsidian]     at processTicksAndRejections (null)
2025-04-08T09:49:57.937893Z WARN  screenpipe_core::pipes: [obsidian]   status: 500,
2025-04-08T09:49:57.937900Z WARN  screenpipe_core::pipes: [obsidian]   headers: [Object],
2025-04-08T09:49:57.937909Z WARN  screenpipe_core::pipes: [obsidian]   request_id: undefined,
2025-04-08T09:49:57.937913Z ERROR screenpipe_core::pipes: [obsidian]   error: [Object],
2025-04-08T09:49:57.938046Z WARN  screenpipe_core::pipes: [obsidian]   code: null,
2025-04-08T09:49:57.938060Z WARN  screenpipe_core::pipes: [obsidian]   param: null,
2025-04-08T09:49:57.938069Z WARN  screenpipe_core::pipes: [obsidian]   type: 'api_error'
2025-04-08T09:49:57.938080Z WARN  screenpipe_core::pipes: [obsidian] }

troylar avatar Apr 08 '25 20:04 troylar