Changes between Initial Version and Version 1 of Ticket #26046


Ignore:
Timestamp:
Jan 6, 2016, 9:35:24 AM (8 years ago)
Author:
Tim Graham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26046 – Description

    initial v1  
    66
    77Attached trace info below:
    8 
    9 ---
    10 
     8{{{
    119NoneType' object has no attribute 'get'
    1210Request Method: GET
     
    4745tmsg = self._catalog.get(message, missing)
    4846AttributeError: 'NoneType' object has no attribute 'get'
     47}}}
Back to Top