← Back to team overview

mythbuntu-bugs team mailing list archive

[Bug 1316905] [NEW] MCC crashes with error on mysql plugin

 

Public bug reported:

MCC crashes with this

Traceback (most recent call last):
  File "/usr/bin/mythbuntu-control-centre", line 360, in compareState
    plugin.compareState()
  File "/usr/share/mythbuntu/plugins/python/mysql_configuration.py", line 124, in compareState
    if not self.mysql_service and self.enablemysql.get_active_text() == "Enable":
AttributeError: 'ComboBox' object has no attribute 'get_active_text'

** Affects: mythbuntu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Mythbuntu
Bug Team, which is subscribed to Mythbuntu.
https://bugs.launchpad.net/bugs/1316905

Title:
  MCC crashes with error on mysql plugin

Status in Mythbuntu, Ubuntu derivative focused upon MythTV:
  New

Bug description:
  MCC crashes with this

  Traceback (most recent call last):
    File "/usr/bin/mythbuntu-control-centre", line 360, in compareState
      plugin.compareState()
    File "/usr/share/mythbuntu/plugins/python/mysql_configuration.py", line 124, in compareState
      if not self.mysql_service and self.enablemysql.get_active_text() == "Enable":
  AttributeError: 'ComboBox' object has no attribute 'get_active_text'

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


Follow ups

References