chlorine-clover

seancorfield 2021-12-28T21:31:18.010200Z

Suddenly, Clover has pretty much stopped working for me if I have Calva enabled. I rolled Calva back several versions, to something that definitely used to work with Clover, but still Clover isn't working. Load file works, but pretty much anything else -- involving unrepl, I guess? -- just seems to do nothing. If I disable Calva, Clover works. If I enable Calva, most Clover operations "do nothing" (the tasks seem to just stack up in the log panel) although I can still do load file. What would be your suggestions for debugging this @mauricio.szabo? Is there some log file I can look in?

seancorfield 2021-12-28T21:46:15.010800Z

BTW, I see the following in the webview console in VS Code: > Refused to load the font 'https://file+.http://vscode-resource.vscode-webview.net/Users/sean/.vscode/extensions/mauricioszabo.clover-0.2.7/view/octicons.ttf' because it violates the following Content Security Policy directive: "font-src https://file%http://2B.vscode-resource.vscode-webview.net/Users/sean/.vscode/extensions/mauricioszabo.clover-0.2.7/view/octicons.ttf".

seancorfield 2021-12-28T21:50:46.011800Z

Once I enable Calva and try to do most any Clover action, I see this in the console:

workbench.desktop.main.js:1892 [[object Object]]a.Ab is not a function
$onExtensionRuntimeError @ workbench.desktop.main.js:1892
_doInvokeHandler @ workbench.desktop.main.js:1506
_invokeHandler @ workbench.desktop.main.js:1506
_receiveRequest @ workbench.desktop.main.js:1506
_receiveOneMessage @ workbench.desktop.main.js:1506
(anonymous) @ workbench.desktop.main.js:1506
fire @ workbench.desktop.main.js:69
fire @ workbench.desktop.main.js:85
_receiveMessage @ workbench.desktop.main.js:85
(anonymous) @ workbench.desktop.main.js:85
fire @ workbench.desktop.main.js:69
acceptChunk @ workbench.desktop.main.js:85
(anonymous) @ workbench.desktop.main.js:85
P @ workbench.desktop.main.js:2984
emit @ events.js:315
addChunk @ internal/streams/readable.js:309
readableAddChunk @ internal/streams/readable.js:284
Readable.push @ internal/streams/readable.js:223
onStreamRead @ internal/stream_base_commons.js:188
workbench.desktop.main.js:1892 TypeError: a.Ab is not a function
	at fo ()
	at go ()
	at io ()
	at jo ()
	at Function.no.j ()
	at UJa ()
	at WJa ()
	at 
	at KKa ()
	at MKa ()
	at 
	at  ()
	at rk ()
	at Function.tk.h ()
	at Socket.<anonymous> ()
	at Socket.emit (events.js:315)
	at addChunk (internal/streams/readable.js:309)
	at readableAddChunk (internal/streams/readable.js:284)
	at Socket.Readable.push (internal/streams/readable.js:223)
	at TCP.onStreamRead (internal/stream_base_commons.js:188)

seancorfield 2021-12-28T21:53:11.012300Z

@pez point_up::skin-tone-2 just in case you have any ideas about debugging this.

seancorfield 2021-12-28T21:53:43.012900Z

I've tried installing different versions of Clover as well as different versions of Calva but no joy.

seancorfield 2021-12-28T22:02:40.013800Z

(and just to rule out any other extension, I've disabled everything except Clover and Calva at this point -- so this is down to just Calva breaking Clover right now)