mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-03-28 17:42:45 +01:00
The parser's .strip() was removing trailing whitespace from message text, but the encrypted radio payload includes those trailing spaces. This caused pkt_payload mismatches for messages ending with spaces (e.g., "Dzień dobry "). Use original unstripped text for raw_text. Also add debug logging for unmatched messages to help diagnose remaining edge cases. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>