cloudprint icon indicating copy to clipboard operation
cloudprint copied to clipboard

cloudprint often fails to start

Open zoof opened this issue 12 years ago • 1 comments

Not sure what the issue is but the following is the frequent output, whether it is being started from the command line, or as an init process. Please let me know what further information I can provide. I have cloudprint installed on a cubieboard running debian wheezy.

Starting Google Cloud Print: Traceback (most recent call last): File "/usr/local/bin/cloudprint", line 9, in load_entry_point('cloudprint==0.10', 'console_scripts', 'cloudprint')() File "/usr/local/lib/python2.7/dist-packages/cloudprint/cloudprint.py", line 448, in main sync_printers(cups_connection, cpp) File "/usr/local/lib/python2.7/dist-packages/cloudprint/cloudprint.py", line 294, in sync_printers ppd_file = open(cups_connection.getPPD(printer_name)) cups.IPPError: (1030, 'client-error-not-found')

zoof avatar Jun 16 '13 20:06 zoof

It sounds like cloudprint can not connect to your local cups server. Is this in an init script?

armooo avatar Jul 09 '15 04:07 armooo