Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 500 Internal Server Error
- The server encountered an unexpected condition which prevented it from fulfilling the request.
- Traceback (most recent call last):
- File "/Applications/Sick-Beard/cherrypy/_cprequest.py", line 660, in respond
- response.body = self.handler()
- File "/Applications/Sick-Beard/cherrypy/lib/encoding.py", line 193, in __call__
- self.body = self.oldhandler(*args, **kwargs)
- File "/Applications/Sick-Beard/cherrypy/_cpdispatch.py", line 25, in __call__
- return self.callable(*self.args, **self.kwargs)
- File "/Applications/Sick-Beard/sickbeard/webserve.py", line 1480, in processEpisode
- result = processTV.processDir(dir, nzbName)
- File "/Applications/Sick-Beard/sickbeard/processTV.py", line 97, in processDir
- process_result = processor.process()
- File "/Applications/Sick-Beard/sickbeard/postProcessor.py", line 712, in process
- existing_file_status = self._checkForExistingFile(ep_obj.location)
- File "/Applications/Sick-Beard/sickbeard/postProcessor.py", line 95, in _checkForExistingFile
- if ek.ek(os.path.getsize, existing_file) > ek.ek(os.path.getsize, self.file_path):
- File "/Applications/Sick-Beard/sickbeard/encodingKludge.py", line 56, in ek
- result = func(*[x.encode(sickbeard.SYS_ENCODING) if type(x) in (str, unicode) else x for x in args])
- File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/genericpath.py", line 49, in getsize
- return os.stat(filename).st_size
- OSError: [Errno 2] No such file or directory: '/Users/lad/Azureus/sabnzbd/TV/Lost.S01E22.DVDRip.XviD-WAT.avi'
Advertisement
Add Comment
Please, Sign In to add comment