[Bug 1827441] Re: ubuntu-release-upgrader crashed with configparser.NoOptionError: No option 'devrelease' in section: 'Options'
Brian Murray
brian at ubuntu.com
Thu May 2 23:17:27 UTC 2019
Here's the relevant part of the Traceback:
Traceback (most recent call last):
File "/usr/lib/python3.6/configparser.py", line 789, in get
value = d[option]
File "/usr/lib/python3.6/collections/__init__.py", line 883, in __getitem__
return self.__missing__(key) # support subclasses that define __missing__
File "/usr/lib/python3.6/collections/__init__.py", line 875, in __missing__
raise KeyError(key)
KeyError: 'devrelease'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/ubuntu-release-upgrader/do-partial-upgrade", line 114, in <module>
controller.doPartialUpgrade()
File "/usr/lib/python3/dist-packages/DistUpgrade/DistUpgradeController.py", line 2097, in doPartialUpgrade
if not self.askDistUpgrade():
File "/usr/lib/python3/dist-packages/DistUpgrade/DistUpgradeController.py", line 1154, in askDistUpgrade
changes = self.calcDistUpgrade()
File "/usr/lib/python3/dist-packages/DistUpgrade/DistUpgradeController.py", line 1117, in calcDistUpgrade
if not self.cache.distUpgrade(self._view, self.serverMode, self._partialUpgrade):
File "/usr/lib/python3/dist-packages/DistUpgrade/DistUpgradeCache.py", line 241, in wrapper
res = f(*args, **kwargs)
File "/usr/lib/python3/dist-packages/DistUpgrade/DistUpgradeCache.py", line 681, in distUpgrade
self.config.get("Options", "devRelease") == "True":
File "/usr/lib/python3.6/configparser.py", line 792, in get
raise NoOptionError(option, section)
configparser.NoOptionError: No option 'devrelease' in section: 'Options'
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to ubuntu-release-upgrader in
Ubuntu.
https://bugs.launchpad.net/bugs/1827441
Title:
ubuntu-release-upgrader crashed with configparser.NoOptionError: No
option 'devrelease' in section: 'Options'
Status in ubuntu-release-upgrader package in Ubuntu:
New
Bug description:
The Ubuntu Error Tracker has been receiving reports about a problem regarding ubuntu-release-upgrader. This problem was most recently seen with package version 1:19.04.16.2, the problem page at https://errors.ubuntu.com/problem/de449d522b48757811ca4c9fc219ad41a5ac3e42 contains more details, including versions of packages affected, stacktrace or traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software developer, you can request it at http://forms.canonical.com/reports/.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1827441/+subscriptions
More information about the foundations-bugs
mailing list