#812 closed defect (fixed)
NoneType object has no attribute getEmail in Email sending
Reported by: | arescope | Owned by: | arescope |
---|---|---|---|
Priority: | high | Milestone: | v0.98.1 |
Component: | General | Version: | |
Keywords: | Cc: |
Description
To integrate in 0.98b1
2011-05-25 07:52:43,538 indico.requestHandler - ERROR base.py:346 -- Request 47635567769552 failed: "'NoneType?' object has no attribute 'getEmail'"
url: https://indico.cern.ch:443/EMail.py?contribId=15&sessionId=6&confId=122027&authId=0
parameters: {'contribId': '15', 'sessionId': '6', 'authId': '0', 'confId': '122027'}
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/indico-0.98_dev-py2.6.egg/MaKaC/webinterface/rh/base.py", line 514, in process
self._checkParams( self._reqParams )
File "/usr/lib/python2.6/site-packages/indico-0.98_dev-py2.6.egg/MaKaC/webinterface/rh/conferenceDisplay.py", line 546, in _checkParams
self._emailto =contrib.getAuthorById(authid).getEmail()
AttributeError?: 'NoneType?' object has no attribute 'getEmail'
Change History (4)
comment:1 Changed 4 years ago by arescope
- Status changed from new to assigned
comment:2 Changed 4 years ago by arescope
- Status changed from assigned to awaiting_merge
comment:3 Changed 4 years ago by Alberto Resco Perez <alberto.resco.perez@…>
- Resolution set to fixed
- Status changed from awaiting_merge to closed
In [0d8cdcae5bd52d3a68f59adc2a4c8cf777fc197e/indico]: