Marc Chakiachvili
Marc Chakiachvili
You may set as well these parameters : - showDuration: 0, - hideDuration: 0, - timeOut: 0, - extendedTimeOut: 0 regards.
> Jumped into the same issue, renaming the folder does the trick! Thanks for saving my day! Exact same here, got a directory named `elasticsearch`, renamed and error disappeared!
Is there any work around available for now? I struggle to find the required css to hide the right one :-)
Just add an empty inlines attributes in your 'classic' Inlines classes, should work fine then.
I'll have a look, this is probabely related to this part of the code: https://github.com/lirmm/waves-core/blob/d79e779696215ec90c02e9d310c8d9b979c830c6/waves/wcore/models/jobs.py#L955 https://github.com/lirmm/waves-core/blob/d79e779696215ec90c02e9d310c8d9b979c830c6/waves/wcore/models/jobs.py#L997 more specifically there https://github.com/lirmm/waves-core/blob/d79e779696215ec90c02e9d310c8d9b979c830c6/waves/wcore/models/jobs.py#L1058 Expected output are created here: https://github.com/lirmm/waves-core/blob/d79e779696215ec90c02e9d310c8d9b979c830c6/waves/wcore/models/jobs.py#L538 https://github.com/lirmm/waves-core/blob/d79e779696215ec90c02e9d310c8d9b979c830c6/waves/wcore/api/v2/serializers/services.py#L36
I finally figured it out. Extension is not used to compute expected output file full name. **Only output value** is used. In fact this was made on purpose because extension...
> in the same way, if output "File name" is inserted without extension : "output" instead of "output.txt". The jobs details page (/waves/jobs/xxxxx) always give an output file 'Not available...
@vincent-lefort can you confirm this has been fixed in v1.6.7?
Hi thank you for your feedback. I am not sure I understand the question, where is the documentation wrong ? and did you manage to finally download an output from...