Document Lightpanda learnings and proxy notes

This commit is contained in:
Chen Gu
2026-08-13 17:00:21 +08:00
parent f4e354a9ba
commit 691f96e8a6
3 changed files with 77 additions and 0 deletions
+15
View File
@@ -38,3 +38,18 @@ Skills are shared. Your setup is yours. Keeping them apart means you can update
---
Add whatever helps you do your job. This is your cheat sheet.
## Network / Proxy
- Current local HTTP proxy: `127.0.0.1:7897`
- `127.0.0.1:7890` was checked on 2026-03-26 and was not accepting connections
## Lightpanda
- Local Lightpanda CDP endpoint observed at: `ws://127.0.0.1:9222/`
- Current behavior snapshot (2026-03-26):
- Basic CDP control works (connect / create target / navigate / evaluate JS)
- `example.com` and Bing search were reachable in testing
- Many other sites failed with `SslConnectError`, `GotNothing`, or session resets
- Treat the current Lightpanda instance as **experimental and site-specific**, not a general-purpose browser by default
- Prefer **serial, one-site-at-a-time validation** before depending on it for new browsing tasks