WindmillWWindmill
Powered by
sigcoreS
Windmill•3y ago•
40 replies
sigcore

Error when running wmill sync pull due to temp dir?

I'm trying to run
wmill sync pull
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?
WindmillJoin
3,362Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?
Recent Announcements
henri-c

Weekly kenote to tell you about our latest updates https://discord.com/channels/930051556043276338/1278977038430240813 https://youtube.com/live/2dGd9TdT8xs?feature=share

henri-c · 4d ago

Pyra

### HTTP tracing (EE) Capture HTTP requests made by job scripts as observability spans Features: - View HTTP request traces (method, URL, status, timing) in the job details UI - Auto-instrumentation for Native TypeScript, MITM proxy for other languages - Integrates with external OpenTelemetry collectors changelog: https://www.windmill.dev/changelog/http-tracing docs: https://www.windmill.dev/docs/advanced/instance_settings#http-tracing Additionally jobs memory metrics are now fully OSS!

Pyra · 2w ago

henri-c

First keynote of the year here https://discord.com/channels/930051556043276338/1278977038430240813 🙂

henri-c · 4w ago

Similar Threads

wmill sync push error
NaillikNNaillik / help
2y ago
wmill cli sync error
SindreSSindre / help
3y ago
wmill sync pull does not sync plain files as documented
Julian @ 42 N.E.R.D.S.JJulian @ 42 N.E.R.D.S. / help
16mo ago
wmill sync resource deletion
hkaderHhkader / help
14mo ago