nanoporetech / minknow_api

Protobuf and gRPC specifications for the MinKNOW API
Other
51 stars 12 forks source link

Manager procedures not implemented? #8

Closed JensUweUlrich closed 4 years ago

JensUweUlrich commented 4 years ago

Hi,

I see a strange behaviour when trying to use the Manager Service. I always get the status code 12 (=UNIMPLEMENTED) when executing __list_devices as well as get_version_info. It seems they are not implemented on the server side. For Instance and Device__ I have no problems executing remote procedure calls. Is the Manager also deprecated?

Thanks in advance Jens

0x55555555 commented 4 years ago

Hello, Can you confirm which ports you are talking to for the maanger service, and the version of minknow youre running?

JensUweUlrich commented 4 years ago

I use MinKNOW version 3.5.5. I tried to connect via ports 9502 to 9504 and an insecure gRPC channel w/o success. Is there a possibility to manually change RPC ports in MinKNOW?

0x55555555 commented 4 years ago

9501 should provide the insecure grpc manager API - 9502 will provide grpc-web api's.

Have you tried running the list_devices example as is: https://github.com/nanoporetech/minknow_api/blob/master/examples/list_devices.py

JensUweUlrich commented 4 years ago

9501 seems to work fine. Thanks!