[Bug 546354] Re: mythbuntu-control-centre crashed with UnboundLocalError in _run_transaction() Enable MythExport

2010-05-29 Thread Sebastian Heinlein
** Changed in: aptdaemon (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
mythbuntu-control-centre crashed with UnboundLocalError in _run_transaction() 
Enable MythExport
https://bugs.launchpad.net/bugs/546354
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 546354] Re: mythbuntu-control-centre crashed with UnboundLocalError in _run_transaction() Enable MythExport

2010-03-31 Thread Sebastian Heinlein
Fixed in rev 347

** Changed in: aptdaemon (Ubuntu)
   Status: New = Fix Committed

-- 
mythbuntu-control-centre crashed with UnboundLocalError in _run_transaction() 
Enable MythExport
https://bugs.launchpad.net/bugs/546354
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 546354] Re: mythbuntu-control-centre crashed with UnboundLocalError in _run_transaction() Enable MythExport

2010-03-31 Thread Launchpad Bug Tracker
** Branch linked: lp:aptdaemon

-- 
mythbuntu-control-centre crashed with UnboundLocalError in _run_transaction() 
Enable MythExport
https://bugs.launchpad.net/bugs/546354
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 546354] Re: mythbuntu-control-centre crashed with UnboundLocalError in _run_transaction() Enable MythExport

2010-03-28 Thread Mario Limonciello
** Visibility changed to: Public

-- 
mythbuntu-control-centre crashed with UnboundLocalError in _run_transaction() 
Enable MythExport
https://bugs.launchpad.net/bugs/546354
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 546354] Re: mythbuntu-control-centre crashed with UnboundLocalError in _run_transaction() Enable MythExport

2010-03-28 Thread Mario Limonciello
Here's the code snippet that was trying to be ran:

try:
tid = method(*args)
except dbus.DBusException, error:
if error._dbus_error_name == org.freedesktop.DBus.Error. \
 ServiceUnknown:
# Catch if the daemon has timed out
self.apt_control = get_aptdaemon()
method = self.apt_control.get_dbus_method(method_name)
tid = method(*args)
return set_locale(tid)

So some sort of exception happened in the handling of this in aptdaemon.

Can you try to elaborate on any unusual circumstances about how you were
launching this?  Were you trying over SSH or maybe outside of a GDM
session or anything?

It might help to hint at why this failed.

** Also affects: aptdaemon (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: mythbuntu-control-centre (Ubuntu)
   Status: New = Invalid

-- 
mythbuntu-control-centre crashed with UnboundLocalError in _run_transaction() 
Enable MythExport
https://bugs.launchpad.net/bugs/546354
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs