You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(worker): read payments from new payments.json + log full traceback
Two fixes:
1. Discord moved payments out of user.json into
Account/user_data_exports/discord_billing/payments.json sometime in
2025. Read from the new location when present; fall back to the old
user_json['payments'] field for older exports.
2. The exception handler in process_package was 'print(e)', which only
logs the exception's str() — useless for debugging. Always log the
full traceback to CloudWatch before swallowing into the DB.
0 commit comments