I installed 1.7.3.  When I try to fax, I get an "error" code 1804 (low 
toner).  While it is true that I do have a low toner condition, why is 
that considered an error?  Especially when faxing?

Starting on line 547 of faxsendformjob.py there is:

         if self.dev.error_state > ERROR_STATE_MAX_OK:
             self.FailureUI(self.__tr("<b>Device is busy or in an error 
state (code=%1)</b><p>Please wait for the device to become idle or clear 
the error and try again.").arg(self.dev.status_code))
             return

Looking at debug messages reveals error state is 102 (low supplies) 
which triggers this.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
HPLIP-Devel mailing list
HPLIP-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hplip-devel

Reply via email to