Gremlin server serialization error ORecordId not found #10007
Unanswered
fenriquez1
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi, This looks like a bug, depending on a specific query I did open a related issue #10008 can you add there an example query that created this problem ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How do I add the serializer "com.orientechnologies.orient.core.id.ORecordId"?
I get the following error when adding or searching for a vertex:
'result': {'data': None, 'meta': {}}, 'status': {'attributes': {...'message': 'Error during serialization: Serializer for type com.orientechnologies.orient.core.id.ORecordId not found'}
I can write and read using gremlin console with no errors.
I'm running orientdb-tp3-3.2.19
Using Python 3.10.12 to connect, read, write to orientDB through gremlin server with gremlinpython 3.6.4.
Gremlin server yaml:
Beta Was this translation helpful? Give feedback.
All reactions