'utf-8' codec can't encode character '\udcc2' in position 0: surrogates not allowed
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/CommandNotFound/util.py", line 24, in crash_guard
callback()
File "/usr/lib/command-not-found", line 90, in main
if not cnf.advise(args[0], options.ignore_installed) and not options.no_failure_msg:
File "/usr/lib/python3/dist-packages/CommandNotFound/CommandNotFound.py", line 265, in advise
packages = self.getPackages(command)
File "/usr/lib/python3/dist-packages/CommandNotFound/CommandNotFound.py", line 157, in getPackages
result.update([(pkg, db.component) for pkg in db.lookup(command)])
File "/usr/lib/python3/dist-packages/CommandNotFound/CommandNotFound.py", line 85, in lookup
result = self.db.lookup(command)
File "/usr/lib/python3/dist-packages/CommandNotFound/CommandNotFound.py", line 41, in lookup
key = key.encode('utf-8')
UnicodeEncodeError: 'utf-8' codec can't encode character '\udcc2' in position 0: surrogates not allowed
Stll not working:
Sorry, command-not-found has crashed! Please file a bug report at: /bugs.launchpad .net/command- not-found/ +filebug
https:/
Please include the following information with the report:
command-not-found version: 0.3
Python version: 3.4.0 final 0
Distributor ID: Ubuntu
Description: Ubuntu 14.04.1 LTS
Release: 14.04
Codename: trusty
Exception information:
'utf-8' codec can't encode character '\udcc2' in position 0: surrogates not allowed python3/ dist-packages/ CommandNotFound /util.py" , line 24, in crash_guard command- not-found" , line 90, in main ignore_ installed) and not options. no_failure_ msg: python3/ dist-packages/ CommandNotFound /CommandNotFoun d.py", line 265, in advise s(command) python3/ dist-packages/ CommandNotFound /CommandNotFoun d.py", line 157, in getPackages update( [(pkg, db.component) for pkg in db.lookup( command) ]) python3/ dist-packages/ CommandNotFound /CommandNotFoun d.py", line 85, in lookup lookup( command) python3/ dist-packages/ CommandNotFound /CommandNotFoun d.py", line 41, in lookup
Traceback (most recent call last):
File "/usr/lib/
callback()
File "/usr/lib/
if not cnf.advise(args[0], options.
File "/usr/lib/
packages = self.getPackage
File "/usr/lib/
result.
File "/usr/lib/
result = self.db.
File "/usr/lib/
key = key.encode('utf-8')
UnicodeEncodeError: 'utf-8' codec can't encode character '\udcc2' in position 0: surrogates not allowed
Or is this OK?