mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-03-28 17:42:45 +01:00
Add comprehensive debug logging to trace last_seen data flow: cli.py (get_contacts_with_last_seen): - Log apply_to command success/failure with error details - Log number of bytes returned by command - Log number of contacts parsed from JSON - Log sample contact with public_key prefix and last_advert value - Log raw output on JSON parse errors api.py (get_contacts_detailed_api): - Log number of detailed contacts retrieved - Log number of matched contacts after merging - Fix case sensitivity: normalize both prefix and full_key to lowercase This will help identify why all contacts show "Last seen: Unknown". 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>