Giter VIP home page Giter VIP logo

Comments (5)

neckish avatar neckish commented on August 15, 2024 1

@neckish thanks for the reporting. Could you tell me which URL are you trying to record when facing this error?

Hi. I try to record https://www.kyp.mx/learning
@Yuyz0112 Thanks for the help.

from rrweb.

Yuyz0112 avatar Yuyz0112 commented on August 15, 2024

@neckish thanks for the reporting. Could you tell me which URL are you trying to record when facing this error?

from rrweb.

Yuyz0112 avatar Yuyz0112 commented on August 15, 2024

@neckish I've recorded the login interactions and it looks ok, you can extract this HTML file in your browser to see it.
replay_2019_01_23T04_25_40.zip

Could you provide more details about how did you meet the error?

from rrweb.

neckish avatar neckish commented on August 15, 2024

@neckish I've recorded the login interactions and it looks ok, you can extract this HTML file in your browser to see it.
replay_2019_01_23T04_25_40.zip

Could you provide more details about how did you meet the error?
Hi @Yuyz0112, i just add this code to my page:

<script> let events = []; rrweb.record({ emit(event) { // push event into the events array events.push(event); }, }); // this function will send events to the backend and reset the events array function save() { const body = JSON.stringify({ events }); events = []; fetch('https://YOUR_BACKEND_API', { method: 'POST', headers: { 'Content-Type': 'application/json', }, body, }); } // save events every 10 seconds setInterval(save, 10 * 1000); </script>

=========== And now im getting this:
captura de pantalla 2019-01-23 a la s 10 27 17
captura de pantalla 2019-01-23 a la s 10 27 34

from rrweb.

Yuyz0112 avatar Yuyz0112 commented on August 15, 2024

fixed in rrweb-io/rrweb-snapshot@c4c1476
@neckish you can have a try with latest rrweb.

from rrweb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.