When I try to test scripts through preview, it shows that the execution has started to install dependency but then is stuck like the example below:
Checking the audit logs from the web UI, I can see that the execution has completed successfully, but the VS code preview still showing the above image.
After checking the output the last log entries are:
wmPath: f/experiments/delete_s3_bucket|f,experiments,delete_s3_bucket
checking if /wmill.yaml exists: 0 3
/wmill.yaml exists! defaultTs: bun, codebases:[]
/wmill.yaml exists! defaultTs: bun, codebases:[]
reading lock file: /home/memos/projects/chaos-kitty/f/experiments/delete_s3_bucket.script.lock
reading lock file: /home/memos/projects/chaos-kitty/f/experiments/delete_s3_bucket.script.lock
sending message: {"lang":"python3","wmPath":"f/experiments/delete_s3_bucket","rsn":"start"}
sending message: {"lang":"python3","wmPath":"f/experiments/delete_s3_bucket","rsn":"start"}
refreshing
reading lock file: /home/memos/projects/chaos-kitty/f/experiments/delete_s3_bucket.script.lock
sending message: {"lang":"python3","wmPath":"f/experiments/delete_s3_bucket","rsn":"refresh message"}
Any idea why this is happening? I am using VS code with WSL2 and every other aspect of wmill integrations are working fine.
When I try to test scripts through preview, it shows that the execution has started to install dependency but then is stuck like the example below:
Checking the audit logs from the web UI, I can see that the execution has completed successfully, but the VS code preview still showing the above image.
After checking the output the last log entries are:
Any idea why this is happening? I am using VS code with WSL2 and every other aspect of wmill integrations are working fine.