Sending email with attachment is failing when using awsbatch executor #3332
Unanswered
markpanganiban
asked this question in
Q&A
Replies: 5 comments 6 replies
-
please include the full .nextflow.log file |
Beta Was this translation helpful? Give feedback.
0 replies
-
and @robsyme knows the cause of this |
Beta Was this translation helpful? Give feedback.
0 replies
-
Full Logs: nextflow_s3.log |
Beta Was this translation helpful? Give feedback.
0 replies
-
The problem is that the attachment file path is wrapped into a string
it should be
Files are not strings! |
Beta Was this translation helpful? Give feedback.
6 replies
-
Feature request: #3349 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've tested a couple of different versions of sending email but usually still ends up having an error when using awsbatch as executor for both DSL1 and DSL2. Below is the debug and trace logs of the most recent testing using the latest nextflow version. This works when tested with Slurm.
Replication:
Full Logs: nextflow_s3.log
Beta Was this translation helpful? Give feedback.
All reactions