Advertisement
bogdanbiv

Ubuntu-Command-not-found

Aug 26th, 2014
543
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.43 KB | None | 0 0
  1. Die Anwendung command-not-found ist abgest\xfcrzt! Bitte berichten Sie \xfcber den Fehler unter:
  2. https://bugs.launchpad.net/command-not-found/+filebug
  3. Bitte f\xfchren Sie folgende Informationen im Fehlerbericht an:
  4.  
  5. Command-not-found-Version: 0.3
  6. Python-Version: 3.4.0 final 0
  7. Distributor ID: Ubuntu
  8. Description:    Ubuntu 14.04.1 LTS
  9. Release:        14.04
  10. Codename:       trusty
  11. Informationen zum Fehler:
  12.  
  13. 'utf-8' codec can't encode character '\udcef' in position 0: surrogates not allowed
  14. Traceback (most recent call last):
  15.  File "/usr/lib/python3/dist-packages/CommandNotFound/util.py", line 24, in crash_guard
  16.    callback()
  17.  File "/usr/lib/command-not-found", line 90, in main
  18.    if not cnf.advise(args[0], options.ignore_installed) and not options.no_failure_msg:
  19.  File "/usr/lib/python3/dist-packages/CommandNotFound/CommandNotFound.py", line 265, in advise
  20.    packages = self.getPackages(command)
  21.  File "/usr/lib/python3/dist-packages/CommandNotFound/CommandNotFound.py", line 157, in getPackages
  22.    result.update([(pkg, db.component) for pkg in db.lookup(command)])
  23.  File "/usr/lib/python3/dist-packages/CommandNotFound/CommandNotFound.py", line 85, in lookup
  24.    result = self.db.lookup(command)
  25.  File "/usr/lib/python3/dist-packages/CommandNotFound/CommandNotFound.py", line 41, in lookup
  26.    key = key.encode('utf-8')
  27. UnicodeEncodeError: 'utf-8' codec can't encode character '\udcef' in position 0: surrogates not allowed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement