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
"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
The text was updated successfully, but these errors were encountered:
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?
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
The text was updated successfully, but these errors were encountered: