Failed to launch the browser process! undefined 2023-09-01T21:35:32.962Z [141:164:0901/213532.948704:ERROR:bus.cc(399)] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory 2023-09-01T21:35:32.964Z [141:141:0901/213532.952831:ERROR:ozone_platform_x11.cc(240)] Missing X server or $DISPLAY 2023-09-01T21:35:32.966Z [141:141:0901/213532.952846:ERROR:env.cc(255)] The platform failed to initialize. Exiting.
const browser = await launchPuppeteer({ useChrome: true, // Native Puppeteer options launchOptions: { headless: false, }});
"
but it did not help.2022-09-30T08:02:44.883Z WARN CheerioCrawler: Reclaiming failed request back to the list or queue. Cannot read properties of null (reading 'match') {"id":"PxlxlTCgnI7zPOi","url":"https://www........","retryCount":1}
WARN CheerioCrawler: Reclaiming failed request back to the list or queue. Detected a session error, rotating session...
maxRequestRetries: 0
. useSessionPool: false
but it did not help.preNavigationHooks:[async (crawlingContext, gotOptions) => { const { request } = crawlingContext; request.payload = `.......`; }
ReferenceError: page is not defined
gotOptions.headers=
or request.headers=
PlaywrightCrawler: Reclaiming failed request back to the list or queue. page.goto: net::ERR_TUNNEL_CONNECTION_FAILED
,