Advertisement
Guest User

Untitled

a guest
Nov 26th, 2015
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. Exception in thread Thread-2:
  2. Traceback (most recent call last):
  3. File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
  4. self.run()
  5. File "/opt/sabnzbd-develop/sabnzbd/assembler.py", line 85, in run
  6. filepath = get_filepath(long_path(cfg.download_dir.get_path()), nzo, filename)
  7. File "/opt/sabnzbd-develop/sabnzbd/decorators.py", line 31, in newFunction
  8. return f(*args, **kw)
  9. File "/opt/sabnzbd-develop/sabnzbd/misc.py", line 889, in get_filepath
  10. if os.path.exists(fullPath):
  11. File "/usr/lib/python2.7/genericpath.py", line 18, in exists
  12. os.stat(path)
  13. UnicodeEncodeError: 'ascii' codec can't encode character u'\xa9' in position 110: ordinal not in range(128)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement