GNOME Bugzilla – Bug 338227
IPP warnings
Last modified: 2008-01-29 13:10:53 UTC
After opening the Print dialog once epiphany keeps on printing these error messages every few seconds. ** (epiphany:25114): WARNING **: IPP request failed with status 1280 I should note that I don't have a printer installed.
That's from libgnomecups, reassigning.
I suppose this typically happens when cupsys isn't installed / running (also awful to diagnose: when a RPC app is listening on the IPP port instead of cupsys...). This was reported in Debian bugs http://bugs.debian.org/366472 and http://bugs.debian.org/372085. [ IMO, it is a bug that the library spits stuff to stderr in normal use cases (no CUPS server running, network timeout etc.) and I suppose it would be natural to return the error only to the calling application, and let it deal with it the way it wants. ]
It happened to me when my cups server (remote machine) was temporarily unreachable (I accidently pulled the plug).
Created attachment 68212 [details] [review] Do not call g_warning in case of IPP_NOT_FOUND Patch from Ubuntu forwarded to Debian by Martin Pitt.
Ok if I commit this patch?
Comment on attachment 68212 [details] [review] Do not call g_warning in case of IPP_NOT_FOUND seems reasonable.
Moving all gnome-cups-manager bugs to new product. Filter on Kjartan's spring cleaning.