kolofordjango / kolo

See everything happening in your running Django app. All without leaving VSCode
https://kolo.app
486 stars 14 forks source link

Visualization not working #43

Closed cdunford closed 1 year ago

cdunford commented 1 year ago

When I click on frames or visualization, the visualization pane opens up but it's completely blank:

image

Everything else seems to be working correctly; any idea what's going on?

wilhelmklopp commented 1 year ago

@cdunford thanks for opening this issue, very strange indeed!

With the visualisation in focus, could you open the webview developer tools via CMD/CTRL-SHIFT-P:

image

and let me know if there are any error messages in the console?

cdunford commented 1 year ago

Seeing this:

image

Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'start')
    at main.js:2:147330
    at ko (main.js:2:84939)
    at Au.t.$$.update (main.js:2:147307)
    at Q (main.js:2:4149)
    at new Eu (main.js:2:148158)
    at Pu (main.js:2:150286)
    at Cu (main.js:2:149612)
    at Object.p (main.js:2:151670)
    at F (main.js:2:2867)
    at D (main.js:2:2555)
Uncaught TypeError: Cannot read properties of undefined (reading 'start')
    at main.js:2:147330
    at ko (main.js:2:84939)
    at Au.t.$$.update (main.js:2:147307)
    at Q (main.js:2:4149)
    at new Eu (main.js:2:148158)
    at Pu (main.js:2:150286)
    at Cu (main.js:2:149612)
    at Object.p (main.js:2:151670)
    at F (main.js:2:2867)
    at D (main.js:2:2555)
wilhelmklopp commented 1 year ago

@cdunford thanks, appreciate it!

I just published version 2.1.3 of the VSCode extension – could you update to that version and then open the viz again to see if the issue still occurs?

cdunford commented 1 year ago

Issue is fixed in the new version. Thanks!