Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 33.9k
Closed as not planned
Labels
type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
When I opened #106092, I got an email notification “new-bugs-announce notifier: All jobs have failed”, linking to https://github.com/python/cpython/actions/runs/5371513882. The error is
[Error: Bad Request]{status: 400, details: 'Send options (parameters starting with o:, h:, or v:) are limited to 16 kB total', type: 'MailgunAPIError' } Error: Unhandled error: Error: Bad Request I guess the stack traces I included bumped the report size to more than 16 kB. It seems that this is not an uncommon problem: https://github.com/python/cpython/actions/workflows/new-bugs-announce-notifier.yml?query=is%3Afailure.
Perhaps the notifier should truncate or omit the body if the payload would be too long.
Linked PRs
Metadata
Metadata
Assignees
Labels
type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error