Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Replay Bug]: Facebook archive content display partial in replayweb page #293

Open
rikifrank opened this issue Mar 27, 2024 · 2 comments
Open
Labels
bug Something isn't working replay bug Archived content is not displaying as expected

Comments

@rikifrank
Copy link

rikifrank commented Mar 27, 2024

ReplayWeb.page Version

v1.8.15

What did you expect to happen? What happened instead?

I archived facebook link (https://www.facebook.com/NBCNews) using Webrecorder ArchiveWeb.page extension
V0.11.3, I scroll done few pages to get as much content (about 100 posts) , please note I archived feed page and not a post
when I tried to replay the wacz in ArchiveWeb.page itself It crashed my chrome (Version 123.0.6312.87 (Official Build) (arm64))
I download the wacz to my computer and tried to replay it in ReplayWeb.page (v1.8.15), It only play the first posts there, up to 22 posts , I needed to wait each scrolling to continuance loading of the content
my wacz is here : https://drive.google.com/file/d/1AQXl7z52n_GwVFvW7e0w_fC80sKnyuo7/view?usp=sharing

Step-by-step reproduction instructions

  1. navigate to https://www.facebook.com/NBCNews
  2. start recording using Webrecorder ArchiveWeb.page extension
  3. download the wacz
  4. navigate to https://replayweb.page/
  5. import file and choose the downloaded wacz
  6. click to replay content

Additional details

No response

@rikifrank rikifrank added bug Something isn't working replay bug Archived content is not displaying as expected labels Mar 27, 2024
@tsemachh
Copy link

In logs I see same behavior of other bug I opened , I think it's same cause when this line recursively appears in:
38228a070e4e/:null/20240327091746mp_/https://replayweb.page/w/id-38228a070e4e/:null/20240327091746mp_/https://replayweb.page/w/id-38228a070e4e/:null/20240327091746mp_/https://replayweb.page/w/id
On:
if (("video" === n.destination || "audio" === n.destination) && "navigate" !== n.mode) for (; r && r.status >= 301 && r.status < 400; ) { const n = new URL(r.headers.get("location"),s); t.url = n.href, console.log(resolve redirect ${s} -> ${t.url}), r = await this.store.getResource(t, this.prefix, e, i) } return r

@hamoudak
Copy link

I have the same problem with the same extension ver; plays the first posts and stop loading the rest of archived FB page. Is it something with this version ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working replay bug Archived content is not displaying as expected
Projects
None yet
Development

No branches or pull requests

3 participants