Advertisement
Guest User

Untitled

a guest
Dec 1st, 2012
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. Loading config from /mnt/disk/downloads/sickbeard/autoProcessTV/autoProcessTV.cfg
  2. Opening URL: http://localhost:8081/home/postprocess/processEpisode?nzbName=Battlestar+Galactica+Blood+And+Chrome+S01E07+1080p+WEB+DL+AAC+XAN.nzb&quiet=1&dir=%2Fmnt%2Fdisk%2Fdownloads%2Fopt%2FunRAID%2Fincoming%2Fcomplete%2Ftv%2FBattlestar+Galactica+Blood+And+Chrome+S01E07+1080p+WEB+DL+AAC+XAN
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  4.  
  5. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  6.  
  7. <html>
  8.  
  9. <head>
  10.  
  11. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
  12.  
  13. <title>500 Internal Server Error</title>
  14.  
  15. <style type="text/css">
  16.  
  17. #powered_by {
  18.  
  19. margin-top: 20px;
  20.  
  21. border-top: 2px solid black;
  22.  
  23. font-style: italic;
  24.  
  25. }
  26.  
  27.  
  28.  
  29. #traceback {
  30.  
  31. color: red;
  32.  
  33. }
  34.  
  35. </style>
  36.  
  37. </head>
  38.  
  39. <body>
  40.  
  41. <h2>500 Internal Server Error</h2>
  42.  
  43. <p>The server encountered an unexpected condition which prevented it from fulfilling the request.</p>
  44.  
  45. <pre id="traceback">Traceback (most recent call last):
  46.  
  47. File "/mnt/disk/downloads/sickbeard/cherrypy/_cprequest.py", line 660, in respond
  48.  
  49. response.body = self.handler()
  50.  
  51. File "/mnt/disk/downloads/sickbeard/cherrypy/lib/encoding.py", line 193, in __call__
  52.  
  53. self.body = self.oldhandler(*args, **kwargs)
  54.  
  55. File "/mnt/disk/downloads/sickbeard/cherrypy/_cpdispatch.py", line 25, in __call__
  56.  
  57. return self.callable(*self.args, **self.kwargs)
  58.  
  59. File "/mnt/disk/downloads/sickbeard/sickbeard/webserve.py", line 1452, in processEpisode
  60.  
  61. result = processTV.processDir(dir, nzbName)
  62.  
  63. File "/mnt/disk/downloads/sickbeard/sickbeard/processTV.py", line 104, in processDir
  64.  
  65. process_result = processor.process()
  66.  
  67. File "/mnt/disk/downloads/sickbeard/sickbeard/postProcessor.py", line 856, in process
  68.  
  69. notifiers.xbmc_notifier.update_library(ep_obj.show.name)
  70.  
  71. File "/mnt/disk/downloads/sickbeard/sickbeard/notifiers/xbmc.py", line 481, in update_library
  72.  
  73. if not self._update_library_json(host, showName) and sickbeard.XBMC_UPDATE_FULL:
  74.  
  75. File "/mnt/disk/downloads/sickbeard/sickbeard/notifiers/xbmc.py", line 378, in _update_library_json
  76.  
  77. shows = showsResponse["result"]["tvshows"]
  78.  
  79. KeyError: 'result'
  80.  
  81. </pre>
  82.  
  83. <div id="powered_by">
  84.  
  85. <span>Powered by <a href="http://www.cherrypy.org">CherryPy 3.2.0rc1</a></span>
  86.  
  87. </div>
  88.  
  89. </body>
  90.  
  91. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement