You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: