jiamo opened a new issue, #1956:
URL: https://github.com/apache/incubator-hugegraph/issues/1956

   ### Bug Type (问题类型)
   
   other exception / error (其他异常报错)
   
   ### Before submit
   
   - [X] 我已经确认现有的 [Issues](https://github.com/hugegraph/hugegraph/issues) 与 
[FAQ](https://hugegraph.github.io/hugegraph-doc/guides/faq.html) 中没有相同 / 重复问题
   
   ### Environment (环境信息)
   
   
{"versions":{"version":"v1","core":"0.12.0.0","gremlin":"3.4.3","api":"0.67.0.0"}}
   
   ### Expected & Actual behavior (期望与实际表现)
   
   using
   ```
   from gremlin_python.process.anonymous_traversal import traversal
   from gremlin_python.driver.driver_remote_connection import 
DriverRemoteConnection
   g = 
traversal().withRemote(DriverRemoteConnection('ws://localhost:8182/gremlin','g'))
   g.V().toList()
   ```
   
   go such message:
   
   > Received error message '{'requestId': 
'd54700b9-dab1-4009-bde1-cab119ad1ef4', 'status': {'code': 499, 'message': 'The 
traversal source [g] for alias [g] is not configured on the server.', 
'attributes': {}}, 'result': {'meta': {}, 'data': None}}'
   
   
   change to `g = 
traversal().withRemote(DriverRemoteConnection('ws://localhost:8182/gremlin','hugegraph'))`
 is not ok too.
   
   
   the normal tool 
   ```
   /bin/hugegraph --url http://127.0.0.1:8080 --graph hugegraph gremlin-execute 
--script "g.V().toList()"
   ```
   
   is ok
   
   ### Vertex/Edge example (问题点 / 边数据举例)
   
   _No response_
   
   ### Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to