[Tracker-discuss] [issue176] Can not close issue 846388
Erik Forsberg
metatracker at psf.upfronthosting.co.za
Wed Jan 9 14:27:37 CET 2008
Erik Forsberg added the comment:
On Wed, 09 Jan 2008 13:09:36 -0000
Facundo Batista <metatracker at psf.upfronthosting.co.za> wrote:
>
> New submission from Facundo Batista:
>
> Tried yesterday from one platform, tried today from other one,
> different texts.
>
> Today text is:
>
> """
> Retried it in a platform where I trust timing, and it proved ok.
>
> So, problem solved, no performance impact, all tests pass ok.
> Commited in r59862.
>
> Thank you all!
> """
>
> And the changes are:
>
> - Status -> closed
> - Resolution -> fixed
>
> Every time I click on "Submit changes", I get a:
>
> """
> An error has occurred
>
> A problem was encountered processing your request. The tracker
> maintainers have been notified of the problem.
Seems to be a problem with the adding of In-Reply-To headers in
roundupdb.py/send_message. Here's the traceback:
Traceback (most recent call last):
File
"/home/roundup/roundup-production//lib/python2.4/site-packages/roundup/cgi/client.py",
line 265, in inner_main html = self.handle_action()
File
"/home/roundup/roundup-production//lib/python2.4/site-packages/roundup/cgi/client.py",
line 841, in handle_action return action_klass(self).execute()
File
"/home/roundup/roundup-production//lib/python2.4/site-packages/roundup/cgi/actions.py",
line 39, in execute return self.handle()
File
"/home/roundup/roundup-production//lib/python2.4/site-packages/roundup/cgi/actions.py",
line 562, in handle message = self._editnodes(props, links)
File
"/home/roundup/roundup-production//lib/python2.4/site-packages/roundup/cgi/actions.py",
line 399, in _editnodes props = self._changenode(cn, nodeid, props)
File
"/home/roundup/roundup-production//lib/python2.4/site-packages/roundup/cgi/actions.py",
line 457, in _changenode return cl.set(nodeid, **props)
File
"/home/roundup/roundup-production//lib/python2.4/site-packages/roundup/backends/rdbms_common.py",
line 1524, in set self.fireReactors('set', nodeid, oldvalues)
File
"/home/roundup/roundup-production//lib/python2.4/site-packages/roundup/hyperdb.py",
line 1213, in fireReactors react(self.db, self, nodeid, oldvalues)
File "/home/roundup/trackers/tracker/detectors/sendmail.py", line
104, in sendmail authid=authid)
File
"/home/roundup/roundup-production//lib/python2.4/site-packages/roundup/roundupdb.py",
line 428, in send_message writer.addheader('In-Reply-To', inreplyto)
File "MimeWriter.py", line 100, in addheader
lines = value.split("\n")
AttributeError: 'NoneType' object has no attribute 'split'
I'll take a look during the evening if Martin doesn't have the time.
Regards,
\EF
--
Erik Forsberg http://efod.se
GPG/PGP Key: 1024D/0BAC89D9
----------
status: unread -> chatting
_______________________________________________________
Meta Tracker <metatracker at psf.upfronthosting.co.za>
<http://psf.upfronthosting.co.za/roundup/meta/issue176>
_______________________________________________________
More information about the Tracker-discuss
mailing list