Git Product home page Git Product logo

Comments (6)

isoos avatar isoos commented on May 14, 2024

Maybe SSL?

from cassandart.

uwejan avatar uwejan commented on May 14, 2024

@isoos am not using SSL, its disabled. its on my local dev machine.

from cassandart.

isoos avatar isoos commented on May 14, 2024

Not sure. I had once an issue with a dockerized cassandra instance, but don't recall which distribution it was.
What's the full stacktrace? Can you debug the state around this code? (either in debug mode or printing some strings)

final socket = await Socket.connect(host, port);

from cassandart.

uwejan avatar uwejan commented on May 14, 2024

The func did not through any error. But i noticed;
removing;
await Future.delayed(Duration(seconds: 5));
And stopping client does not through the error, not sure What is going on. Could it be the delay fucn, is freezing the connection, but does not make a sense.

from cassandart.

isoos avatar isoos commented on May 14, 2024

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...

from cassandart.

shyaml avatar shyaml commented on May 14, 2024

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

from cassandart.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.