logseq-graph-analysis
logseq-graph-analysis copied to clipboard
Blank screen when pressing the button to activate the plug in
@Tewodros34 that would happen if an error occurred when you open the plugin. can you click this button, toggle developer tools, in menu an you will see some red text in console. paste the red text in here! it will help me fix it
Nothing is there, console is blank
I have the same issue, but my console did display an error;
I am using version 0.10.2 of the plugin, with Logseq version 0.9.6. I hope this is of any help to resolve this issue 🙂
There were a problem with a blank aliases, and it is fixed now by #51 . Could anyone check it?
Hello. I am having a similar issue with the plugin. Every time I click on it, it remains blank despite the navigation bar being present (but not able to search for anything and anytime I try to search, the plugin closes). It was working well previously and when I tested it on a new loqseq graph it works but when I returned to my current logseq graph it returns to being blank. I wonder if there is something about my current graph (the only thing I can think of that I did out of the norm in my workflow is using the Undo function (ctrl+z) to re-arrange some pages I had made. Though its a vague assumption since the plugin stopped working around that time for me)
On the screenshot this primarily shows:
Uncaught (in promise) TypeError: Cannot read
properties of undefined (reading 'id')
at Jf (index.c7b1360c.js:12:143967)
at index.c7b1360c.js:12:145099
at Array.map (
I am using Logseq version 0.9.10 and version 0.10.6 of the plugin. Still new to this environment and will appreciate any assistance.
There were a problem with a blank aliases, and it is fixed now by #51 . Could anyone check it?
I just updated the plugin to 0.10.6 and it works now, so it did fix it for me :)
@nol683 Could you try to re-index your graph?
If it doesn't help, you could try to install an unpacked version of the plugin and run it using yarn dev
? It will give much better debug info to spot an issue.
Thank you, have re-indexed my graph and it's now working. Thank you again!