Cloudprint suddenly started crashing on startup

Bug #1867861 reported by Jeff K
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
cloudprint (Ubuntu)
New
Undecided
Unassigned

Bug Description

Cloudprint has been working reliably for more than a year on my Ubuntu 18.04 system.
Currently I have cloudprint-0.14-9 installed.
I am unaware of any recent changes to my system other than standard apt-get updates.

All of a sudden cloudprint stopped working... it stopped printing and https://www.google.com/cloudprint?authuser=1#printers showed my printers offline.

Whenever I try to restart, I get the following traceback error:

Traceback (most recent call last):
  File "/usr/bin/cloudprint", line 11, in <module>
    load_entry_point('cloudprint==0.14', 'console_scripts', 'cloudprint-cmd')()
  File "/usr/share/cloudprint/cloudprint/cloudprint.py", line 613, in main
    sync_printers(cups_connection, cpp)
  File "/usr/share/cloudprint/cloudprint/cloudprint.py", line 392, in sync_printers
    remote_printers[printer_name].update(description, ppd)
  File "/usr/share/cloudprint/cloudprint/cloudprint.py", line 329, in update
    return self.cpp.update_printer(self.id, self.name, description, ppd)
  File "/usr/share/cloudprint/cloudprint/cloudprint.py", line 276, in update_printer
    'capsHash': hashlib.sha1(ppd.encode('utf-8')).hexdigest(),
  File "/usr/lib/python2.7/dist-packages/requests/sessions.py", line 567, in post
    return self.request('POST', url, data=data, json=json, **kwargs)
  File "/usr/lib/python2.7/dist-packages/requests/sessions.py", line 520, in request
    resp = self.send(prep, **send_kwargs)
  File "/usr/lib/python2.7/dist-packages/requests/sessions.py", line 630, in send
    r = adapter.send(request, **kwargs)
  File "/usr/lib/python2.7/dist-packages/requests/adapters.py", line 490, in send
    raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', error(32, 'Broken pipe'))

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.