You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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')
The text was updated successfully, but these errors were encountered:
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')
The text was updated successfully, but these errors were encountered: