lad1337

Untitled

Dec 3rd, 2011
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 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 "/Applications/Sick-Beard/cherrypy/_cprequest.py", line 660, in respond
  7. response.body = self.handler()
  8. File "/Applications/Sick-Beard/cherrypy/lib/encoding.py", line 193, in __call__
  9. self.body = self.oldhandler(*args, **kwargs)
  10. File "/Applications/Sick-Beard/cherrypy/_cpdispatch.py", line 25, in __call__
  11. return self.callable(*self.args, **self.kwargs)
  12. File "/Applications/Sick-Beard/sickbeard/webserve.py", line 1480, in processEpisode
  13. result = processTV.processDir(dir, nzbName)
  14. File "/Applications/Sick-Beard/sickbeard/processTV.py", line 97, in processDir
  15. process_result = processor.process()
  16. File "/Applications/Sick-Beard/sickbeard/postProcessor.py", line 712, in process
  17. existing_file_status = self._checkForExistingFile(ep_obj.location)
  18. File "/Applications/Sick-Beard/sickbeard/postProcessor.py", line 95, in _checkForExistingFile
  19. if ek.ek(os.path.getsize, existing_file) > ek.ek(os.path.getsize, self.file_path):
  20. File "/Applications/Sick-Beard/sickbeard/encodingKludge.py", line 56, in ek
  21. result = func(*[x.encode(sickbeard.SYS_ENCODING) if type(x) in (str, unicode) else x for x in args])
  22. File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/genericpath.py", line 49, in getsize
  23. return os.stat(filename).st_size
  24. OSError: [Errno 2] No such file or directory: '/Users/lad/Azureus/sabnzbd/TV/Lost.S01E22.DVDRip.XviD-WAT.avi'
  25.  
Advertisement
Add Comment
Please, Sign In to add comment