webarchive icon indicating copy to clipboard operation
webarchive copied to clipboard

Strange behavior when using single_file on github

Open TheRouce opened this issue 1 year ago • 0 comments

Parts of the ui are placed randomly across the page, note the "None" of the data div showing up, also the title is replaced with the background color of the ui title image

On some github repositories, including this one, single_file archives are displayed improperly.

Firefox console: image

Chromium console: image image

Methods to reproduce:

curl -X POST --location "http://localhost:5001/api/v1/pages" \
    -H "Content-Type: application/json" \
    -d "{
          \"url\": \"https://github.com/derfenix/webarchive\",
          \"formats\": [
            \"pdf\",
            \"single_file\"
          ]
        }" | jq .

Open page.html

TheRouce avatar Nov 17 '23 00:11 TheRouce