fix: add logging to silent error swallowing in badge lookup (#150) #152

Merged
cal merged 1 commits from issue/150-fix-add-logging-to-silent-error-swallowing-in-badg into main 2026-04-08 03:25:42 +00:00

1 Commits

Author SHA1 Message Date
Cal Corum
1a3f8994a9 fix: add debug logging to silent badge lookup exception in get_card_embeds
All checks were successful
Ruff Lint / lint (pull_request) Successful in 22s
Replaces bare `except Exception: pass` with `logging.debug(..., exc_info=True)`
so badge lookup failures are traceable in logs without affecting card display.

Closes #150

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-07 22:02:00 -05:00