Chris @ Konnect3dC
Windmillโ€ข17mo agoโ€ข
10 replies
Chris @ Konnect3d

Failed to request tarball from API Bad RequestSql error (RESOLVED)

Hi, i'm encountering a strange error.

$> wmill sync push
No defaultTs defined in your wmill.yaml. Using 'bun' as default.
Computing the files to update on the remote to match local (taking .wmillignore into account)
Failed to request tarball from API Bad Request
error: Uncaught (in promise) Error: Sql error: no column found for name: starred
throw new Error(await zipResponse.text());
^
at downloadZip (https://deno.land/x/wmill@v1.342.0/pull.ts:56:11)
at eventLoopTick (ext:core/01_core.js:168:7)
at async Command.push [as actionHandler] (https://deno.land/x/wmill@v1.342.0/sync.ts:1060:6)
at async Command.execute (https://deno.land/x/cliffy@v1.0.0-rc.4/command/command.ts:1937:7)
at async Command.parseCommand (https://deno.land/x/cliffy@v1.0.0-rc.4/command/command.ts:1769:14)
at async https://deno.land/x/wmill@v1.342.0/main.ts:156:3


I'm unsure where to begin to debug. Any pointers?
Was this page helpful?