question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

replayer.play makes page stop working

See original GitHub issue

image

code like this:

mounted() {
        const self = this;

        this.events = [];
        this.record = rrweb.record({
            emit(event) {
                console.log(1);
                self.events.push(event);
            }
        });
    },
    methods: {
        stopRecord() {
            this.record();
            setTimeout(()=> {
                const replayer = new rrweb.Replayer(this.events);

                replayer.play();
            }, 2000);
        }
    } 

I do some actions, then stop recording and use replayer.play. Then the page stops working,as the picture shows. no console errors

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
liswiftcommented, Jan 2, 2019

@Yuyz0112 AlloyDesigner.

0reactions
Yuyz0112commented, Jan 2, 2019

@liswift Good news! If you are interested in dig into which extension has a conflict, it will be nice to contribute the information to an FAQ doc.

Read more comments on GitHub >

github_iconTop Results From Across the Web

'Autoplay' on video is not working after refreshing page
It will not play on refresh unless you put muted too. ... You have to have first interaction on your page before that...
Read more >
Fix videos & games that won't play - Google Chrome Help
If a YouTube video, Facebook game, or other media isn't working, try the steps below to fix it. These steps can help for:...
Read more >
How to Fix Embedded Videos Not Playing in Google Chrome
If you have run into a situation where videos are not playing in Chrome, here are a couple of things you can do...
Read more >
How to Fix Flash Player Not Working on Chrome - Driver Easy
Restart your Chrome browser and try again to see if Flash works. Fix 2: Make sure to allow Flash Player on the website....
Read more >
Windows Media Player - Microsoft Support
If Windows Media Player stopped working correctly after the latest updates from Windows Update, verify that the updates are the problem by using...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found