Tommi Enenkel | Alice und Bob

Results 12 comments of Tommi Enenkel | Alice und Bob

I am coming across the same error. My server is running and returning a response. ``` var gremlin = require('gremlin'); const client = gremlin.createClient(8182); var script = 'g.V()'; client.execute(script, function(err,...

I spent about 3 hours trying to figure out what is going on. I might be able to post some intermediary results tonight. I think it has to be something...

At the end of this comment I will post the complete call stack to the error. So assume you have some vertices or anything that returns an actual result and...

It has something to do with the version of Tinkerpop Gremlin Server. I just tried Tinkerpop Gremlin Server 3.2.6 and it worked!

Here is a diff of the 3.2.6 format (left) and the 3.3.0 format (right): https://www.diffchecker.com/V8dE9kCt they changed the way how they render lists.

@raisinbread: ad 1: I agree. It's common enough that it should be sufficient to just mention it in an architecture overview and link to the "Basic Tasks" section of it...

@billehunt I now did move the "basic tasks" before "lithium design". This _feels_ right. Also, it moves "lithium design" and "advanced tasks" closer together, which also feels like a good...

Hey, awesome! I will look at it in the next few days and come back to you. Kind regards!

@stevenroose Hey, i just checked it over night and i made a mistake. There is a chapter on application only oauth2 here: https://github.com/reddit/reddit/wiki/OAuth2#application-only-oauth It states that applications never get a...