-
Notifications
You must be signed in to change notification settings - Fork 67
Description
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')