-
Notifications
You must be signed in to change notification settings - Fork 62
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
Graph window stuck in an infinite loading state #673
Comments
Which version of studio/nebulagraph was used, please? |
For Nebula-graph : 3.6.0 |
Any chance you could help provide the browser console log or other things that could help with the root cause analysis/ reproducing of the problem? |
Please @huaxiabuluo help take a look at this, anything @vaibhavkgiradkar could help collect to help address it? |
@wey-gu for logs: can you help me with steps to find it? |
for the browser log, just open the dev tool window in studio view and then try reproduce it to see what it says in the console. normally it's the traceback log. i.e in chrome: console_log_browser.mov |
Ok, I found something interesting here
|
Is there any way to address |
looks like DOMException: Failed to execute 'setItem' on 'Storage': Setting the value of 'consoleResults' exceeded the quota. Refers to it exceeds quota of browser local storage? |
@wey-gu |
this issue is caused by writing excessive data into
besides the error |
@huaxiabuluo Can we get the json string which is getting used here? |
yes, but we need to do some debugging. aside from the graph visual anomalies, how large is the data returned by this execution result? |
Im getting one empty record in last row |
yeah, check this document https://docs.nebula-graph.io/3.6.0/3.ngql-guide/7.general-query-statements/7.get-subgraph/#syntax
i suspect an element data anomaly might have caused the parsing error. You can inspect the returned results using the following method |
By implementing a filter clause and controlling the data volume to avert exceeding the storage capacity of the browser, I can successfully visualize data on the graph. |
After executing a query in Nebula Studio, I receive the results within a few seconds. However, when attempting to view the graph window, it remains stuck in an infinite loading state. Can anyone suggest what could be causing this issue?
The text was updated successfully, but these errors were encountered: