panoptes-organization / panoptes

Monitor computational workflows in real time
MIT License
68 stars 18 forks source link

Code 400 not recognized #175

Open fgvieira opened 8 months ago

fgvieira commented 8 months ago

Describe the bug When running a workflow:

$ snakemake --cores 70 --snakefile ../../workflow/Snakefile --configfile config/config.yaml --printshellcmds --software-deployment-method conda apptainer --conda-prefix /tmp/cache/conda --wms-monitor http://panoptes_host:10000

I get the message:

The /api/workflow/1 response code 400 is not recognized.Assuming unrestricted shared filesystem usage for local execution.
Building DAG of jobs...                         
[...]

panoptes seems to work fine, but just wondering about the unrecognized code 400 (bad request?).

To Reproduce Run a snakemake workflow with argument --wms-monitor.

Expected behavior No message.

Screenshots or logs image

Desktop (please complete the following information):

mfansler commented 2 months ago

Seeing same message with panoptes-ui=0.2.3, snakemake=8.15.2.

fgypas commented 3 days ago

Sorry for my late reply. I have not moved to version 8 yet. Will try to work on it.