You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the main branch, when clicking on Rebuild, then, rebuild button gives an error, without building the pipeline. Run Button works fine.
Expected behavior:
Rebuild must rebuild the pipeline, and run it.
Actual behavior:
Steps to reproduce:
Run go server, by go run .
Run the client
From core pipelines, drag them to workspace, and click Rebuild.
Zetaforge version:
0.3.2
Operating System
MacOs
Other operating system:
No response
Logs:
Node.js logs:
[13:44:36.409] ERROR (90857) <file://server/middleware.ts:13:12>: Server returned an error
err: {
"type": "Error",
"message": "ENOENT: no such file or directory, scandir '/Users/kaganrua/Library/Application Support/zetaforge/.cache/pipeline-y67j70mliceo/file-6wt21sinahw9'",
"stack":
Error: ENOENT: no such file or directory, scandir '/Users/kaganrua/Library/Application Support/zetaforge/.cache/pipeline-y67j70mliceo/file-6wt21sinahw9'
at read (node:fs:1431:5)
at readdirSyncRecursive (node:fs:1454:5)
at Object.readdir (node:fs:1482:20)
at Object.t.readdir (node:electron/js2c/node_init:2:10631)
at node:internal/util:375:7
at new Promise (<anonymous>)
at Object.readdir (node:internal/util:361:12)
at getDirectoryFilesRecursive (file:///Users/kaganrua/Desktop/zetaforge-github/zetaforge/frontend/server/fileSystem.js:134:28)
at uploadDirectory (file:///Users/kaganrua/Desktop/zetaforge-github/zetaforge/frontend/server/s3.js:82:23)
at file:///Users/kaganrua/Desktop/zetaforge-github/zetaforge/frontend/server/pipelineSerialization.js:285:9
"errno": -2,
"syscall": "scandir",
"code": "ENOENT",
"path": "/Users/kaganrua/Library/Application Support/zetaforge/.cache/pipeline-y67j70mliceo/file-6wt21sinahw9"
}
Anvil logs:
[GIN] 2024/08/13 - 13:45:25 | 200 | 30.318172ms | ::1 | GET "/pipeline/filter?limit=100000&offset=0"
Handling connection for 8333
[GIN] 2024/08/13 - 13:45:25 | 200 | 15.022954ms | ::1 | GET "/pipeline/filter?limit=100000&offset=0"
[GIN] 2024/08/13 - 13:45:27 | 200 | 37.645µs | ::1 | GET "/ping"
Handling connection for 8333
Handling connection for 8333
Handling connection for 8333
Handling connection for 8333
Handling connection for 8333
Handling connection for 8333
Handling connection for 8333
[GIN] 2024/08/13 - 13:45:27 | 200 | 1.742452ms | ::1 | POST "/build-context-status"
Handling connection for 8333
Handling connection for 8333
Handling connection for 8333
Handling connection for 8333
Handling connection for 8333
Handling connection for 8333
Handling connection for 8333
Handling connection for 8333
Handling connection for 8333
Recording:
No response
Anything else?:
No response
The text was updated successfully, but these errors were encountered:
Summary:
On the main branch, when clicking on Rebuild, then, rebuild button gives an error, without building the pipeline. Run Button works fine.
Expected behavior:
Rebuild must rebuild the pipeline, and run it.
Actual behavior:
Steps to reproduce:
Zetaforge version:
0.3.2
Operating System
MacOs
Other operating system:
No response
Logs:
Recording:
No response
Anything else?:
No response
The text was updated successfully, but these errors were encountered: