mirror of
https://github.com/smittix/intercept.git
synced 2026-06-11 07:23:30 -07:00
69b402f872
Switch decoder subprocess from text mode to binary mode and decode each line with errors='replace' so corrupted radio bytes (e.g. 0xf7) are substituted instead of raising UnicodeDecodeError after long runs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>