Comment 1 for bug 1258112

Revision history for this message
Sebastien Bacher (seb128) wrote :

That's creating https://errors.ubuntu.com/problem/3ca9b88401b3789ff4d00462be7b20206f60e181 for apturl

way to reproduce
- call apturl-gtk apt:<somebinarynotinstalled
- click install
- when the password prompt shows, hit "esc" on the keyboard

you get the stacktrace

"Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/defer/__init__.py", line 483, in _inline_callbacks
    result = gen.throw(excep)
  File "/usr/lib/python3/dist-packages/AptUrl/gtk/backend/InstallBackendAptdaemon.py", line 57, in commit
    self._action_done(self.ACTION_INSTALL, False, False, str(e), None)
  File "/usr/lib/python3/dist-packages/UpdateManager/backend/__init__.py", line 70, in _action_done
    self.window_main.start_error(False, error_string, error_desc)
TypeError: <lambda>() takes 0 positional arguments but 3 were given"