-
-
Notifications
You must be signed in to change notification settings - Fork 220
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
Poorer replay quality than IA wayback (same resources!) #527
Comments
which pywb ? git or pkg-mgr install ?? |
pywb versions 2+, didn't try with the oldest versions |
I don't know if it's related, but I noticed that the aquivo.pt version throws a JavaScript error:
whereas the archive.org does not. Could that be interfering somehow? |
Thx for pointing out!! Doesn't seem related is just a error in our interface. Also the test above was performed using only pywb with Internet Archive Memento endpoint! No Arquivo.pt infrastructure/resources or customization |
Just fyi, that throws another JavaScript error:
Could JavaScript errors be preventing wombat from running correctly? |
…ing if end tag was already present, otherwise end tag may be inadvertantly removed if original html was not lower case! should fix rewriting issue in webrecorder/pywb#527
This was a tricky one! Turns out this error (and others) are not related, but had to do with the |
* rewriteHTML/write fix: add toLowerCase() to rewritten html when checking if end tag was already present, otherwise end tag may be inadvertantly removed if original html was not lower case! should fix rewriting issue in webrecorder/pywb#527 * tweak test, fix service-worker-allowed header
- dash rewrite fix for fb: when rewriting, match quoted '"dash_prefetched_representation_ids"' as well as w/o quotes, update tests to ensure rewriting both old and new formats - wombat update to fix #527: ensure document.write() doesn't accidentally remove end-tag if end-tag was not lowercase (see webrecorder/wombat#21)
@danielbicho the fix has been merged into develop. Please re-open if the issue persists with the latest, otherwise should be in the next full release! |
@danielbicho what is the issue are you having with the latest commit? Do you want to open a new issue? |
@ikreymer something breaks with our pywb framed version (custom template). I didn't have time to properly evaluate the issue. Will open a new issue if needed. |
Expected behavior
While replaying this page https://arquivo.pt/wayback/20080106005803/http://www.ojogo.pt/ we get poorer replay quality than https://web.archive.org/web/20080106005803/http://www.ojogo.pt/ even though is the same collection.
Maybe worth to checkout the difference from pywb and whatever wayback IA is using.
pywb image using memento endpoint to IA:
IA wayback with the same page:
The text was updated successfully, but these errors were encountered: