Guest User

Untitled

a guest
Jan 12th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 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 "C:\SickBeard\cherrypy\_cprequest.py", line 660, in respond
  7. response.body = self.handler()
  8. File "C:\SickBeard\cherrypy\lib\encoding.py", line 193, in __call__
  9. self.body = self.oldhandler(*args, **kwargs)
  10. File "C:\SickBeard\cherrypy\_cpdispatch.py", line 25, in __call__
  11. return self.callable(*self.args, **self.kwargs)
  12. File "C:\SickBeard\sickbeard\webserve.py", line 1807, in index
  13. return _munge(t)
  14. File "C:\SickBeard\sickbeard\webserve.py", line 97, in _munge
  15. return unicode(string).encode('utf-8', 'xmlcharrefreplace')
  16. File "C:\Python27\lib\site-packages\Cheetah\Template.py", line 1010, in __unicode__
  17. return getattr(self, mainMethName)()
  18. File "_SickBeard_data_interfaces_default_home_tmpl.py", line 288, in respond
  19. File "C:\SickBeard\sickbeard\tv.py", line 634, in nextEpisode
  20. sqlResults = myDB.select(query, params)
  21. File "C:\SickBeard\sickbeard\db.py", line 79, in select
  22. sqlResults = self.action(query, args).fetchall()
  23. File "C:\SickBeard\sickbeard\db.py", line 57, in action
  24. logger.log(self.dbFileName+": "+query+" with args "+str(args), logger.DEBUG)
  25. File "C:\SickBeard\sickbeard\logger.py", line 176, in log
  26. sb_log_instance.log(toLog, logLevel)
  27. File "C:\SickBeard\sickbeard\logger.py", line 144, in log
  28. self._rotate_logs()
  29. File "C:\SickBeard\sickbeard\logger.py", line 128, in _rotate_logs
  30. os.rename(cur_file_name, self._log_file_name(i+1))
  31. WindowsError: [Error 32] The process cannot access the file because it is being used by another process
Add Comment
Please, Sign In to add comment