You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When archiving specific websites (such as X and Instagram) in proxy mode, the replay results in issues. On X, the content of posts fails to load, and on Instagram, the text becomes garbled. These problems might be related to brotli or zstandard, but the exact cause is unclear. There were no errors in the logs.
Steps to reproduce the bug
Execute this command
wayback --record --live -a --auto-interval 10 -p 9090
Configure Chrome's proxy settings to localhost and port 9090.
Access websites such as Instagram.
Open the archived site in replay mode.
Screenshots
config.yaml
Here is the configuration used during the recording:
Yes, you're right that the issue is pywb does not handle zstd encoding which appears to be used by default by Instagram. In this case, the solution would be to remove it from Accept-Encoding request header.
Unfortunately, we don't have the bandwidth to update this part of pywb at the moment, so not sure when that may happen.
If you are looking to archive these sites, we recommend using our ArchiveWeb.page extension or desktop app, which should handle these sites pretty well.
Describe the bug
When archiving specific websites (such as X and Instagram) in proxy mode, the replay results in issues. On X, the content of posts fails to load, and on Instagram, the text becomes garbled. These problems might be related to brotli or zstandard, but the exact cause is unclear. There were no errors in the logs.
Steps to reproduce the bug
Screenshots
config.yaml
Here is the configuration used during the recording:
Environment
The text was updated successfully, but these errors were encountered: