Guest User

Untitled

a guest
Jan 22nd, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/Users/conormongey/NBZ/SickBeard/cherrypy/_cprequest.py", line 660, in respond
  3. response.body = self.handler()
  4. File "/Users/conormongey/NBZ/SickBeard/cherrypy/lib/encoding.py", line 193, in __call__
  5. self.body = self.oldhandler(*args, **kwargs)
  6. File "/Users/conormongey/NBZ/SickBeard/cherrypy/_cpdispatch.py", line 25, in __call__
  7. return self.callable(*self.args, **self.kwargs)
  8. File "/Users/conormongey/NBZ/SickBeard/sickbeard/webserve.py", line 2353, in setStatus
  9. logger.log(u"Sending backlog for "+showObj.name+" season "+str(cur_segment)+" because some eps were set to wanted")
  10. File "/Users/conormongey/NBZ/SickBeard/sickbeard/logger.py", line 179, in log
  11. sb_log_instance.log(toLog, logLevel)
  12. File "/Users/conormongey/NBZ/SickBeard/sickbeard/logger.py", line 163, in log
  13. sb_logger.info(out_line)
  14. File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/logging/__init__.py", line 1021, in info
  15. self._log(INFO, msg, args, **kwargs)
  16. File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/logging/__init__.py", line 1129, in _log
  17. self.handle(record)
  18. File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/logging/__init__.py", line 1139, in handle
  19. self.callHandlers(record)
  20. File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/logging/__init__.py", line 1176, in callHandlers
  21. hdlr.handle(record)
  22. File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/logging/__init__.py", line 662, in handle
  23. self.emit(record)
  24. File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/logging/__init__.py", line 770, in emit
  25. self.handleError(record)
  26. File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/logging/__init__.py", line 713, in handleError
  27. traceback.print_exception(ei[0], ei[1], ei[2], None, sys.stderr)
  28. File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/traceback.py", line 124, in print_exception
  29. _print(file, 'Traceback (most recent call last):')
  30. File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/traceback.py", line 13, in _print
  31. file.write(str+terminator)
  32. File "/Users/conormongey/NBZ/SickBeard/lib/hachoir_core/i18n.py", line 80, in write
  33. self.device.write(text)
  34. IOError: [Errno 5] Input/output error
Add Comment
Please, Sign In to add comment