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

Issue creating profile for intranet #705

Open
MRLeflei opened this issue Oct 21, 2024 · 1 comment
Open

Issue creating profile for intranet #705

MRLeflei opened this issue Oct 21, 2024 · 1 comment

Comments

@MRLeflei
Copy link

MRLeflei commented Oct 21, 2024

Hi,

I'm getting an error trying to create a profile for our intranet using docker desktop for windows.

I'm using:
docker run -p 6080:6080 -p 9223:9223 -v C:\profiles:/crawls/profiles/ -it webrecorder/browsertrix-crawler create-login-profile --interactive --url "https://intranet.local" --dns=XX.XX.XX.XX

"message":"Page Load Failed/Interrupted","details":{"type":"exception","message":"net::ERR_TIMED_OUT at https://intranet.local","stack":"Error: net::ERR_TIMED_OUT at https://intranet.local\n at navigate (file:///app/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/Frame.js:181:27)\n at async Deferred.race (file:///app/node_modules/puppeteer-core/lib/esm/puppeteer/util/Deferred.js:33:20)\n at async CdpFrame.goto (file:///app/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/Frame.js:147:25)\n at async CdpPage.goto (file:///app/node_modules/puppeteer-core/lib/esm/puppeteer/api/Page.js:563:20)\n at async InteractiveBrowser.startLoad (file:///app/dist/create-login-profile.js:343:13)\n at async main (file:///app/dist/create-login-profile.js:180:9)\n at async file:///app/dist/create-login-profile.js:523:1"}}

I have confirmed that the intranet is reacheble from the container... but there must be something else going on.

Thanks

@ikreymer
Copy link
Member

There's not much we can do without more specific repro examples. How did you confirm that the intranet is reachable?
You can run docker run -it webrecorder/browsertrix-crawler bash and then try curl to see if it works?

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