mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-25 09:06:02 +03:00
[GH-ISSUE #1713] Bug: ERR_HTTP2_PROTOCOL_ERROR on some websites #2536
Labels
No labels
expected: maybe someday
expected: next release
expected: release after next
expected: unlikely unless contributed
good first ticket
help wanted
pull-request
scope: all users
scope: windows users
size: easy
size: hard
size: medium
size: medium
status: backlog
status: blocked
status: done
status: idea-phase
status: needs followup
status: wip
status: wontfix
touches: API/CLI/Spec
touches: configuration
touches: data/schema/architecture
touches: dependencies/packaging
touches: docs
touches: js
touches: views/replayers/html/css
why: correctness
why: functionality
why: performance
why: security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ArchiveBox#2536
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jessienab on GitHub (Nov 25, 2025).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/1713
Originally assigned to: @pirate on GitHub.
Provide a screenshot and describe the bug
With 0.7.3, some websites are giving
ERR_HTTP2_PROTOCOL_ERRORas the local saved result, when using any method other thanmercury.I'm not sure if this is related to an older Chrome version, or some other issue...
Steps to reproduce
ArchiveBox Version
How did you install the version of ArchiveBox you are using?
Docker (or Podman/LXC/K8s/TrueNAS/Proxmox/etc)
What operating system are you running on?
Linux (Ubuntu/Debian/Arch/Alpine/etc.)
What type of drive are you using to store your ArchiveBox data?
data/is on a local NVMe driveDocker Compose Configuration
ArchiveBox Configuration
@pirate commented on GitHub (Feb 8, 2026):
Did you ever figure out the cause / did this keep happening a lot?
I have never seen this error myself but I keep an eye out for it.
@jessienab commented on GitHub (Feb 21, 2026):
Hey, yes I still run into this on rare occasions... I really can't explain why it happens, but it's not all webpages. Sadly, I don't have any NEW example sites to share at the moment, but if it pops up again I'll add a new comment here with the link (I sort of forgot about this issue 🫣 ).
I can still reproduce this with the site referenced in the OP:
@jessienab commented on GitHub (Feb 24, 2026):
Small bump, another site I get this with:
https://www.costco.ca/dove-sensitive-skin-soap-bar-16-x-106-g.product.100650937.html
and in general, all Costco.ca links at the moment give me HTTP2 errors... I don't even have
mercuryoutput with costco.ca links.https://www.costcobusinesscentre.ca/ however works fine.
@pirate commented on GitHub (Feb 24, 2026):
It's likely a stale chrome version in the older 0.7.3 docker image if I had to guess.
If you're able to run it locally / on bare metal without docker, you can try the latest
devbranch which has a ton of other improvements. (dont upgrade your main collection though, it's not stable yet)