Bug: AutoCLI bilibili command fails when YouMind browser extension is installed
Description
When the YouMind browser extension is enabled, autocli bilibili commands fail with a 422 error indicating a conflict between Chrome extensions.
Steps to reproduce
- Install YouMind Chrome extension (v0.3.0.24)
- Install AutoCLI browser extension
- Run
autocli bilibili hot --limit 20
Expected behavior
Command should succeed, or show a clear error message explaining the extension conflict.
Actual error
HTTP 422 Unprocessable Entity: {"error":"attach failed: Cannot access a chrome-extension:// URL of different extension. Tip: another Chrome extension may be interfering — try disabling other extensions","id":"2a1ae0dd-1a66-43cd-a49b-8b53db58a6ed","ok":false}
Environment
- OS: macOS
- Chrome: 147.0.7727.57
- AutoCLI: 0.3.7
- YouMind extension: 0.3.0.24
Suggestion
Either:
- Detect the conflict upfront and show a clear user message
- Document the incompatibility in the README
- Add a flag to force execution without browser extension
Bug: AutoCLI bilibili command fails when YouMind browser extension is installed
Description
When the YouMind browser extension is enabled,
autocli bilibilicommands fail with a 422 error indicating a conflict between Chrome extensions.Steps to reproduce
autocli bilibili hot --limit 20Expected behavior
Command should succeed, or show a clear error message explaining the extension conflict.
Actual error
Environment
Suggestion
Either: