Skip to content

Commit 5188fae

Browse files
committed
docs: Add troubleshooting guidance for empty profile creation due to typos or misconfiguration.
1 parent b71f694 commit 5188fae

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

skills/troubleshooting/SKILL.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ Your primary goal is to guide the user to ensure Chrome is running and properly
3131
3. **Once the user confirms both steps, your only next action should be to call the `list_pages` tool.** This is the simplest and safest way to verify if the connection is now successful. Do not retry the original, more complex command yet.
3232
4. **If `list_pages` succeeds, the problem is resolved.** If it still fails with the same error, then you can proceed to the more advanced steps like suggesting `--browserUrl` or checking for sandboxing issues.
3333

34+
#### Symptom: Server starts but creates a new empty profile
35+
36+
If the server starts successfully but `list_pages` returns an empty list or creates a new profile instead of connecting to the existing Chrome instance, check for typos in the arguments.
37+
38+
- **Check for flag typos:** For example, `--autoBronnect` instead of `--autoConnect`.
39+
- **Verify the configuration:** Ensure the arguments match the expected flags exactly.
40+
3441
#### Other Common Errors
3542

3643
Identify other error messages from the failed tool call or the MCP initialization logs:

0 commit comments

Comments
 (0)