mirror of
https://github.com/MarekWo/mc-webui.git
synced 2026-06-12 17:54:51 +02:00
c0f93029cd
- Fix JSON parsing: msg command outputs multi-line pretty-printed JSON (indent=4), but parser tried line-by-line. Now tries full-text parse first, then line-by-line, then regex fallback. - Change retry limits: 5 direct + 3 flood attempts (was 3 total) - Separate max_attempts (direct) and max_flood parameters - Add debug logging when ack extraction fails Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>