[Linux-traipu] [Bug 1612001] Re: Mythbuntu bare causes MCC to throw an error on startup

2016-10-16 Thread draco
Please could you tell where to create the file, and which default
content to set, to avoid this error ?

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Mythbuntu.
https://bugs.launchpad.net/bugs/1612001

Title:
  Mythbuntu bare causes MCC to throw an error on startup

Status in Mythbuntu:
  Fix Committed
Status in Mythbuntu 16.04 series:
  New
Status in Mythbuntu 16.10 series:
  New

Bug description:
  [Impact]
  When starting mythbuntu-control-centre an error is thrown "Exception in 
applyStateToGUI of plugin Plugins. Disabling Plugin.". This is because we're 
trying to read a config file that may not exist. This is resolved by checking 
if the config file exists before reading it.

  [Test Case]
  Open mythbuntu-control-centre with an unpatched mythbuntu-bare-client 
installed via command line and note the error "configparser.NoSectionError: No 
section: 'General'"

  IMPORTANT: There is a second error you may see on the command line 
"AttributeError: 'MythPluginsPlugin' object has no attribute 
'mythweb_password_combobox'"
   that is due to bug LP:1581971 which is caused in another package and will 
throw the same GUI error until patched.

  [Regression Potential]
  Low. We're checking if the file exists prior to reading it now. In the event 
the file doesn't exist, we still set the defaults as before (we just don't try 
to read something that doesn't exist). This is pretty self contained inside 
mythbuntu-control-centre, so any regressions would be limited to that tab

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

-- 
Mailing list: https://launchpad.net/~linux-traipu
Post to : linux-traipu@lists.launchpad.net
Unsubscribe : https://launchpad.net/~linux-traipu
More help   : https://help.launchpad.net/ListHelp


[Linux-traipu] [Bug 1612001] Re: Mythbuntu bare causes MCC to throw an error on startup

2016-08-10 Thread Thomas Mashos
** Description changed:

- When starting mythbuntu-control-centre an error is thrown "Exception in
- applyStateToGUI of plugin Plugins. Disabling Plugin.". This is because
- we're trying to read a config file that may not exist. This is resolved
- by checking if the config file exists before reading it.
+ [Impact]
+ When starting mythbuntu-control-centre an error is thrown "Exception in 
applyStateToGUI of plugin Plugins. Disabling Plugin.". This is because we're 
trying to read a config file that may not exist. This is resolved by checking 
if the config file exists before reading it.
  
  [Test Case]
- Open mythbuntu-control-centre with an unpatched mythbuntu-bare-client 
installed via command line and note the error "configparser.NoSectionError: No 
section: 'General'" 
+ Open mythbuntu-control-centre with an unpatched mythbuntu-bare-client 
installed via command line and note the error "configparser.NoSectionError: No 
section: 'General'"
  
  IMPORTANT: There is a second error you may see on the command line 
"AttributeError: 'MythPluginsPlugin' object has no attribute 
'mythweb_password_combobox'"
-  that is due to bug LP:1581971 which is caused in another package and will 
throw the same GUI error until patched.
+  that is due to bug LP:1581971 which is caused in another package and will 
throw the same GUI error until patched.
  
  [Regression Potential]
  Low. We're checking if the file exists prior to reading it now. In the event 
the file doesn't exist, we still set the defaults as before (we just don't try 
to read something that doesn't exist). This is pretty self contained inside 
mythbuntu-control-centre, so any regressions would be limited to that tab

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Mythbuntu.
https://bugs.launchpad.net/bugs/1612001

Title:
  Mythbuntu bare causes MCC to throw an error on startup

Status in Mythbuntu:
  Fix Committed
Status in Mythbuntu 16.04 series:
  New
Status in Mythbuntu 16.10 series:
  New

Bug description:
  [Impact]
  When starting mythbuntu-control-centre an error is thrown "Exception in 
applyStateToGUI of plugin Plugins. Disabling Plugin.". This is because we're 
trying to read a config file that may not exist. This is resolved by checking 
if the config file exists before reading it.

  [Test Case]
  Open mythbuntu-control-centre with an unpatched mythbuntu-bare-client 
installed via command line and note the error "configparser.NoSectionError: No 
section: 'General'"

  IMPORTANT: There is a second error you may see on the command line 
"AttributeError: 'MythPluginsPlugin' object has no attribute 
'mythweb_password_combobox'"
   that is due to bug LP:1581971 which is caused in another package and will 
throw the same GUI error until patched.

  [Regression Potential]
  Low. We're checking if the file exists prior to reading it now. In the event 
the file doesn't exist, we still set the defaults as before (we just don't try 
to read something that doesn't exist). This is pretty self contained inside 
mythbuntu-control-centre, so any regressions would be limited to that tab

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

-- 
Mailing list: https://launchpad.net/~linux-traipu
Post to : linux-traipu@lists.launchpad.net
Unsubscribe : https://launchpad.net/~linux-traipu
More help   : https://help.launchpad.net/ListHelp


[Linux-traipu] [Bug 1612001] Re: Mythbuntu bare causes MCC to throw an error on startup

2016-08-10 Thread Thomas Mashos
** Description changed:

- When MCC is started on dedicated [stand-alone FrontEnd (16.04 LTS,
- MythTV 0.28), immediately after build], MCC throws up the following
- error, "Exception in applyStateToGUI of plugin Plugins. Disabling
- Plugin." See https://bugs.launchpad.net/mythbuntu/+bug/1581971 for more
- info
+ When starting mythbuntu-control-centre an error is thrown "Exception in
+ applyStateToGUI of plugin Plugins. Disabling Plugin.". This is because
+ we're trying to read a config file that may not exist. This is resolved
+ by checking if the config file exists before reading it.
+ 
+ [Test Case]
+ Open mythbuntu-control-centre with an unpatched mythbuntu-bare-client 
installed via command line and note the error "configparser.NoSectionError: No 
section: 'General'" 
+ 
+ IMPORTANT: There is a second error you may see on the command line 
"AttributeError: 'MythPluginsPlugin' object has no attribute 
'mythweb_password_combobox'"
+  that is due to bug LP:1581971 which is caused in another package and will 
throw the same GUI error until patched.
+ 
+ [Regression Potential]
+ Low. We're checking if the file exists prior to reading it now. In the event 
the file doesn't exist, we still set the defaults as before (we just don't try 
to read something that doesn't exist). This is pretty self contained inside 
mythbuntu-control-centre, so any regressions would be limited to that tab

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Mythbuntu.
https://bugs.launchpad.net/bugs/1612001

Title:
  Mythbuntu bare causes MCC to throw an error on startup

Status in Mythbuntu:
  Fix Committed
Status in Mythbuntu 16.04 series:
  New
Status in Mythbuntu 16.10 series:
  New

Bug description:
  When starting mythbuntu-control-centre an error is thrown "Exception
  in applyStateToGUI of plugin Plugins. Disabling Plugin.". This is
  because we're trying to read a config file that may not exist. This is
  resolved by checking if the config file exists before reading it.

  [Test Case]
  Open mythbuntu-control-centre with an unpatched mythbuntu-bare-client 
installed via command line and note the error "configparser.NoSectionError: No 
section: 'General'" 

  IMPORTANT: There is a second error you may see on the command line 
"AttributeError: 'MythPluginsPlugin' object has no attribute 
'mythweb_password_combobox'"
   that is due to bug LP:1581971 which is caused in another package and will 
throw the same GUI error until patched.

  [Regression Potential]
  Low. We're checking if the file exists prior to reading it now. In the event 
the file doesn't exist, we still set the defaults as before (we just don't try 
to read something that doesn't exist). This is pretty self contained inside 
mythbuntu-control-centre, so any regressions would be limited to that tab

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

-- 
Mailing list: https://launchpad.net/~linux-traipu
Post to : linux-traipu@lists.launchpad.net
Unsubscribe : https://launchpad.net/~linux-traipu
More help   : https://help.launchpad.net/ListHelp


[Linux-traipu] [Bug 1612001] Re: Mythbuntu bare causes MCC to throw an error on startup

2016-08-10 Thread Thomas Mashos
** Also affects: mythbuntu/16.04
   Importance: Undecided
   Status: New

** Also affects: mythbuntu/16.10
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Mythbuntu.
https://bugs.launchpad.net/bugs/1612001

Title:
  Mythbuntu bare causes MCC to throw an error on startup

Status in Mythbuntu:
  Fix Committed
Status in Mythbuntu 16.04 series:
  New
Status in Mythbuntu 16.10 series:
  New

Bug description:
  When MCC is started on dedicated [stand-alone FrontEnd (16.04 LTS,
  MythTV 0.28), immediately after build], MCC throws up the following
  error, "Exception in applyStateToGUI of plugin Plugins. Disabling
  Plugin." See https://bugs.launchpad.net/mythbuntu/+bug/1581971 for
  more info

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

-- 
Mailing list: https://launchpad.net/~linux-traipu
Post to : linux-traipu@lists.launchpad.net
Unsubscribe : https://launchpad.net/~linux-traipu
More help   : https://help.launchpad.net/ListHelp


[Linux-traipu] [Bug 1612001] Re: Mythbuntu bare causes MCC to throw an error on startup

2016-08-10 Thread Thomas Mashos
Throws errors when the config file isn't present before setting
defaults. We should check if the file exists first

** Changed in: mythbuntu
   Importance: Undecided => Medium

** Changed in: mythbuntu
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Mythbuntu.
https://bugs.launchpad.net/bugs/1612001

Title:
  Mythbuntu bare causes MCC to throw an error on startup

Status in Mythbuntu:
  Fix Committed
Status in Mythbuntu 16.04 series:
  New
Status in Mythbuntu 16.10 series:
  New

Bug description:
  When MCC is started on dedicated [stand-alone FrontEnd (16.04 LTS,
  MythTV 0.28), immediately after build], MCC throws up the following
  error, "Exception in applyStateToGUI of plugin Plugins. Disabling
  Plugin." See https://bugs.launchpad.net/mythbuntu/+bug/1581971 for
  more info

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

-- 
Mailing list: https://launchpad.net/~linux-traipu
Post to : linux-traipu@lists.launchpad.net
Unsubscribe : https://launchpad.net/~linux-traipu
More help   : https://help.launchpad.net/ListHelp