Advertisement
Guest User

Untitled

a guest
Jul 28th, 2014
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.48 KB | None | 0 0
  1. 02:38:33 Finished sync-apaches (duration: 00m 06s)
  2. 02:38:33 Unhandled error:
  3. Traceback (most recent call last):
  4.   File "/srv/deployment/scap/scap/scap/cli.py", line 262, in run
  5.     exit_status = app.main(extra_args)
  6.   File "/srv/deployment/scap/scap/scap/main.py", line 366, in main
  7.     super(SyncFile, self).main(*extra_args)
  8.   File "/srv/deployment/scap/scap/scap/main.py", line 67, in main
  9.     self._after_lock_release()
  10.   File "/srv/deployment/scap/scap/scap/main.py", line 397, in _after_lock_release
  11.     utils.human_duration(self.get_duration()))
  12.   File "/srv/deployment/scap/scap/scap/cli.py", line 80, in announce
  13.     self._announce_logger.info(*args)
  14.   File "/usr/lib/python2.7/logging/__init__.py", line 1140, in info
  15.     self._log(INFO, msg, args, **kwargs)
  16.   File "/usr/lib/python2.7/logging/__init__.py", line 1258, in _log
  17.     self.handle(record)
  18.   File "/usr/lib/python2.7/logging/__init__.py", line 1268, in handle
  19.     self.callHandlers(record)
  20.   File "/usr/lib/python2.7/logging/__init__.py", line 1308, in callHandlers
  21.     hdlr.handle(record)
  22.   File "/usr/lib/python2.7/logging/__init__.py", line 748, in handle
  23.     self.emit(record)
  24.   File "/srv/deployment/scap/scap/scap/log.py", line 81, in emit
  25.     sock.sendall(message.encode('utf-8'))
  26. UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 82: ordinal not in range(128)
  27. 02:38:33 sync-file failed: <UnicodeDecodeError> 'ascii' codec can't decode byte 0xc2 in position 82: ordinal not in range(128)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement