Custom Query (332 matches)
Results (139 - 141 of 332)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#182 | fixed | Email2trac on Dreamhost | bas | shildebrand@… |
Description |
I'm trying to install on Dreamhost but having trouble. Would it be possible to get into this deeper with you to try and figure out what's going on? |
|||
#184 | fixed | Deadlock with "UnicodeEncodeError: 'ascii' codec can't encode character u'\xf6'" | bas | hju@… |
Description |
The Ticket is created and the attachments are added as "none", "none-1". The screenshots are embedded in the ticket as image either. At the bottom of the description, the Attachments are listet with their former names Attachments: so far so good. But execution crashes! (and the ticket is created again and again calling run_email2trac) our getmail 2010-03-11 13:56:05 Delivery error (command run_email2trac 24820 error (1, Traceback (most recent call last): File "/usr/local/bin/email2trac", line 1772, in <module> tktparser.save_email_for_debug(m, True) File "/usr/local/bin/email2trac", line 578, in save_email_for_debug self.debug_attachments(message_parts) File "/usr/local/bin/email2trac", line 544, in debug_attachments print 'TD: writing part%d (%s)' % (n,part_file) UnicodeEncodeError: 'ascii' codec can't encode character u'\xf6' in position 26: ordinal not in range(128))) syslog: Mar 11 13:56:05 stock email2trac: Traceback (most recent call last): Mar 11 13:56:05 stock email2trac: File "/usr/local/bin/email2trac", line 1754, in <module>#012 tktparser.parse(sys.stdin) Mar 11 13:56:05 stock email2trac: File "/usr/local/bin/email2trac", line 1109, in parse#012 self.new_ticket(m, subject, spam_msg) Mar 11 13:56:05 stock email2trac: File "/usr/local/bin/email2trac", line 938, in new_ticket#012 error_with_attachments = self.attachments(message_parts) Mar 11 13:56:05 stock email2trac: File "/usr/local/bin/email2trac", line 1534, in attachments#012 path, fd = util.create_unique_file(os.path.join(self.TMPDIR, filename)) Mar 11 13:56:05 stock email2trac: File "/usr/lib/python2.5/site-packages/trac/util/__init__.py", line 227, in create_unique_file#012 return path, os.fdopen(os.open(path, flags, 0666), 'w') Mar 11 13:56:05 stock email2trac: UnicodeEncodeError: 'ascii' codec can't encode character u'\xf6' in position 7: ordinal not in range(128) version is 1.2.0 |
|||
#186 | fixed | add optional cryptography related features | bas | hoff.st@… |
Description |
parsing incoming emails for valid OpenPGP signatures from registered Trac users might help with spam on another level, other ideas may come to mind, thought of this just because there is WiP on AnnouncerPlugin for a generic interface to GnuPG that would help here too and would use exactly the complementary functions decrpt/verify instead of sign/encrypt for announcements |