Mary
Email trigger
Thank you ,both π @Hugo C. I have a step to extract the text_body with the preprocessor , but I might not understand what step means here ,so I might miss the step in it . may I know when you sent an email to the flow I created , could it get the text_body and pass it to input ? why can't I do that π ,would you please set up an email trigger flow , so I could test it on app.windill.dev ? thank you
14 replies
Email trigger
and when I keep the flow running , from time to time I will have the error below Canceled: Job canceled: Flow 0195dd2f-0104-d0c1-20ba-da422c57292e (https://app.windmill.dev/run/0195dd2f-0104-d0c1-20ba-da422c57292e?workspace=demo) was cancelled because it was hanging in between 2 steps. Last ping: Some(2025-03-28T14:36:40.073735Z) (now: 2025-03-28 14:38:03.313944 UTC)
This would happen if a worker was interrupted, killed or crashed while doing a state transition at the end of a job which is always an unexpected behavior that should never happen.
Please check your worker logs for more details and feel free to report it to the Windmill team on our Discord or support@windmill.dev (response for non EE customers will be best effort) with as much context as possible, ideally:
- Windmill version
- Worker logs right after the job referenced has finished running
- Is the error consistent when running the same flow
- A minimal flow and its flow.yaml that reproduces the error and that is importable in a fresh workspace
- Your infra setup (helm, docker-compose, configuration of the workers and their number, memory of the database, etc.)
by monitor
14 replies
swiftclient can't be installed in windmill
I think so , when I ran wmill script generate-metadata f/demo/site_report.py
I have the log below,
This command only works for workspace scripts, for flows inline scripts use
^ LockfileGenerationError: Failed to generate lockfile: execution error: Error locking file: Lock file generation failed. command: /usr/local/bin/uv pip compile -q --no-header requirements.in --strip-extras -o requirements.txt --index-strategy unsafe-best-match --cache-dir /tmp/windmill/cache/uv -p 3.11 --python-preference only-managed ExitStatus("uv", 1) logs: job=01956315-8b81-f3c7-9896-2a4c3ab6e671 tag=python3 worker=wk-default-bb74ff17a372-q03DP hostname=bb74ff17a372 resolving dependencies... content of requirements: swiftclient wmill Γ No solution found when resolving dependencies: β°ββΆ Because there are no versions of swiftclient and you require swiftclient, we can conclude that your requirements are unsatisfiable.
wmill flow generate - locks
Generating metadata for f/demo/site_report.py
file:///C:/Users/testaccount/AppData/Roaming/npm/node_modules/windmill-cli/esm/metadata.js:226
throw new LockfileGenerationError(Failed to generate lockfile: ${response?.["error"]?.["message"]}
);^ LockfileGenerationError: Failed to generate lockfile: execution error: Error locking file: Lock file generation failed. command: /usr/local/bin/uv pip compile -q --no-header requirements.in --strip-extras -o requirements.txt --index-strategy unsafe-best-match --cache-dir /tmp/windmill/cache/uv -p 3.11 --python-preference only-managed ExitStatus("uv", 1) logs: job=01956315-8b81-f3c7-9896-2a4c3ab6e671 tag=python3 worker=wk-default-bb74ff17a372-q03DP hostname=bb74ff17a372 resolving dependencies... content of requirements: swiftclient wmill Γ No solution found when resolving dependencies: β°ββΆ Because there are no versions of swiftclient and you require swiftclient, we can conclude that your requirements are unsatisfiable.
21 replies
swiftclient can't be installed in windmill
py311
anyio==4.8.0
certifi==2025.1.31
h11==0.14.0
httpcore==1.0.7
httpx==0.28.1
idna==3.10
sniffio==1.3.1
typing-extensions==4.12.2
wmill==1.473.0
python-swiftclient==1.3.0
pandas
couchdb
Above are the contents from requirements.txt
21 replies
swiftclient can't be installed in windmill
@rubenf Hey, rubenf, I followed the steps from the guaidences , but I still have the same issue as below resolving dependencies...
content of requirements:
swiftclient
wmill
Γ No solution found when resolving dependencies:
β°ββΆ Because there are no versions of swiftclient and you require
swiftclient, we can conclude that your requirements are unsatisfiable.
I created a requirents.txt, and ran wmill script generate-metadata f/demo/site_report.py ,still fails to get the module which could be seen on https://pypi.org/project/python-swiftclient/1.3.0/
I created a requirents.txt, and ran wmill script generate-metadata f/demo/site_report.py ,still fails to get the module which could be seen on https://pypi.org/project/python-swiftclient/1.3.0/
21 replies