sigcore
sigcore
WWindmill
Created by sigcore on 3/23/2024 in #help
Database migration error during upgrade
No description
9 replies
WWindmill
Created by sigcore on 12/14/2023 in #help
Internal server error when using ai code generator
I tried using the ai generator in the runnable editor and get this error: Failed to generate code: Internal Server Error In the logs, it says: ERROR request: windmill_common::error: error="Internal: Embeddings db not initialized" Is there some sort of embeddings db I need to set up? I might've missed it in the docs, but I didn't see it mentioned specifically on https://www.windmill.dev/docs/core_concepts/ai_generation either
19 replies
WWindmill
Created by sigcore on 7/14/2023 in #help
Error when running wmill sync pull due to temp dir?
I'm trying to run wmill sync pull for the first time (on a macbook) and it's immediately throwing this error:
❯ wmill sync pull
Computing the files to update locally to match remote (taking .wmillignore into account)
Failed to request tarball from API Internal Server Error
error: Uncaught Error: IO error: Permission denied (os error 13) at path "/usr/src/app/./.tmpIEeDXc"
throw new Error(await zipResponse.text());
^
at downloadZip (https://deno.land/x/wmill@v1.131.0/pull.ts:36:11)
at eventLoopTick (ext:core/01_core.js:183:11)
at async Command.pull [as actionHandler] (https://deno.land/x/wmill@v1.131.0/sync.ts:416:6)
at async Command.execute (https://deno.land/x/cliffy@v1.0.0-rc.2/command/command.ts:1948:7)
at async Command.parseCommand (https://deno.land/x/cliffy@v1.0.0-rc.2/command/command.ts:1780:14)
at async https://deno.land/x/wmill@v1.131.0/main.ts:130:3
❯ wmill sync pull
Computing the files to update locally to match remote (taking .wmillignore into account)
Failed to request tarball from API Internal Server Error
error: Uncaught Error: IO error: Permission denied (os error 13) at path "/usr/src/app/./.tmpIEeDXc"
throw new Error(await zipResponse.text());
^
at downloadZip (https://deno.land/x/wmill@v1.131.0/pull.ts:36:11)
at eventLoopTick (ext:core/01_core.js:183:11)
at async Command.pull [as actionHandler] (https://deno.land/x/wmill@v1.131.0/sync.ts:416:6)
at async Command.execute (https://deno.land/x/cliffy@v1.0.0-rc.2/command/command.ts:1948:7)
at async Command.parseCommand (https://deno.land/x/cliffy@v1.0.0-rc.2/command/command.ts:1780:14)
at async https://deno.land/x/wmill@v1.131.0/main.ts:130:3
The path changes each time, but doesn't seem to be using any of the common environment variables like TMPDIR. Is there a setting to change where the wmill cli stores temporary files?
41 replies