https://www.dendron.so/ logo
b

bluesky

04/19/2022, 2:53 AM
I used to see note graph, but now it shows nothing but a white blank page. I tried 'reload index', 'reload window', but it didn't solve the issue. Would anyone tell me what I need to do solve this issue?
j

Joshi

04/19/2022, 2:58 AM
Hi @bluesky can you DM your logs with me? Also to debug the Graph you can run 'Developer: Open Webview Tools'. You can see if there are any obvious errors in the developer console.
b

bluesky

04/19/2022, 3:02 AM
Would you tell me how to get the logs you mentioned?
mainThreadExtensionService.ts:75 [[object Object]]engine not set $onExtensionRuntimeError @ mainThreadExtensionService.ts:75 mainThreadExtensionService.ts:76 Error: engine not set at sn.getEngine (c:\Users\Woori\.vscode\extensions\dendron.dendron-0.90.0\dist\extension.js:8:3035734) at Ji (c:\Users\Woori\.vscode\extensions\dendron.dendron-0.90.0\dist\extension.js:8:3264633) at processTicksAndRejections (node:internal/process/task_queues:96:5)
graphView.bundle.js:2 [ERROR] 03:42.270 DendronApp Object e._log @ graphView.bundle.js:2 vscode-webview://14e6aqmmjqdqhl0nc8lvo8tm6jta32ua1g8ko089rchfur1hoq62/undefined:1 Failed to load resource: net::ERR_ACCESS_DENIED
graphView.bundle.js:2 TypeError: Cannot read properties of undefined (reading 'graph') at W (graphView.bundle.js:2:3315812) at io (graphView.bundle.js:2:2292045) at Uo (graphView.bundle.js:2:2301563) at Kc (graphView.bundle.js:2:2345094) at ks (graphView.bundle.js:2:2331394) at js (graphView.bundle.js:2:2331322) at Cs (graphView.bundle.js:2:2331185) at ms (graphView.bundle.js:2:2328159) at graphView.bundle.js:2:2277928 at t.unstable_runWithPriority (graphView.bundle.js:2:2354814)
j

Joshi

04/19/2022, 3:14 AM
Dendron:Dev: Open Logs
command
b

bluesky

04/19/2022, 3:22 AM
this is the log.
### This is the dev console errors
graphView.bundle.js:2 [ERROR] 25:46.235 DendronApp {ctx: 'useVSCodeMsg', msg: 'unknown message', payload: {…}} e._log @ graphView.bundle.js:2 e.error @ graphView.bundle.js:2 (anonymous) @ graphView.bundle.js:2 u @ graphView.bundle.js:2 (anonymous) @ graphView.bundle.js:2 (anonymous) @ graphView.bundle.js:2 r @ graphView.bundle.js:2 c @ graphView.bundle.js:2 (anonymous) @ graphView.bundle.js:2 (anonymous) @ graphView.bundle.js:2 (anonymous) @ graphView.bundle.js:2 (anonymous) @ graphView.bundle.js:2 postMessage (async) (anonymous) @ main.js:1034 channel.port1.onmessage @ main.js:281 index.html?id=5a02c82c-008e-490e-b6e5-2645c1fbb2f0&swVersion=4&extensionId=dendron.dendron&platform=electron&vscode-resource-base-authority=vscode-resource.vscode-webview.net&parentOrigin=vscode-file%3A%2F%2Fvscode-app:40 GET vscode-webview://1ndc46t8oqadlv30jn6t06fj72o7a0ja4s14lbd6impq0cbhl298/undefined net::ERR_ACCESS_DENIED
graphView.bundle.js:2 TypeError: Cannot read properties of undefined (reading 'graph') at W (graphView.bundle.js:2:3315812) at io (graphView.bundle.js:2:2292045) at Uo (graphView.bundle.js:2:2301563) at Kc (graphView.bundle.js:2:2345094) at ks (graphView.bundle.js:2:2331394) at js (graphView.bundle.js:2:2331322) at Cs (graphView.bundle.js:2:2331185) at ms (graphView.bundle.js:2:2328159) at graphView.bundle.js:2:2277928 at t.unstable_runWithPriority (graphView.bundle.js:2:2354814)
j

Joshi

04/19/2022, 3:37 AM
Thank you for the logs. The log file does not have any errors specific to graph. This particular log is for custom styling in note graph. This is a known error and will be fixed in today's release. Although there should not be just white screen for Graph. For clarification, does this happen for local graph or full graph or both? Local Graph is when you have an active Note in the editor and you run
Show Note Graph
command to see Graph of the immediate neighbours.
b

bluesky

04/19/2022, 3:39 AM
Both actually, Either a note opened or not, I can see the same result, white blank page.
Then, I'm gonna have to look forward to the upcoming new realease... Thanks for letting me know that!
5 Views