Replies: 3 comments 10 replies
-
1.282.0 works fine and your browser logs are not useful. Your server/worker logs might be more useful as well as sharing the actual error |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I was just hit by a similar issue in v1.298.0. python scripts never start to execute - as background runnables or when directly run from script editing window. restarting containers does not change anything, restarting whole docker service also. everything worked fine for weeks. This is not a proper report by any means - just a comment such things happen with windmill. I need to get it back to work and maybe then will have time to describe the issue. |
Beta Was this translation helpful? Give feedback.
-
After updating my self-hosted server to [v1.282.0], all the python script can not be run. I don't know why and how to fix it.
Here is the log in web console:
getWorker: workerId: workerMain.js label: editorWorkerService
Editor.9bI3LOeY.js:409 started client
Editor.9bI3LOeY.js:409 Workspace settings: null
Editor.9bI3LOeY.js:409 Global settings: {}
Editor.9bI3LOeY.js:409 started client
Editor.9bI3LOeY.js:409 Using interpreter executable: /usr/local/bin/ruff
Editor.9bI3LOeY.js:409 Inferred version 0.2.2 for: /usr/local/bin/ruff
Editor.9bI3LOeY.js:409 Found ruff 0.2.2 at /usr/local/bin/ruff
Editor.9bI3LOeY.js:409 Running Ruff with: /usr/local/bin/ruff ['--force-exclude', '--no-cache', '--no-fix', '--quiet', '--output-format', 'json', '-', '--stdin-filename', '/tmp/monaco/iuamkiue0w.py']
Editor.9bI3LOeY.js:409 [Info - 13:16:13] Pyright language server 1.1.351 starting
Editor.9bI3LOeY.js:409 [Info - 13:16:13] Server root directory: file:///usr/local/share/.config/yarn/global/node_modules/pyright/dist
Editor.9bI3LOeY.js:409 [Info - 13:16:13] Starting service instance "windmill"
Editor.9bI3LOeY.js:409 started client
Editor.9bI3LOeY.js:409 [Error - 13:16:14] File or directory "/tmp/monaco/iuamkiue0w.py" does not exist.
Editor.9bI3LOeY.js:409 [Info - 13:16:14] No source files found.
EditorTheme.D7nUzZ3v.js:16 ERR MainThreadFileSystem#$watch(): failed to stat a resource for file watching (extension: nullExtensionDescription, path: file:///usr/local/lib/python3.11, recursive: true, session: 0.847132592515452): EntryNotFound (FileSystemError): file not found
EditorTheme.D7nUzZ3v.js:16 ERR MainThreadFileSystem#$watch(): failed to stat a resource for file watching (extension: nullExtensionDescription, path: file:///root/.local/share/virtualenvs/-x-v5uFv0/lib/python3.11/site-packages, recursive: true, session: 0.18656932385241443): EntryNotFound (FileSystemError): file not found
AppPreview.Cq7lmGoz.js:18 started 018df871-0d4d-8b3a-cc11-fc94188079bd
Editor.9bI3LOeY.js:409 [Error - 13:16:15] Stopping server timed out
Editor.9bI3LOeY.js:409 Stopping client early because of mismatch
Editor.9bI3LOeY.js:408 WebSocket is already in CLOSING or CLOSED state.
Beta Was this translation helpful? Give feedback.
All reactions