Skip to content

Page Load Failed due to net::ERR_NAME_NOT_RESOLVED #838

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

Open
prototyperspective opened this issue May 22, 2025 · 1 comment
Open

Page Load Failed due to net::ERR_NAME_NOT_RESOLVED #838

prototyperspective opened this issue May 22, 2025 · 1 comment

Comments

@prototyperspective
Copy link

When running docker run -v $PWD/crawls:/crawls/ -it webrecorder/browsertrix-crawler crawl --url [URL] --generateWACZ --text --collection test it doesn't load and the resulting archived page from the wacz file will just show "Archived Page Not Found Sorry, this page was not found in this archive:".

In the output there is this: "message":"Request failed","details":{"url":"…","errorText":"net::ERR_NAME_NOT_RESOLVED"

It seems to be a DNS problem. How to solve this? Is this maybe a known issue when using a VPN? I think DNS over HTTPS is already used since I set cloudflare DNS resolver and DNS works fine.

@atomotic
Copy link
Contributor

I have encountered the same problem, but I have not completely able to debug it.
The bizzarre thing is that if I run and enter the container:

docker run --rm -it -it webrecorder/browsertrix-crawler /bin/bash

and the run the crawl, it works

/usr/bin/crawl --url URL ....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Triage
Development

No branches or pull requests

2 participants