There is a crash with the new version of aptdaemon being reported on the
error tracker that has similar although different stack trace.

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/aptdaemon/gtk3widgets.py", line 522, in 
_on_download_changed
    iter = self._download_map[uri]
KeyError: 
'http://pl.archive.ubuntu.com/ubuntu/pool/universe/w/wxwidgets2.8/wx2.8-i18n_2.8.12.1-14ubuntu1.1_all.deb'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/aptdaemon/gtk3widgets.py", line 525, in 
_on_download_changed
    iter = model.append((text, progress, uri))
AttributeError: 'NoneType' object has no attribute 'append'

So it seems that model may also be None.  I'll create a new bug report
for that.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024590

Title:
  update-manager crashed with AttributeError in _on_download_changed():
  'NoneType' object has no attribute 'get_value'

To manage notifications about this bug go to:
https://bugs.launchpad.net/aptdaemon/+bug/1024590/+subscriptions

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

Reply via email to