You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It generates a runtime exception that "node has no label", but they actually does:
$ ./bin/neogen generate --export="export.gen"
[RuntimeException]
The node has no label
generate [--export[="..."]]
I figured out that problem could be that nodes could have multiple labels so I tried to use labels instead of label, and it is probably running successfully then:
$ ./bin/neogen generate
0.023596048355103
But the problem is no matter I am specifying --export="export.cql" or using connection setting from yml file - it doesn't output anything anywhere except this times.
The text was updated successfully, but these errors were encountered:
Using example neogen.yml from README:
It generates a runtime exception that "node has no label", but they actually does:
I figured out that problem could be that nodes could have multiple
labels
so I tried to uselabels
instead oflabel
, and it is probably running successfully then:But the problem is no matter I am specifying
--export="export.cql"
or usingconnection
setting from yml file - it doesn't output anything anywhere except this times.The text was updated successfully, but these errors were encountered: