You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Valentyn Kahamlyk (Jira)" <ji...@apache.org> on 2024/02/08 21:34:00 UTC

[jira] [Created] (TINKERPOP-3054) RequestId serialization broken in Python GLV

Valentyn Kahamlyk created TINKERPOP-3054:
--------------------------------------------

             Summary: RequestId serialization broken in Python GLV
                 Key: TINKERPOP-3054
                 URL: https://issues.apache.org/jira/browse/TINKERPOP-3054
             Project: TinkerPop
          Issue Type: Improvement
          Components: python
    Affects Versions: 3.7.1, 3.6.6
            Reporter: Valentyn Kahamlyk


`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.`



--
This message was sent by Atlassian Jira
(v8.20.10#820010)