[Bug 1826213] Re: /usr/bin/update-manager:AttributeError:/usr/bin/update-manager@118:start_update:start_available:refresh_cache:update

2020-06-18 Thread Launchpad Bug Tracker
This bug was fixed in the package update-manager - 1:19.04.8.1 --- update-manager (1:19.04.8.1) eoan; urgency=medium * UpdateManager/UpdateManager.py: when refreshing the cache and encountering an error return rather than trying to use the undefined cache which causes

[Bug 1826213] Re: /usr/bin/update-manager:AttributeError:/usr/bin/update-manager@118:start_update:start_available:refresh_cache:update

2020-06-18 Thread Launchpad Bug Tracker
This bug was fixed in the package update-manager - 1:18.04.11.13 --- update-manager (1:18.04.11.13) bionic; urgency=medium * UpdateManager/UpdateManager.py: when refreshing the cache and encountering an error return rather than trying to use the undefined cache which causes

[Bug 1826213] Re: /usr/bin/update-manager:AttributeError:/usr/bin/update-manager@118:start_update:start_available:refresh_cache:update

2020-06-18 Thread Launchpad Bug Tracker
This bug was fixed in the package update-manager - 1:20.04.10.1 --- update-manager (1:20.04.10.1) focal; urgency=medium * UpdateManager/UpdateManager.py: when refreshing the cache and encountering an error return rather than trying to use the undefined cache which causes

[Bug 1826213] Re: /usr/bin/update-manager:AttributeError:/usr/bin/update-manager@118:start_update:start_available:refresh_cache:update

2020-06-10 Thread Brian Murray
I tested the version of update-manger, 1:18.04.11.13, from bionic- proposed and did not receive the Traceback when I forced an AssertionError. I also saw the dialog boxes with the version of update- manager from -proposed. ** Tags removed: verification-needed-bionic ** Tags added:

[Bug 1826213] Re: /usr/bin/update-manager:AttributeError:/usr/bin/update-manager@118:start_update:start_available:refresh_cache:update

2020-06-10 Thread Brian Murray
I also followed the test case on Ubuntu 19.10 and update-manager version 1:19.04.8.1 from eoan-proposed. When the AssertionError was raised I saw the dialog boxes instead of the Traceback. ** Tags removed: verification-needed-eoan ** Tags added: verification-done-eoan -- You received this bug

[Bug 1826213] Re: /usr/bin/update-manager:AttributeError:/usr/bin/update-manager@118:start_update:start_available:refresh_cache:update

2020-06-10 Thread Brian Murray
I followed the test case on Ubuntu 20.04 LTS with update-manager version 20.04.10.1 from focal-proposed and saw the dialog boxes instead of the Traceback - setting to verification-done. ** Tags removed: verification-needed verification-needed-focal ** Tags added: verification-done

[Bug 1826213] Re: /usr/bin/update-manager:AttributeError:/usr/bin/update-manager@118:start_update:start_available:refresh_cache:update

2020-06-10 Thread Brian Murray
** Description changed: [Impact] update-manager is crashing frequently causing a bad user experience. [Test Case] The crash happens when an AssertionError is raised in MyCache but I haven't figure out how to recreate that. So here's a way to force an assertion error. 1) edit the

[Bug 1826213] Re: /usr/bin/update-manager:AttributeError:/usr/bin/update-manager@118:start_update:start_available:refresh_cache:update

2020-06-05 Thread Łukasz Zemczak
Hello errors.ubuntu.com, or anyone else affected, Accepted update-manager into bionic-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/update- manager/1:18.04.11.13 in a few hours, and then in the -proposed repository. Please help us by testing this

[Bug 1826213] Re: /usr/bin/update-manager:AttributeError:/usr/bin/update-manager@118:start_update:start_available:refresh_cache:update

2020-06-05 Thread Łukasz Zemczak
Hello errors.ubuntu.com, or anyone else affected, Accepted update-manager into eoan-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/update- manager/1:19.04.8.1 in a few hours, and then in the -proposed repository. Please help us by testing this new

[Bug 1826213] Re: /usr/bin/update-manager:AttributeError:/usr/bin/update-manager@118:start_update:start_available:refresh_cache:update

2020-06-05 Thread Łukasz Zemczak
Hello errors.ubuntu.com, or anyone else affected, Accepted update-manager into focal-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/update- manager/1:20.04.10.1 in a few hours, and then in the -proposed repository. Please help us by testing this new

[Bug 1826213] Re: /usr/bin/update-manager:AttributeError:/usr/bin/update-manager@118:start_update:start_available:refresh_cache:update

2020-06-03 Thread Brian Murray
** Changed in: update-manager (Ubuntu Eoan) Status: Confirmed => In Progress ** Changed in: update-manager (Ubuntu Eoan) Assignee: (unassigned) => Brian Murray (brian-murray) ** Changed in: update-manager (Ubuntu Bionic) Status: Confirmed => In Progress ** Changed in:

[Bug 1826213] Re: /usr/bin/update-manager:AttributeError:/usr/bin/update-manager@118:start_update:start_available:refresh_cache:update

2020-06-03 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-core-dev/ubuntu/focal/update-manager/ubuntu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1826213 Title: /usr/bin/update-manager:AttributeError:/usr/bin/update-

[Bug 1826213] Re: /usr/bin/update-manager:AttributeError:/usr/bin/update-manager@118:start_update:start_available:refresh_cache:update

2020-06-03 Thread Brian Murray
** Also affects: update-manager (Ubuntu Eoan) Importance: Undecided Status: New ** Also affects: update-manager (Ubuntu Bionic) Importance: Undecided Status: New ** Changed in: update-manager (Ubuntu Bionic) Status: New => Confirmed ** Changed in: update-manager

[Bug 1826213] Re: /usr/bin/update-manager:AttributeError:/usr/bin/update-manager@118:start_update:start_available:refresh_cache:update

2020-06-03 Thread Launchpad Bug Tracker
This bug was fixed in the package update-manager - 1:20.04.12 --- update-manager (1:20.04.12) groovy; urgency=medium * Fix hang in apturl-gtk. (LP: #1874591) * Fix crash in snap updates when refreshing the cache fails. (LP: #1880987) -- Marcus Tomlinson Thu, 28 May 2020

[Bug 1826213] Re: /usr/bin/update-manager:AttributeError:/usr/bin/update-manager@118:start_update:start_available:refresh_cache:update

2020-05-27 Thread Brian Murray
A hackish test case for this bug involves the following: 1) edit the MyCache class's __init__ function (found in UpdateManager/Core/MyCache.py) to 'raise AssertionError' which will simulate having a dirty journal or broken packages 2) comment out 'self.window_main.duplicate_packages =

[Bug 1826213] Re: /usr/bin/update-manager:AttributeError:/usr/bin/update-manager@118:start_update:start_available:refresh_cache:update

2020-05-27 Thread Brian Murray
** Changed in: update-manager (Ubuntu) Status: Confirmed => In Progress ** Changed in: update-manager (Ubuntu) Assignee: (unassigned) => Brian Murray (brian-murray) ** Changed in: update-manager (Ubuntu) Importance: Undecided => High -- You received this bug notification because

[Bug 1826213] Re: /usr/bin/update-manager:AttributeError:/usr/bin/update-manager@118:start_update:start_available:refresh_cache:update

2020-05-27 Thread Launchpad Bug Tracker
** Branch linked: lp:update-manager -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1826213 Title: /usr/bin/update-manager:AttributeError:/usr/bin/update-

[Bug 1826213] Re: /usr/bin/update-manager:AttributeError:/usr/bin/update-manager@118:start_update:start_available:refresh_cache:update

2020-05-27 Thread Launchpad Bug Tracker
** Branch linked: lp:~brian-murray/update-manager/bug-1826213 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1826213 Title: /usr/bin/update-manager:AttributeError:/usr/bin/update-

[Bug 1826213] Re: /usr/bin/update-manager:AttributeError:/usr/bin/update-manager@118:start_update:start_available:refresh_cache:update

2020-05-21 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: update-manager (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1826213

[Bug 1826213] Re: /usr/bin/update-manager:AttributeError:/usr/bin/update-manager@118:start_update:start_available:refresh_cache:update

2020-05-21 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: update-manager (Ubuntu Focal) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1826213] Re: /usr/bin/update-manager:AttributeError:/usr/bin/update-manager@118:start_update:start_available:refresh_cache:update

2020-04-15 Thread Brian Murray
** Changed in: update-manager (Ubuntu Focal) Milestone: None => ubuntu-20.04.1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1826213 Title:

[Bug 1826213] Re: /usr/bin/update-manager:AttributeError:/usr/bin/update-manager@118:start_update:start_available:refresh_cache:update

2020-04-15 Thread Brian Murray
I made a spot check of the first few crashes in the Error Tracker and curiously they all have: ProcCmdline /usr/bin/python3 /usr/bin/update-manager --no-update -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1826213] Re: /usr/bin/update-manager:AttributeError:/usr/bin/update-manager@118:start_update:start_available:refresh_cache:update

2020-03-13 Thread Francis Ginther
** Tags added: id-5e4591c86f580c588732b8d3 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1826213 Title: /usr/bin/update-manager:AttributeError:/usr/bin/update-

[Bug 1826213] Re: /usr/bin/update-manager:AttributeError:/usr/bin/update-manager@118:start_update:start_available:refresh_cache:update

2020-02-13 Thread Brian Murray
Here's the Traceback: Traceback (most recent call last): File "/usr/bin/update-manager", line 118, in app.start_update() File "/usr/lib/python3/dist-packages/UpdateManager/UpdateManager.py", line 215, in start_update self.start_available() File

[Bug 1826213] Re: /usr/bin/update-manager:AttributeError:/usr/bin/update-manager@118:start_update:start_available:refresh_cache:update

2020-02-09 Thread Jean-Baptiste Lallement
** Tags added: rls-ff-incoming ** Tags added: focal -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1826213 Title: /usr/bin/update-manager:AttributeError:/usr/bin/update-