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

Strange behavior when using single_file on github #6

Open
TheRouce opened this issue Nov 17, 2023 · 0 comments
Open

Strange behavior when using single_file on github #6

TheRouce opened this issue Nov 17, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@TheRouce
Copy link

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

@derfenix derfenix added the bug Something isn't working label Nov 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants