rpuga
JJanusGraph
•Created by rpuga on 11/17/2023 in #questions
Unable to use next() in gremlin-python
Update: the Java solution also worked, thank you very much!
14 replies
JJanusGraph
•Created by rpuga on 11/17/2023 in #questions
Unable to use next() in gremlin-python
Thank you for the examples, they are very useful!
I used your .yaml file, and now gremlin-python works. Earlier, I forgot to specify the serializer. I added the following and now it works OK:
I'll try your solution for the Java code as well. Thanks!
14 replies
JJanusGraph
•Created by rpuga on 11/17/2023 in #questions
Unable to use next() in gremlin-python
Hi, yes, here is the yaml file is attached.
And here is the error:
BTW: When I enable the
GraphSONMessageSerializerV3
serializer in the yaml config file, I also get the same error from a Java app that connects to JanusGraph (my Java app works fine with the default serializer):
14 replies
JJanusGraph
•Created by rpuga on 11/17/2023 in #questions
Unable to use next() in gremlin-python
Thanks for the suggestion. Unfortunately, after setting the serializer to
GraphSONMessageSerializerV3
I get the following error 😦
14 replies
JJanusGraph
•Created by rpuga on 11/17/2023 in #questions
Unable to use next() in gremlin-python
Also,
g.V().count().next()
works, but g.V().next()
yields the same KeyError
14 replies