resolution_fixed type_defect | by rjsparks@nostrum.com
AttributeError at /doc/draft-ietf-pcp-server-selection/edit/lastcalltext/
'NoneType' object has no attribute 'desc'
Request Method: POST
Request URL: https://datatracker.ietf.org/doc/draft-ietf-pcp-server-selection/edit/lastcalltext/
Django Version: 1.6
Exception Type: AttributeError
Exception Value:
'NoneType' object has no attribute 'desc'
Exception Location: /a/www/ietf-datatracker/web/ietf/doc/views_ballot.py in lastcalltext, line 457
Python Executable: /usr/bin/python
Most of the places that the function is currently called is safe - the call is inside an if condition that will ensure the function will return a DocEvent. But in ietf/doc/views_ballot.py there are a couple of places that have no such guarantee, leading to runtime errors as above.
Issue migrated from trac:1566 at 2022-03-04 03:58:10 +0000
resolution_fixedtype_defect| by rjsparks@nostrum.comMost of the places that the function is currently called is safe - the call is inside an if condition that will ensure the function will return a DocEvent. But in ietf/doc/views_ballot.py there are a couple of places that have no such guarantee, leading to runtime errors as above.
Issue migrated from trac:1566 at 2022-03-04 03:58:10 +0000