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

Page not fully loading during playback #105

Open
halmos opened this issue Oct 5, 2022 · 1 comment
Open

Page not fully loading during playback #105

halmos opened this issue Oct 5, 2022 · 1 comment

Comments

@halmos
Copy link

halmos commented Oct 5, 2022

Hi,

We are finding an issue with archives of some urls in which the page does not complete loading during playback. The pages that have this issue seem to share many of the same error type reported in the console. Example error below:

wombat.js:1 A preload for 'chrome-extension://fpeoodllldobpkbkabpblcfaogecpndd/replay/w/qsnj6ly31887mhgdild7aw/20221005135750mp_/https://static.xx.fbcdn.net/rsrc-translations.php/v6iosk4/yM/l/en_US/rGAtuS1rzMosi-OvQOy34xStbHGP91bn71TL5KYVsXZpFKOoBDFoprfZ9ciVUsotBJZVocPi6ZMD_0Ie7U8cDy5lngEQMxCm-CfXmTRN1BqGFDOr3Psq0exUn.js?_nc_x=p5yUGoi-03C' is found, but is not used because the request credentials mode does not match. Consider taking a look at crossorigin attribute.

Additionally, we also see 404 errors for ajax POST requests that seem to be for a websocket:

wombat.js:1          POST chrome-extension://fpeoodllldobpkbkabpblcfaogecpndd/replay/w/ya4frf2jskpg67wnapig84/20220930133321mp_/https://edge-chat.facebook.com/mqtt/pull?region=atn&sid=5278408728641535&chunked=true 404 (Not Found)

which results in the following network resonpse:

This page https://edge-chat.facebook.com/mqtt/pull?region=atn&sid=2254927313240063&chunked=true&__wb_method=POST&u=1498090096&s=2254927313240063&cp=3&ecp=10&chat_on=false&fg=false&d=2e43cfd6-2714-475b-b8e3-14e639f2c07c&ct=websocket&mqtt_sid=&aid=219994525426954&0=/rtc_multi&1=/legacy_web&2=/orca_presence&dc=&no_auto_fg=true&php_override= is not part of this archive.

It's difficult to tell if those two errors are related or if the 2nd error is just the page attempting to make ajax requests that are not relevant to the wacz archive.

The first error seems more likely to be culprit here. What does request credentials mode refer to?

Sample Urls (Note that you need to be logged-in to FB to test this)

Many thanks for your excellent work on this project.

@halmos
Copy link
Author

halmos commented Oct 18, 2022

This may be related to issue #111

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant