Skip to content
This repository has been archived by the owner on Aug 15, 2022. It is now read-only.

Connecting to server as '' #13

Open
chriscnc opened this issue Mar 7, 2022 · 2 comments
Open

Connecting to server as '' #13

chriscnc opened this issue Mar 7, 2022 · 2 comments

Comments

@chriscnc
Copy link

chriscnc commented Mar 7, 2022

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

@uedaLabR
Copy link

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

@lpryszcz
Copy link
Contributor

lpryszcz commented May 23, 2022

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants