-
Notifications
You must be signed in to change notification settings - Fork 3
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
Connection reset by peer. #10
Comments
Maybe SSL? |
@isoos am not using SSL, its disabled. its on my local dev machine. |
Not sure. I had once an issue with a dockerized cassandra instance, but don't recall which distribution it was. cassandart/lib/src/cluster.dart Line 212 in 788a4bb
|
The func did not through any error. But i noticed; |
I'm not sure. Did you try to execute a query or something else? We'll need more debug information (incl. versions used) or stacktraces... |
I gave a try and had the same connectivity issue .I replaced localhost with 127.0.0.1 and the db connect was successful . However I had another issue with the database query in the code I simply removed the code block and used a tool to connect and browse the db . The driver was able to create table tbl and data looks good |
Hi, am playing with the driver, i first have fresh setup of 3 nodes cluster locally. Then i try the driver;
i immediately get the following error.
using python driver with the same fresh setup after this error, it does not produce with python.
Any idea,
Thanks.
The text was updated successfully, but these errors were encountered: