I still get daily crashes from the Apport retracer in this simple code:

        bug = self.launchpad.bugs[id]
        if self.arch_tag in bug.tags:
            x = bug.tags[:] # LP#254901 workaround
            x.remove(self.arch_tag)
            bug.tags = x
            bug.lp_save()

  File 
"/home/ubuntu-archive/launchpadlib/launchpadlib/src/launchpadlib/resource.py", 
line 487, in lp_save
    URI(self.self_link), representation, headers)
  File 
"/home/ubuntu-archive/launchpadlib/launchpadlib/src/launchpadlib/_browser.py", 
line 265, in patch
    'PATCH', extra_headers=extra_headers)
  File 
"/home/ubuntu-archive/launchpadlib/launchpadlib/src/launchpadlib/_browser.py", 
line 210, in _request
    raise HTTPError(response, content)
launchpadlib.errors.HTTPError: HTTP Error 412: Precondition Failed

So it doesn't actually seem fixed yet?

-- 
When adding tag or updating description, lp_save() gives "HTTP Error 412: 
Precondition Failed"
https://bugs.launchpad.net/bugs/336866
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to