billmanh
ATApache TinkerPop
•Created by billmanh on 8/31/2023 in #questions
Question on running queries in windows env.
I get an error
RuntimeError: Event loop is closed
, but after troubleshooting I notice that my script ran just fine. It crashed after the script eded. I suppose I was just ignoring it at first, but should I? I'm using asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy())
. Should I just ignore the error or should I deal with it? if the latter, how?3 replies
ATApache TinkerPop
•Created by billmanh on 8/26/2023 in #questions
Trying to run a local version for a test, what is the correct serializer?
Windows machine, local host. I can't find the
Running this, https://github.com/bricaud/gremlin-server but updated the version to apache-tinkerpop-gremlin-server-3.7.0
I had issue with the
serializers:
section of the gremlin-conf.yaml
so I commented out to see if the defaults would work. The docker image loads fine, but then I can't seem to connect to it.
My simple test:
My error:
So I'm trying to find out what serializer goes there, but all of my variants are failing. Anyone know what the correct serializer is?
33 replies