Comment 4 for bug 519430

Revision history for this message
mario dejung (other-dejung) wrote :

I found a solution for this issue:

Edit File /usr/share/hplip/base/mdns.py around line 311:

#y['device1'] = "MFG:Hewlett-Packard;MDL:%s;CLS:PRINTER;" % txt['ty']
try:
    y['device1'] = "MFG:Hewlett-Packard;MDL:%s;CLS:PRINTER;" % txt['ty']
except KeyError:
    log.debug("NO ty Key in txt: %s" % repr(txt))