Comment 17 for bug 520466

Revision history for this message
Till Kamppeter (till-kamppeter) wrote :

Tim, the bug happens when clicking on "Add" in the main windoow and in the wizard which appears then on the "+" at "Network Printer". The list of detected printers gets incomplete and the following appears in the terminal where system-config-printer was started:

  File "/usr/share/system-config-printer/asyncipp.py", line 193, in send_reply
    self._reply_handler (self._conn, result)
  File "/usr/share/system-config-printer/asyncpk1.py", line 125, in _ipp_reply_handler
    self._client_reply_handler (self._conn, *args)
  File "/usr/lib/pymodules/python2.6/cupshelpers/cupshelpers.py", line 564, in _reply_handler
    for uri, data in devices.iteritems():
AttributeError: 'NoneType' object has no attribute 'iteritems'