Skip to content

TypeError: argument of type 'NoneType' is not iterable #3640

Open
@sentry-io

Description

@sentry-io

Sentry Issue: APPLICATION-BACKEND-8NH

TypeError: argument of type 'NoneType' is not iterable
(5 additional frame(s) were not displayed)
...
  File "api/views/emails/routes.py", line 195, in update_email
    if error := instance.validate_payload(payload.dict(exclude_unset=True)):
  File "utils/models.py", line 103, in validate_payload
    if error := check_for_validation_error(new_value):
  File "emails/models/email/model.py", line 117, in validate_body
    if "\x00" in value:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Not started

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions