docs: add cross-references to Linux browser troubleshooting
This commit is contained in:
committed by
Peter Steinberger
parent
27a77454ae
commit
ec26ad81be
@@ -287,3 +287,7 @@ Notes:
|
|||||||
- Sharing the user's logged-in Chrome sessions automatically.
|
- Sharing the user's logged-in Chrome sessions automatically.
|
||||||
- General-purpose web scraping; this is primarily for "close-the-loop" verification
|
- General-purpose web scraping; this is primarily for "close-the-loop" verification
|
||||||
and interaction.
|
and interaction.
|
||||||
|
|
||||||
|
## Troubleshooting
|
||||||
|
|
||||||
|
For Linux-specific issues (especially Ubuntu with snap Chromium), see [browser-linux-troubleshooting.md](./browser-linux-troubleshooting.md).
|
||||||
|
|||||||
@@ -225,3 +225,26 @@ clawdbot gateway # start the Gateway again
|
|||||||
*"Have you tried turning it off and on again?"* — Every IT person ever
|
*"Have you tried turning it off and on again?"* — Every IT person ever
|
||||||
|
|
||||||
🦞🔧
|
🦞🔧
|
||||||
|
|
||||||
|
### Browser Not Starting (Linux)
|
||||||
|
|
||||||
|
If you see `"Failed to start Chrome CDP on port 18800"`:
|
||||||
|
|
||||||
|
**Most likely cause:** Snap-packaged Chromium on Ubuntu.
|
||||||
|
|
||||||
|
**Quick fix:** Install Google Chrome instead:
|
||||||
|
```bash
|
||||||
|
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
||||||
|
sudo dpkg -i google-chrome-stable_current_amd64.deb
|
||||||
|
```
|
||||||
|
|
||||||
|
Then set in config:
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"browser": {
|
||||||
|
"executablePath": "/usr/bin/google-chrome-stable"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
**Full guide:** See [browser-linux-troubleshooting.md](./browser-linux-troubleshooting.md)
|
||||||
|
|||||||
Reference in New Issue
Block a user