internal error from PackageKit — packagekit Error Type: <type 'exceptions.TypeError'>
If you get the below error then there is a bug files <a href="https://bugzilla.redhat.com/show_bug.cgi?id=476352" target="_blank">here.
Error Type: Error Value: ’NoneType’ object is unsubscriptable File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 2280, in
main() File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 2277, in main backend.dispatcher(sys.argv[1:]) File : /usr/lib/python2.5/site-packages/packagekit/backend.py, line 600, in dispatcher self.dispatch_command(args[0], args[1:]) File : /usr/lib/python2.5/site-packages/packagekit/backend.py, line 526, in dispatch_command self.refresh_cache() File : /usr/share/PackageKit/helpers/yum/yumBackend.py, line 1130, in refresh_cache self.yumbase.repos.populateSack(which=[repo.id], mdtype=’metadata’, cacheonly=1) File : /usr/lib/python2.5/site-packages/yum/repos.py, line 223, in populateSack self.doSetup() File : /usr/lib/python2.5/site-packages/yum/repos.py, line 71, in doSetup self.ayum.plugins.run(’postreposetup’) File : /usr/lib/python2.5/site-packages/yum/plugins.py, line 178, in run func(conduitcls(self, self.base, conf, **kwargs)) File : /usr/lib/yum-plugins/rpm-warm-cache.py, line 31, in postreposetup_hook if commands[0] in (’upgrade’, ’install’, ’remove’):
And the solution is simply to remove:
yum-rpm-warm-cache with command:
yum remove yum-rpm-warm-cache