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
$ orthanc -s https://httpbin.org patient list
Error expected value at line 1 column 1
The HTTP request is successful, but what we receive back is not JSON, so serde_json returns an error (probably here)
Need to figure out how to deal with these kinds of errors.
The text was updated successfully, but these errors were encountered:
The HTTP request is successful, but what we receive back is not JSON, so
serde_json
returns an error (probably here)Need to figure out how to deal with these kinds of errors.
The text was updated successfully, but these errors were encountered: