rrweb icon indicating copy to clipboard operation
rrweb copied to clipboard

crashing while recording https://vscode.dev/

Open codesiddhant opened this issue 3 years ago • 3 comments

I want to record an online IDE (Coder/VScode) for demonstrating my source code for my students. but it got crashed when I tried to record the session from a web-based IDE

image

codesiddhant avatar Feb 01 '22 20:02 codesiddhant

Please someone reply to this issue. Thanks in advanced

codesiddhant avatar Feb 09 '22 23:02 codesiddhant

seems not to be an issue with rrweb, it seems that you miss admin privileges or something like that. Have you tried executing the command with sudo ?

Cankar001 avatar May 30 '22 08:05 Cankar001

This has to do with JSON.stringify not being able to serialise such a big array of events. The repl script will have to be rewritten to process the events in chunks and (depending on the size of the events also) write them to the html file in a streaming fashion.

Juice10 avatar May 30 '22 22:05 Juice10