You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the HTTP API with a configuration file that does not exist results in: Error: [json.exception.parse_error.101] parse error at line 1, column 1: syntax error while parsing value - unexpected end of input; expected '[', '{', or a literal
Example line to execute: irods_http_api /this_file_does_not_exist.json
The HTTP API should log an error stating that the provided configuration does not exist.
The text was updated successfully, but these errors were encountered:
Running the HTTP API with a configuration file that does not exist results in:
Error: [json.exception.parse_error.101] parse error at line 1, column 1: syntax error while parsing value - unexpected end of input; expected '[', '{', or a literal
Example line to execute:
irods_http_api /this_file_does_not_exist.json
The HTTP API should log an error stating that the provided configuration does not exist.
The text was updated successfully, but these errors were encountered: