Advertisement
Guest User

Untitled

a guest
Apr 16th, 2011
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. 500 Internal Server Error
  2.  
  3. The server encountered an unexpected condition which prevented it from fulfilling the request.
  4.  
  5. Traceback (most recent call last):
  6. File "E:\Downloads\Download applications\Sick-Beard\cherrypy\_cprequest.py", line 660, in respond
  7. response.body = self.handler()
  8. File "E:\Downloads\Download applications\Sick-Beard\cherrypy\lib\encoding.py", line 193, in __call__
  9. self.body = self.oldhandler(*args, **kwargs)
  10. File "E:\Downloads\Download applications\Sick-Beard\cherrypy\_cpdispatch.py", line 25, in __call__
  11. return self.callable(*self.args, **self.kwargs)
  12. File "E:\Downloads\Download applications\Sick-Beard\sickbeard\webserve.py", line 1409, in processEpisode
  13. result = processTV.processDir(dir, nzbName)
  14. File "E:\Downloads\Download applications\Sick-Beard\sickbeard\processTV.py", line 120, in processDir
  15. returnStr += logHelper(u"Processing failed for "+cur_video_file_path)
  16. File "E:\Downloads\Download applications\Sick-Beard\sickbeard\processTV.py", line 34, in logHelper
  17. logger.log(logMessage, logLevel)
  18. File "E:\Downloads\Download applications\Sick-Beard\sickbeard\logger.py", line 176, in log
  19. sb_log_instance.log(toLog, logLevel)
  20. File "E:\Downloads\Download applications\Sick-Beard\sickbeard\logger.py", line 144, in log
  21. self._rotate_logs()
  22. File "E:\Downloads\Download applications\Sick-Beard\sickbeard\logger.py", line 128, in _rotate_logs
  23. os.rename(cur_file_name, self._log_file_name(i+1))
  24. WindowsError: [Error 32] The process cannot access the file because it is being used by another process
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement