Closed mttchrry closed 7 years ago
when I run the following lines of code with bolt "github.com/johnnadratowski/golang-neo4j-bolt-driver" imported :
bolt "github.com/johnnadratowski/golang-neo4j-bolt-driver"
driver := bolt.NewDriver() //neo4jUrl := "bolt://localhost:7687" conn, err := driver.OpenNeo("bolt://localhost:7687") if err != nil { return nil, err }
I get the error: An error occurred decoding ack failure message response Couldn't read expected bytes for message length. Read: 0 Expected: 2.
I'm on windows, and double checked my config that it should be 7687 for bolt connections. Any help?
yeah, didn't include username/password.. oops. Archaic response though.
Why is the username / password connection pattern not documented anywhere?
when I run the following lines of code with
bolt "github.com/johnnadratowski/golang-neo4j-bolt-driver"
imported :I get the error: An error occurred decoding ack failure message response Couldn't read expected bytes for message length. Read: 0 Expected: 2.
I'm on windows, and double checked my config that it should be 7687 for bolt connections. Any help?