pixelated / pixelated-user-agent

User facing components of Pixelated: a JavaScript single page app and a RESTful service.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: Attachment with 'None' id

FrailWords opened this issue · comments

We got the following error on Wazokazi due to the 'id' of the attachment being 'None'. Following are the specific logs -

C Apr 13 18:18:06 pixelated pixelated-user-agent[7921]: 2017-04-13 18:18:06 [pixelated.resources.mails_resource] ERROR error saving draft: No attachment with id None found!
C Apr 13 18:18:13 pixelated pixelated-user-agent[7921]: 2017-04-13 18:18:13 [pixelated.resources.mails_resource] ERROR error occurred while sending: No attachment with id None found!

The actual error seems to be coming from the _fetch_attachment_contents method in mails_resource.py.

Closing this issue for now. If the problem persist we can reopen.