Coder Social home page Coder Social logo

Comments (15)

estradino avatar estradino commented on May 13, 2024 1

@cain can you please join our https://slack.openreplay.com to make it quicker for us to understand the issue?

from openreplay.

PandaCodes avatar PandaCodes commented on May 13, 2024

Hello, Carlos! Do you have any console output during the replay?

from openreplay.

PandaCodes avatar PandaCodes commented on May 13, 2024

Could this error cause an application crash, so the page would be empty for real?

from openreplay.

carlosgranada avatar carlosgranada commented on May 13, 2024

Hello, Carlos! Do you have any console output during the replay?

Yup...

from openreplay.

carlosgranada avatar carlosgranada commented on May 13, 2024

Could this error cause an application crash, so the page would be empty for real?

Yup, this is a Javascript error, totally possible

from openreplay.

cain avatar cain commented on May 13, 2024

@PandaCodes @estradino We also have the same issue.

All network and user events are recording. Just no render of page.

CleanShot 2021-06-24 at 12 11 07@2x

from openreplay.

cain avatar cain commented on May 13, 2024

running a vuejs application in dev mode, nothing in console or the inspect mode (empty body and head tags)

CleanShot 2021-06-24 at 12 25 04@2x

CleanShot 2021-06-24 at 12 24 51@2x

from openreplay.

estradino avatar estradino commented on May 13, 2024

@cain do you see anything in console?
Also, is your VueJS app using styled components? Perhaps you could share the link to it so we can repro the issue.

from openreplay.

estradino avatar estradino commented on May 13, 2024

@cain Could you please share the code snippet you used to integrate the OpenReplay tracker?

from openreplay.

cain avatar cain commented on May 13, 2024

@estradino no console errors or network errors (see screenshot has console open)

  /*
   ** Include Openrelay Script
   */
  (function(A,s,a,y,e,r){
    r=window.OpenReplay=[s,r,e,[y-1]];
    s=document.createElement('script');s.src=a;s.async=!A;
    document.getElementsByTagName('head')[0].appendChild(s);
    r.start=function(v){r.push([0])};
    r.stop=function(v){r.push([1])};
    r.setUserID=function(id){r.push([2,id])};
    r.setUserAnonymousID=function(id){r.push([3,id])};
    r.setMetadata=function(k,v){r.push([4,k,v])};
    r.event=function(k,p,i){r.push([5,k,p,i])};
    r.issue=function(k,p){r.push([6,k,p])};
    r.isActive=function(){return false};
    r.getSessionToken=function(){};
    r.i="https://openreplay.plannthat.com/ingest";
  })(0, "{KEY HERE}", "//static.openreplay.com/3.0.5/openreplay.js",1,28);

from openreplay.

cain avatar cain commented on May 13, 2024

Happy to email you privately about accessing our dev environment to test @estradino

from openreplay.

cain avatar cain commented on May 13, 2024

https://plannthat.com is our web application used, we currently dont have it enabled on production because of this issue but are looking forward to using your product!

from openreplay.

marta-123 avatar marta-123 commented on May 13, 2024

Hi, I implemented openReplay in the code and tested it but the recording attempt was unfortunately unsuccessful. Clicks and actions performed on the site have been posted in the logs, but they are not visible in the recording. The page did not load. I attach the info from the console on the screen.
Has there been any solution to this topic yet? Are there any works planned?

Screenshot 2021-11-24 at 12 46 59

from openreplay.

estradino avatar estradino commented on May 13, 2024

@marta-123 could you please join our Slack so we help you debug that?

from openreplay.

vanpyrzericj avatar vanpyrzericj commented on May 13, 2024

@estradino I'm curious if you were able to sort this out with @marta-123? I was/am having the same issue - also with a VueJS application. So, there might be some sort of correlation here. Thanks!

from openreplay.

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.