sigcoreS
Windmill3y ago
40 replies
sigcore

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


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?
Was this page helpful?