davesteele / cloudprint-service

Debian packaging for the Python cloudprint proxy utility
GNU General Public License v3.0
71 stars 4 forks source link

Cloudprint service starts, but the printer always shows as offline #47

Open rrothermund opened 7 years ago

rrothermund commented 7 years ago

Ive installed cloudprint-service through the PPA instructions, everything seemed to work perfectly but each time I reboot my debian 8 box, the printer that shows up in the manage printers page on google cloud print is greyed out and shows as offline. Any ideas?

davesteele commented 7 years ago

grep cloudprint /var/log/*, or run the daemon manually with sudo /usr/sbin/cloudprintd -a /var/lib/cloudprintd/authfile.json to see the output.

You may have lost authentication, or the app may be crashing.