fli-iam / shanoir-ng

Shanoir (SHAring iN vivO Imaging Resources)
GNU General Public License v3.0
21 stars 22 forks source link

Cannot download ofsep statistics #2402

Closed jcomedouteau closed 3 weeks ago

jcomedouteau commented 1 month ago

datasets-1 | java.io.FileNotFoundException: /tmp/202/shanoirExportStatistics.tsv (No such file or directory) datasets-1 | at java.base/java.io.FileInputStream.open0(Native Method) datasets-1 | at java.base/java.io.FileInputStream.open(Unknown Source) datasets-1 | at java.base/java.io.FileInputStream.(Unknown Source) datasets-1 | at org.shanoir.ng.dataset.controler.DatasetApiController.zipSingleFile(DatasetApiController.java:512) datasets-1 | at org.shanoir.ng.dataset.controler.DatasetApiController.downloadStatistics(DatasetApiController.java:638)

Zip seems to be generated. But tsv is not generated correctly.

image

jcomedouteau commented 1 month ago

Actually it seems to be working with a simpler request. Maybe my request is not OK

jcomedouteau commented 1 month ago

The Cohorte Principale. request seems to fail everything (the other ones are OK, CISCO. for example)

jcomedouteau commented 1 month ago

Seems to be linked to request duration -> An eskem time limitation for requests ?

pierrehenri-dauvergne commented 4 weeks ago

Request durations in stats export should be fixed by https://github.com/fli-iam/shanoir-ng/pull/2416

jcomedouteau commented 3 weeks ago

Corrected