Advertisement
OmgImAlexis

Untitled

Jun 7th, 2014
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 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 "/home/server/my-sickbeard-install/cherrypy/_cprequest.py", line 660, in respond
  7. response.body = self.handler()
  8. File "/home/server/my-sickbeard-install/cherrypy/lib/encoding.py", line 193, in __call__
  9. self.body = self.oldhandler(*args, **kwargs)
  10. File "/home/server/my-sickbeard-install/cherrypy/_cpdispatch.py", line 25, in __call__
  11. return self.callable(*self.args, **self.kwargs)
  12. File "/home/server/my-sickbeard-install/sickbeard/webserve.py", line 1245, in savePostProcessing
  13. if not config.change_TV_DOWNLOAD_DIR(tv_download_dir):
  14. File "/home/server/my-sickbeard-install/sickbeard/config.py", line 151, in change_TV_DOWNLOAD_DIR
  15. if os.path.normpath(sickbeard.TV_DOWNLOAD_DIR) != os.path.normpath(tv_download_dir):
  16. File "/usr/lib/python2.7/posixpath.py", line 327, in normpath
  17. initial_slashes = path.startswith('/')
  18. AttributeError: 'NoneType' object has no attribute 'startswith'
  19. Powered by CherryPy 3.2.0rc1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement