Mythexport error in MCC startup

Bug #1365090 reported by Thomas Mashos
14
This bug affects 3 people
Affects Status Importance Assigned to Milestone
Mythbuntu
Fix Released
Medium
Thomas Mashos

Bug Description

Users get the following during MCC startup due to python2 vs python3 differences.

daryl@daryl-A780L3C:~$ mythbuntu-control-centre
Reading package lists... Done
Building dependency tree
Reading state information... Done

below is a GUI popup:

 Exception in captureState of plugin MythExport

and then after closing the popup:

Traceback (most recent call last):
  File "/usr/lib/python3.4/configparser.py", line 1116, in _unify_values
    sectiondict = self._sections[section]
KeyError: 'cfg'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/mythbuntu-control-centre", line 377, in refreshState
    plugin.captureState()
  File "/usr/share/mythbuntu/plugins/python/mythexport.py", line 53, in captureState
    self.changes['dir'] = self.config.get("cfg", "dir")
  File "/usr/lib/python3.4/configparser.py", line 754, in get
    d = self._unify_values(section, vars)
  File "/usr/lib/python3.4/configparser.py", line 1119, in _unify_values
    raise NoSectionError(section)
configparser.NoSectionError: No section: 'cfg'

Thomas Mashos (tgm4883)
Changed in mythbuntu:
assignee: nobody → Thomas Mashos (tgm4883)
importance: Undecided → Medium
status: New → Fix Committed
Revision history for this message
Thomas Mashos (tgm4883) wrote :

Marking as Fix Released since we provide newer builds in our PPA and this has been marked fix committed for awhile now.

Changed in mythbuntu:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.