-
Notifications
You must be signed in to change notification settings - Fork 828
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
browser.newContext: Target page, context or browser has been closed #492
Comments
@yuexingliang can you confirm does this happen everytime or just sometimes? @RohitR311 look into this |
每次都这样,我的浏览器启动不起来,不能使用数据抓取功能 |
@yuexingliang Thanks for the quick response. We do not see this happening on every local setup. Could you share more about your configuration
|
.env App SetupNODE_ENV=production # Set to 'development' or 'production' as required Backend and Frontend URLs and PortsBACKEND_PORT=8080 # Port to run backend on. Needed for Docker setup Optional Google OAuth settings for Google Sheet IntegrationGOOGLE_CLIENT_ID=your_google_client_id Optional Airtable OAuth settings for Airtable IntegrationAIRTABLE_CLIENT_ID=your_airtable_client_id Telemetry Settings - Please keep it enabled. Keeping it enabled helps us understand how the product is used and assess the impact of any new changes.MAXUN_TELEMETRY=true 3、Docker install, command docker-compose up -d 4、docker logs -f maxun-backend-1 /app/node_modules/playwright-extra/src/extra.ts:267 5、I couldn't find dockerlog |
@RohitR311 Could you please let me know when this issue is expected to be resolved? |
@yuexingliang This is being fixed in #498 and will be available in the next release - which will be this week. |
thanks |
机器人开始抓取数据的时候,创建浏览器异常了,是什么原因?
报错信息如下:
[0] /app/node_modules/playwright-extra/src/extra.ts:267
[0] const context = await originalMethod.call(ctx, contextOptions)
[0] ^
[0] browser.newContext: Target page, context or browser has been closed
[0] at async Browser.newContext (/app/node_modules/playwright-extra/src/extra.ts:267:25)
[0] at async RemoteBrowser.initialize (/app/server/src/browser-management/classes/RemoteBrowser.ts:295:24)
[0] at /app/async /app/server/src/browser-management/controller.ts:37:9
[0] [nodemon] app crashed - waiting for file changes before starting...
The text was updated successfully, but these errors were encountered: