Description
`g.with_('requestId', uuid.uuid1()).V().count().toList()`
failed with error `AttributeError: 'UUID' object has no attribute 'replace'`
in line
`uuid.UUID(request_id) # Checks for proper UUID or else server will return an error.`
Attachments
Issue Links
- relates to
-
TINKERPOP-2988 Serialization error throws an Invalid OpProcessor exception when using stream() API
- Closed