Git Product home page Git Product logo

Comments (4)

ikreymer avatar ikreymer commented on May 28, 2024

Thanks for reporting! I think there's actually two separate issues:

  1. Something seems wrong with HAR loading
  2. There's a bug that adds null (was trying to add hashtag) at the end of pages that are 404, which makes it more confusing.

from replayweb.page.

ikreymer avatar ikreymer commented on May 28, 2024

Will post a fix shortly, which will fix the very last page in the HAR file (was broken due to redirect being filtered out).

Unfortunately, most of the content for the other pages has not been included.

You can see this by looking at the HAR file and seeing that most of the data has:

         "content": {
            "size": 0,
            "mimeType": "text/html",
            "compression": 0
          },

When creating HAR files in the browser, it's typical for the browser to only include the data for last page, and drop everything else.

To avoid this, you can use our ArchiveWeb.page extension which can capture data across multiple pages.

from replayweb.page.

ikreymer avatar ikreymer commented on May 28, 2024

Now fixed, the last page captured should now work (after a full reload), the other pages will display an error due to missing content.
(Will be in 1.4.7 release but up on replayweb.page now)

from replayweb.page.

gjvnq avatar gjvnq commented on May 28, 2024

@ikreymer Thanks!

from replayweb.page.

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.