load config not found for node [dc994ea0-d5b6-4cbc-b597-53d335b409b9]
palandlom opened this issue · 3 comments
I created some node event
with [ff733301-4d3c-4892-8bfe-7d2c440edb43] by err = sess.Save(&event)
.
Then I created another node action
[dc994ea0-d5b6-4cbc-b597-53d335b409b9] which is connected with event
by some relation and saved branch event--HAS->Action
by err = sess.SaveDepth(&event, 2)
- all is ok.
But when I tried to create another pair (with different UUIDs) event--HAS->Action
and saved it by err = sess.SaveDepth(&event, 2)
I got
load config not found for node [dc994ea0-d5b6-4cbc-b597-53d335b409b9]
... but [dc994ea0-d5b6-4cbc-b597-53d335b409b9] is UUID from previous pair.
What should I check in this case?
Using of functions generated by gogmcli
solved problem
How did u use gogcli to resolve the issue ?
How did u use gogcli to resolve the issue ?
If I remember correctly - I just started to use gogcli-generated functions, and not just add/reme entities from "edge" slices