error upon retrieving mail through fetchmail, message_process
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Odoo Addons (MOVED TO GITHUB) |
Fix Committed
|
Low
|
OpenERP Publisher's Warranty Team | |||
Therp Backports (Deprecated) | Status tracked in Addons-6.1 | |||||
Addons-6.1 |
Fix Released
|
High
|
Holger Brunn (Therp) |
Bug Description
I had installed openerp on a windows 7 64bit installation, everything went well and I was able to create applicant (hr module) from email addresses just fine, however, in the past 2 days, I started to encounter an issue where email cannot be retrieved anymore. The log shows as below:
2012-10-08 00:20:54,927 6776 INFO ? fetchmail: start checking for new emails on pop server my_pop_server
2012-10-08 00:20:57,460 6776 ERROR ? fetchmail: Failed to fetch mail from pop server my_pop_server
Traceback (most recent call last):
File "C:\Program Files (x86)\OpenERP 6.1-20121006-
File "C:\Program Files (x86)\OpenERP 6.1-20121006-
TypeError: expected string or buffer
I have no idea what's causing it as I'm not a programmer.
PS. on a side note, there was an email that received through my pop server that has empty 'subject', could that be the cause of the problem?
JKW
Related branches
- Holger Brunn (Therp) (community): Needs Fixing
- OpenERP Core Team: Pending requested
-
Diff: 12 lines (+1/-1)1 file modifiedmail/mail_thread.py (+1/-1)
- Stefan Rijnhart (Opener) (community): Approve
-
Diff: 12 lines (+1/-1)1 file modifiedmail/mail_thread.py (+1/-1)
Changed in openobject-addons: | |
status: | New → Confirmed |
JKW,
You are right and this is a good catch!
We confirm the error.
Thanks.