From e5eb95231cf185583ae8065745e1a90240a81cc9 Mon Sep 17 00:00:00 2001 From: James Smith Date: Sat, 20 Dec 2025 12:24:13 +0000 Subject: [PATCH] Add error handling for WiFi and Bluetooth scanning MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add stderr capture and display for airodump-ng errors in WiFi scanning - Add early failure detection with helpful error messages for WiFi scan - Add timeout warning when no scan data received after 5 seconds - Add error handling for Bluetooth scanning with stderr capture - Add showError() function to display errors in red in the output panel - Add error type handlers to WiFi and Bluetooth SSE event streams - Hide RTL-SDR device section when in WiFi or Bluetooth modes - Improve error messages with install instructions for missing tools 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- intercept.py | 154 ++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 147 insertions(+), 7 deletions(-) diff --git a/intercept.py b/intercept.py index d873d14..9713547 100755 --- a/intercept.py +++ b/intercept.py @@ -1389,8 +1389,8 @@ HTML_TEMPLATE = ''' -
-

Device

+
+

RTL-SDR Device