Skip to content
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

Panic in ClientHandle.hello : called Option::unwrap() on a None value #213

Open
gaspb opened this issue Jan 17, 2024 · 1 comment
Open

Comments

@gaspb
Copy link

gaspb commented Jan 17, 2024

Hi,
We have a test case spawning a clickhouse container (23.12.1-alpine) via testcontainer and trying to connect shortly after via Pool::get_handle

It sometimes panic at this line :
https://github.com/suharev7/clickhouse-rs/blob/async-await/src/lib.rs#L327

Should it return an error instead of unwrapping ?

@nlimpid
Copy link

nlimpid commented May 28, 2024

You might be using this library and attempting to connect to the server via the HTTP protocol (Port 8123), but you should use the clickhouse-client protocol (Port 9000) to connect.

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

No branches or pull requests

2 participants