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