daily pastebin goal
20%
SHARE
TWEET

Untitled

a guest Jun 4th, 2017 52 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Traceback (most recent call last):
  2.   File "/usr/lib/python3.6/site-packages/beets/util/__init__.py", line 352, in bytestring_path
  3.     return path.encode(_fsencoding())
  4. UnicodeEncodeError: 'utf-8' codec can't encode character '\udce4' in position 42: surrogates not allowed
  5.  
  6. During handling of the above exception, another exception occurred:
  7.  
  8. Traceback (most recent call last):
  9.   File "/usr/bin/beet", line 11, in <module>
  10.     load_entry_point('beets==1.4.4', 'console_scripts', 'beet')()
  11.   File "/usr/lib/python3.6/site-packages/beets/ui/__init__.py", line 1228, in main
  12.     _raw_main(args)
  13.   File "/usr/lib/python3.6/site-packages/beets/ui/__init__.py", line 1215, in _raw_main
  14.     subcommand.func(lib, suboptions, subargs)
  15.   File "/usr/lib/python3.6/site-packages/beets/ui/commands.py", line 933, in import_func
  16.     import_files(lib, paths, query)
  17.   File "/usr/lib/python3.6/site-packages/beets/ui/commands.py", line 885, in import_files
  18.     if not os.path.exists(syspath(normpath(path))):
  19.   File "/usr/lib/python3.6/site-packages/beets/util/__init__.py", line 133, in normpath
  20.     return bytestring_path(path)
  21.   File "/usr/lib/python3.6/site-packages/beets/util/__init__.py", line 354, in bytestring_path
  22.     return path.encode('utf-8')
  23. UnicodeEncodeError: 'utf-8' codec can't encode character '\udce4' in position 42: surrogates not allowed
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
 
Top