aneoconsulting / ArmoniK.Api

Defines and provides prebuilt gRPC API to interact with ArmoniK
https://aneoconsulting.github.io/ArmoniK.Api/
Apache License 2.0
10 stars 11 forks source link

Failed to connect to remote host: FD Shutdown #528

Closed Pyrrha closed 1 month ago

Pyrrha commented 4 months ago

Hello,

Since an upgrade of ArmoniK in 2.18.1, the Python SDK does no longer connect to ArmoniK controlplane. I did upgrade from armonik==3.17.0 to armonik==3.18.1.

Is there a way something breaks between those versions? We're using a proxy to connect through controlplane.

Thanks

dbrasseur-aneo commented 2 months ago

Hi, do you still have the issue ? If so could you please send any logs would might have (control plane and client) ? Are you using the Python Client on Linux or Windows ? Have you setup the "http_proxy" env var ? Can you try with grpcio and grpcio-tools version 1.62.2 installed ? Thanks

EDIT: I just noticed that the 2.18.1 version of ArmoniK control plane is using Api 3.15.1. We have should not have had breaking changes between the 3.15.1 and 3.18.1, but the grpc versions are different

Pyrrha commented 2 months ago

Hello,

Thanks for your feedback.

We're planning an ArmoniK upgrade today, I'll keep you in touch about it. In parallel, I'll also upgrade my SDK version (even if it shouldn't be relevant for this issue)

Pyrrha commented 1 month ago

Hello,

The issue is not encountered anymore, I close this issue 😃