Skip to content

Strange behavior for events with special characters (in the location description) #268

Open
@hschovanec-usgs

Description

@hschovanec-usgs

Behavior:

  • Sending the onepager.pdf fails for events with special characters.
    • Example eventids: us6000ca0k and us6000ah9t
  • Failure to send the pdf result in the version being deleted.
  • Since a version is not written to the database, short and long format emails are repeatedly sent to emails for that alert level.

Failure point:

  • In the logging, the last available message is always "Sending pdf addresses..."
  • If it completed without failure it should say "Done." after that.
  • This means that it is failing between lines 316 and 329.
    • The attachment along with the special characters in the message may be causing a failure that is captured by try/except in EmailSender, but isn't logged?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions