Good Morning,
I'm having a little trouble with KPackageKit not being able to search for any packages. It's displaying the following error:
Anyone come across this before, or know of a fix?
Cheers
I'm having a little trouble with KPackageKit not being able to search for any packages. It's displaying the following error:
Code:
Error Type: Error Value: 'ascii' codec can't decode byte 0xe2 in position 423: ordinal not in range(128) File : /usr/share/PackageKit/helpers/apt/aptBackend.py, line 1952, in main() File : /usr/share/PackageKit/helpers/apt/aptBackend.py, line 1949, in main run(args, options.single) File : /usr/share/PackageKit/helpers/apt/aptBackend.py, line 1911, in run backend.dispatcher(args) File : /usr/lib/python2.6/dist-packages/packagekit/backend.py, line 636, in dispatcher self.dispatch_command(args[0], args[1:]) File : /usr/lib/python2.6/dist-packages/packagekit/backend.py, line 588, in dispatch_command self.search_details(options, searchterms) File : /usr/share/PackageKit/helpers/apt/aptBackend.py, line 571, in search_details if needle in pkg.name or needle in haystack:
Cheers
Comment