Recon shows '+0 this session' — what's wrong?
Open Recon — the status panel surfaces scrape diagnostics (scanned X, matched Y, named Z) so you can see where the funnel collapsed.
Last updated May 30, 2026
When the auto-capture status panel shows "+0 this session" for >30 seconds on a page with visible friend cards, the panel switches to surface the scrape funnel.
Look for: "+0 · scanned 432 anchors, 87 matched, 87 named, 87 captured"
Read the funnel left-to-right to find where it collapsed:
- scanned 0 → Facebook DOM moved; the selector returned no anchors. Refresh the page; if it persists, email support.
- matched 0 → URL-pattern regex rejected everything. Likely Facebook served a different markup version this session.
- named 0 → matches found but innerText was empty. Try scrolling so cards re-render.
- captured < named → reserved-slug filter pruned some matches; usually safe to ignore unless count looks way off.
Most cases resolve with a page refresh.