add_data_to_graph.sh errors out for older versions of curl
#213
Labels
type:bug
Defects in shipped code and fixes for those defects
curl
#213
Is there an existing issue for this?
Expected Behavior
For JSONLD data in specified directory to be successfully added to the graph without errors.
Current Behavior
curl
error resulting in data not being added (confirmed by checking triple count in database).Error message
Environment
How to reproduce
No response
Anything else?
According to the
curl
docs,--no-progress-meter
was added in 7.67.0, while shared data servers like the BIC may have older versions of the tool.An alternative to suppress the progress meter while still showing the response headers may be replace
--show-progress-meter
with a combination of the following arguments:How do we fix it
curl --version
here is a helpful little snippet, courtesy of gtp:
The text was updated successfully, but these errors were encountered: