-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GRPC server is down when running the model.ipynb
#3
Comments
Seems like the image is broken. It has to be fixed. The Dockerfile is in https://github.com/eWaterCycle/hype-bmi/, but it's very rotten. |
The apr2020 image does run, but I don't seem to be able to connect to it, even with the basic gprc4bmi functions |
The reason why eWaterCycle doesn't connect, is that the When overwriting the However, upon initialization with a config file the docker container fails with: _InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
status = StatusCode.UNAVAILABLE
details = "Socket closed"
debug_error_string = "UNKNOWN:Error received from peer {created_time:"2023-12-21T13:17:02.851491892+01:00", grpc_status:14, grpc_message:"Socket closed"}"
> Perhaps this has to do with the following comment in the Dockerfiles:
eWaterCycle 2.0 does not mount the input data root directory as /data. |
The entire log of the container is:
Not helpful. |
The GRPC server is down when running the
Hype
model (see the code and the error message below).The text was updated successfully, but these errors were encountered: