-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Excution ERR['int' object does not support indexing] #10
Comments
Tracing log says "TypeError: 'int' object does not support indexing"
So, I think variable 'x' is int value, and 'x[0]' is not supported. |
@rhizome-ai I posted a question about traversing recursively a graph, can you please have a look? https://stackoverflow.com/q/70213240/5713751 |
I think you should call graph_dom(did) recursively in the children loop .
|
I tried that approach and it didn't work. here is my notebook |
Fix Agtype parser #13 |
I'm trying to run a recursive query that will enable me to process the nodes which can be used for additional operations, and came across the error above:
when I tested individual queries, they works perfectly
The text was updated successfully, but these errors were encountered: