rrweb-io / rrweb

record and replay the web
https://www.rrweb.io/
MIT License
16.48k stars 1.41k forks source link

crashing while recording https://vscode.dev/ #821

Open codesiddhant opened 2 years ago

codesiddhant commented 2 years ago

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 commented 2 years ago

Please someone reply to this issue. Thanks in advanced

Cankar001 commented 2 years ago

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 ?

Juice10 commented 2 years ago

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.