Fork me on GitHub
#chlorine-clover
<
2021-12-28
>
seancorfield21:12:18

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?

seancorfield21:12:46

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)

seancorfield21:12:11

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

seancorfield21:12:43

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

seancorfield22:12:40

(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)