FAQ Troubleshooting Guide
The main problems and solutions that users may encounter:
1. The extension cannot connect to the server
- Verify that the opendia-mcp service is up (check port 5555 listening status)
- Try changing the port: npx opendia -ws-port=6666
- Disable other applications that may occupy ports (e.g. Skype often occupies port 5555)
2. Interruption of automated operations
- Check if the DOM structure of the target page has changed and needs to be updated with element selectors
- Increase the time between operations to avoid being intercepted by anti-crawling mechanisms
3. Style customization does not take effect
- Confirm that the site does not have CSP content security policy restrictions enabled
- Override the original style with !
For continuity issues, it is recommended:
1) View Browser Console Logs
2) Include environment information (OS version, browser version, Node version, etc.) when submitting an issue to GitHub
This answer comes from the articleOpenDia: An Open Source Tool to Connect Browsers to AI ModelsThe