HDFGroup / h5pyd

h5py distributed - Python client library for HDF Rest API
Other
110 stars 39 forks source link

Client parameter 'domain' does not match server parameter 'host' #65

Closed joeyxp closed 4 years ago

joeyxp commented 4 years ago

According to server restful api spec, parameter 'host' is needed. but in h5pyd, parameter seems to modified as 'domain'. It does now work.

joeyxp commented 4 years ago

I am using docker to have a test. It seems the docker image of h5serv is using master branch, which is too old. I may find the answer and feedback later.