Replies: 2 comments 2 replies
-
Hi, could you please provide more info, including:
|
Beta Was this translation helpful? Give feedback.
1 reply
-
您好,
利用这个语句sub_graph=interactive.subgraph("g.V().has('trmnl_black_flag',1).outE('register')"),可以建立子图成功。
利用3..4跳这种语句,就不能了
sub_graph=interactive.subgraph("g.V().has('trmnl_black_flag',1).both('3..4','register')")
报错如下:
GremlinServerError: 500: Status{code=UNKNOWN, description=execution_error: user error: kind(Unknown), caused
by:Unexpected data type in exec neither vertex nor edge in GraphWriter, cause=null}
请问,这是什么原因呢?
Message ID: ***@***.***>
|
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
Uh oh!
There was an error while loading. Please reload this page.
-
sub_graph=interactive.subgraph("g.V().has('trmnl','trmnl_black_flag',1).bothE('register')")
在建立子图报错:GremlinServerError: 500: Status{code=UNAVAILABLE, description=Network closed for unknown reason, cause=null}
Loading vertex labeled _ and edge labeled _: 0%| | 0/10 [00:00<?, ?it/s]2023-09-06 14:46:05,939 [INFO][coordinator:546]: Clean up resources, cleanup_instance: True, is_dangling: False
Beta Was this translation helpful? Give feedback.
All reactions