← Back to team overview

mythbuntu-bugs team mailing list archive

[Bug 1322746] [NEW] Mythbuntu Control Centre error in compareState after upgrade to Trusty

 

Public bug reported:

After upgrading to Trusty, I get "Exception in compareState of plugin
Repositories" when using the MySQL or Backup tabs, after hitting
"apply".  Upgrading to mythbuntu-common 0.74 did not fix the problem.

The CLI reports errors as follows:

$ mythbuntu-control-centre
WARNING: Error importing plugin bare_console
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/MythbuntuControlCentre/plugin.py", line 56, in reload_plugins
    __import__(plugin, None, None, [''])
  File "/usr/share/mythbuntu/plugins/python/bare_console.py", line 29, in <module>
    import gobject
ImportError: No module named 'gobject'
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Traceback (most recent call last):
  File "/usr/bin/mythbuntu-control-centre", line 360, in compareState
    plugin.compareState()
  File "/usr/share/mythbuntu/plugins/python/mythbuntu_repos.py", line 193, in compareState
    SELVER = self.convertVersion(self.repobox.get_active_text())
  File "/usr/share/mythbuntu/plugins/python/mythbuntu_repos.py", line 185, in convertVersion
    if VERSION.endswith(".x"):
AttributeError: 'NoneType' object has no attribute 'endswith'

** 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/1322746

Title:
  Mythbuntu Control Centre error in compareState after upgrade to Trusty

Status in Mythbuntu, Ubuntu derivative focused upon MythTV:
  New

Bug description:
  After upgrading to Trusty, I get "Exception in compareState of plugin
  Repositories" when using the MySQL or Backup tabs, after hitting
  "apply".  Upgrading to mythbuntu-common 0.74 did not fix the problem.

  The CLI reports errors as follows:

  $ mythbuntu-control-centre
  WARNING: Error importing plugin bare_console
  Traceback (most recent call last):
    File "/usr/lib/python3/dist-packages/MythbuntuControlCentre/plugin.py", line 56, in reload_plugins
      __import__(plugin, None, None, [''])
    File "/usr/share/mythbuntu/plugins/python/bare_console.py", line 29, in <module>
      import gobject
  ImportError: No module named 'gobject'
  Reading package lists... Done
  Building dependency tree       
  Reading state information... Done
  Traceback (most recent call last):
    File "/usr/bin/mythbuntu-control-centre", line 360, in compareState
      plugin.compareState()
    File "/usr/share/mythbuntu/plugins/python/mythbuntu_repos.py", line 193, in compareState
      SELVER = self.convertVersion(self.repobox.get_active_text())
    File "/usr/share/mythbuntu/plugins/python/mythbuntu_repos.py", line 185, in convertVersion
      if VERSION.endswith(".x"):
  AttributeError: 'NoneType' object has no attribute 'endswith'

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


Follow ups

References