pyguppyclient icon indicating copy to clipboard operation
pyguppyclient copied to clipboard

Connecting to server as ''

Open chriscnc opened this issue 3 years ago • 2 comments

Guppy Basecall Server version=5.1.15

When I try the "simplest usage" example from the README, I just get this...

[2022-03-07 14:39:31.089212] [0x00007f0e441b2700] [info] Connecting to server as '' [2022-03-07 14:39:39.097160] [0x00007f0e441b2700] [info] Connecting to server as ''

repeated, which looks like it is attempting to connect over and over. I grepped this repo and did not find that message string, so I assume it is coming from inside the ont-pyguppy-client-lib (5.0.7 in my venv)

Thanks, Chris

chriscnc avatar Mar 07 '22 14:03 chriscnc

I have a similar problem.

I am using Guppy basecaller version = 6.1.2

I got the same error as, [2022-05-10 08:44:56.256429] [0x00007f11efcb5700] [info] Connecting to server as ''

then I found out that guppy_server is not starting using TCP port, so I add "--use_tcp" option when I launch the guppy server,

nanopore]$ guppy_basecall_server --config dna_r9.4.1_450bps_fast.cfg -p 5555 -l /tmp/guppy -x 'cuda:0' --use_tcp

then I cound connect to the port, but I got another error as

[2022-05-10 08:44:56.257481] [0x00007f11efcb5700] [info] Connection error. [bad_reply] Could not interpret message from server for request: LOAD_CONFIG. Reply: INVALID_PROTOCOL

tcp coonection is seems ok but I wonder why I am gettgin this error.

Thanks Hiroki

uedaLabR avatar May 10 '22 00:05 uedaLabR

Hi, same problem here. I guess there is no support for guppy v6. @iiSeymour you plan to add it?

lpryszcz avatar May 23 '22 11:05 lpryszcz