const client = gremlin.createClient(
443,
`${subDomain}.gremlin.cosmosdb.azure.com`,
{
session: true,
ssl: true,
user,
password,
},
);
--
You received this message because you are subscribed to the Google Groups "Gremlin-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gremlin-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/a6396282-2988-47ee-a811-097ba9198224%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Error: submit() was not implemented
at RemoteConnection.submit (/Users/woodaaron/Code/src/api-gw/node_modules/gremlin/lib/driver/remote-connection.js:39:11)
at RemoteStrategy.apply (/Users/woodaaron/Code/src/api-gw/node_modules/gremlin/lib/driver/remote-connection.js:66:28)
at promise.then (/Users/woodaaron/Code/src/api-gw/node_modules/gremlin/lib/process/traversal-strategy.js:55:42)
at <anonymous>
at process._tickCallback (internal/process/next_tick.js:182:7)
at Function.Module.runMain (internal/modules/cjs/loader.js:697:11)
at startup (internal/bootstrap/node.js:201:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:516:3)
To unsubscribe from this group and stop receiving emails from it, send an email to gremlin-user...@googlegroups.com.
Error: Server error (no request information): Invalid OpProcessor requested [null] (499)
at Object.keys.forEach.requestId (/Users/woodaaron/Code/src/api-gw/node_modules/gremlin/lib/driver/driver-remote-connection.js:137:15)
at Array.forEach (<anonymous>)
at DriverRemoteConnection._handleMessage (/Users/woodaaron/Code/src/api-gw/node_modules/gremlin/lib/driver/driver-remote-connection.js:132:45)
at WebSocket.DriverRemoteConnection._ws.on.data (/Users/woodaaron/Code/src/api-gw/node_modules/gremlin/lib/driver/driver-remote-connection.js:68:41)
at WebSocket.emit (events.js:180:13)
at Receiver._receiver.onmessage (/Users/woodaaron/Code/src/api-gw/node_modules/gremlin/node_modules/ws/lib/WebSocket.js:141:47)
at Receiver.dataMessage (/Users/woodaaron/Code/src/api-gw/node_modules/gremlin/node_modules/ws/lib/Receiver.js:380:14)
at Receiver.getData (/Users/woodaaron/Code/src/api-gw/node_modules/gremlin/node_modules/ws/lib/Receiver.js:330:12)
at Receiver.startLoop (/Users/woodaaron/Code/src/api-gw/node_modules/gremlin/node_modules/ws/lib/Receiver.js:165:16)
at Receiver.add (/Users/woodaaron/Code/src/api-gw/node_modules/gremlin/node_modules/ws/lib/Receiver.js:139:10)
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/1ff40b33-153f-4169-8e9a-c138ac12f195%40googlegroups.com.
[WARN] WsGremlinBinaryRequestDecoder - Gremlin Server is not configured with a serializer for the requested mime type [application/vnd.gremlin-v3.0+json] - using org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerV1d0 by default
[WARN] AbstractGraphSONMessageSerializerV1d0 - Request [PooledUnsafeDirectByteBuf(ridx: 230, widx: 230, cap: 264)] could not be deserialized by org.apache.tinkerpop.gremlin.driver.ser.AbstractGraphSONMessageSerializerV1d0.
[WARN] OpSelectorHandler - Invalid OpProcessor requested [null]
org.apache.tinkerpop.gremlin.server.op.OpProcessorException: Invalid OpProcessor requested [null]
npm list gremlin
permis...@1.0.0 /Users/timothydalbey/Development/permissioner
└── gre...@3.3.3
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/9139930d-7837-48f4-b895-e78376aff6e8%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gremlin-users/3323bbcc-3ad8-43be-8f92-7d2ec3e14b3b%40googlegroups.com.