Comment 12 for bug 1926672

Revision history for this message
Pablo Hörtner (redtux2000) wrote :

apport-cli is crashing on hirsute, so I cannot send you the debug log, but I have tried my setting (with existing swap and efi partitions) again, and am still getting the same error. I also took some screenshots and saved the debug log, in case you need it.

Just in case, "apport-cli -u 1926672" and "apport-collect 1926672" are crashing with the following error:

Traceback (most recent call last):
  File "/usr/share/apport/apport-gtk", line 597, in <module>
    app.run_argv()
  File "/usr/lib/python3/dist-packages/apport/ui.py", line 719, in run_argv
    return self.run_update_report()
  File "/usr/lib/python3/dist-packages/apport/ui.py", line 637, in run_update_report
    self.crashdb.update(self.options.update_report, self.report,
  File "/usr/lib/python3/dist-packages/apport/crashdb_impl/launchpad.py", line 419, in update
    bug.lp_save()
  File "/usr/lib/python3/dist-packages/lazr/restfulclient/resource.py", line 775, in lp_save
    response, content = self._root._browser.patch(
  File "/usr/lib/python3/dist-packages/lazr/restfulclient/_browser.py", line 494, in patch
    return self._request(
  File "/usr/lib/python3/dist-packages/lazr/restfulclient/_browser.py", line 438, in _request
    raise error
lazr.restfulclient.errors.PreconditionFailed: HTTP Error 412: Precondition Failed
Response headers:
---
content-length: 0
content-security-policy: frame-ancestors 'self';
content-type: text/plain
date: Fri, 21 May 2021 00:52:01 GMT
server: zope.server.http (HTTP)
status: 412
strict-transport-security: max-age=15552000
vary: Accept
x-content-type-options: nosniff
x-content-type-warning: guessed from content
x-frame-options: SAMEORIGIN
x-launchpad-revision: efc28e2b5d587feb8d4730501a578b7c3feee810
x-lazr-notifications: []
x-powered-by: Zope (www.zope.org), Python (www.python.org)
x-xss-protection: 1; mode=block
---
Response body:
---
b''
---