Environment
- OS: macOS (Darwin 25.3.0)
- opencli version: v0.9.5
- @playwright/mcp: [运行 npm list -g @playwright/mcp 查看]
- Node.js: [运行 node -v 查看]
- Chrome: 已安装并运行
- Playwright MCP Bridge: 已安装
Bug Description
opencli doctor --live 显示所有检查通过,但实际运行命令时报错连接浏览器。
Steps to Reproduce
- Install:
sudo npm install -g @jackwener/opencli@0.9.5
- Setup:
opencli setup (token detected successfully)
- Verify:
opencli doctor --live → All checks passed
- Run:
opencli bilibili hot --limit 10 -f json
Expected Behavior
Return Bilibili hot videos in JSON format
Actual Behavior
Error [BROWSER_CONNECT]: ### Error
TypeError: Cannot read properties of undefined (reading 'url')
Hint: Please check if the browser is running or if the Playwright MCP / CDP connection is configured correctly.