Closed samuell closed 9 months ago
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
.json
./scripts/upload_sample.sh \ --api localhost:8011 \ --group default \ -u admin \ -p admin \ --input SRR12149876_result.json
Expected behavior Would expect the upload to succeed.
Actual behaviour I got this error message:
$ ./scripts/upload_sample.sh \ --api localhost:8011 \ --group default \ -u admin \ -p admin \ --input SRR12149876_result.json login upload sample json WARNING: tempfile is deprecated; consider using mktemp instead. ./scripts/upload_sample.sh: line 90: /home/shl/opt/mc3/bin/curl: Argument list too long
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
.json
file that is more than around 9000-10000 rows long (e.g. the result of running this data via Jasen), like so:Expected behavior Would expect the upload to succeed.
Actual behaviour I got this error message: