Good question.

The problem is that the error checking is (so far) simple minded. For
faxing, printing, etc. it checks to see if the device has any errors -
unfortunately, right now, low supplies is an "error" which is then trapped
by the code you found.

I will put this into my hopper of stuff to look at. In the meantime, can you
just comment out this code? (with a #).

Thanks,

Don


On 3/28/07, Bernard Johnson <[EMAIL PROTECTED]>
wrote:

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

-------------------------------------------------------------------------
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