Advertisement
leej0nes

Untitled

Aug 9th, 2015
347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.03 KB | None | 0 0
  1.  
  2. [13:55:43] [INFO]::MAIN: Loading config from [/Users/lee/Dropbox/Server/nzbToMedia/autoProcessMedia.cfg]
  3. [13:55:43] [INFO]::MAIN: Checking database structure...
  4. [13:55:44] [INFO]::MAIN: Checking if git needs an update
  5. [13:55:45] [INFO]::MAIN: There is a newer version available (you're 35 commits behind)
  6. [13:55:45] [INFO]::MAIN: nzbToMedia Version:bc2bab95ee4293775788bcb37eccf8333c7abb7a Branch:master (Darwin 14.4.0)
  7. [13:55:45] [WARNING]::MAIN: Failed to locate 7zip. Transcosing of disk images and extraction of .7z files will not be possible!
  8. [13:55:45] [WARNING]::MAIN: Failed to locate ffmpeg. Transcoding disabled!
  9. [13:55:45] [WARNING]::MAIN: Install ffmpeg with x264 support to enable this feature ...
  10. [13:55:45] [WARNING]::MAIN: Failed to locate ffprobe. Video corruption detection disabled!
  11. [13:55:45] [WARNING]::MAIN: Install ffmpeg with x264 support to enable this feature ...
  12. [13:55:45] [INFO]::MAIN: #########################################################
  13. [13:55:45] [INFO]::MAIN: ## ..::[nzbToMedia.pyc]::.. ##
  14. [13:55:45] [INFO]::MAIN: #########################################################
  15. [13:55:45] [INFO]::MAIN: Script triggered from SABnzbd
  16. [13:55:45] [INFO]::MAIN: Auto-detected SECTION:CouchPotato
  17. [13:55:45] [INFO]::MAIN: Calling CouchPotato:movies to post-process:blackbird.2014.limited.1080p.bluray.x264-psychd.nzb
  18. [13:55:48] [INFO]::MAIN: Attemping imdbID lookup for blackbird.2014.limited.1080p.bluray.x264-psychd.nzb
  19. [13:55:48] [INFO]::MAIN: Searching folder and file names for imdbID ...
  20. [13:55:48] [INFO]::MAIN: Searching IMDB for imdbID ...
  21. [13:55:49] [INFO]::MAIN: Found imdbID [tt3181920]
  22. [13:55:49] [ERROR]::MAIN: CouchPotato returned the following non-json data
  23. [13:55:49] [ERROR]::MAIN:
  24. [13:55:49] [ERROR]::MAIN: <!doctype html>
  25. [13:55:49] [ERROR]::MAIN: <html>
  26. [13:55:49] [ERROR]::MAIN: <head>
  27. [13:55:49] [ERROR]::MAIN: <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
  28. [13:55:49] [ERROR]::MAIN: <meta name="apple-mobile-web-app-capable" content="yes">
  29. [13:55:49] [ERROR]::MAIN: <meta name="mobile-web-app-capable" content="yes">
  30. [13:55:49] [ERROR]::MAIN: <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  31. [13:55:49] [ERROR]::MAIN: <meta name="robots" content="noindex, nofollow" />
  32. [13:55:49] [ERROR]::MAIN:
  33. [13:55:49] [ERROR]::MAIN: <link rel="stylesheet" href="/minified/front.css?1439119956" type="text/css">
  34. [13:55:49] [ERROR]::MAIN:
  35. [13:55:49] [ERROR]::MAIN: <script type="text/javascript" src="/minified/front.js?1439119990"></script>
  36. [13:55:49] [ERROR]::MAIN: <link href="/static/images/favicon.ico" rel="icon" type="image/x-icon" />
  37. [13:55:49] [ERROR]::MAIN: <link rel="apple-touch-icon" href="/static/images/homescreen.png" />
  38. [13:55:49] [ERROR]::MAIN: <script type="text/javascript">
  39. [13:55:49] [ERROR]::MAIN: window.addEvent('domready', function(){
  40. [13:55:49] [ERROR]::MAIN: new Form.Check($('remember_me'));
  41. [13:55:49] [ERROR]::MAIN: });
  42. [13:55:49] [ERROR]::MAIN: </script>
  43. [13:55:49] [ERROR]::MAIN: <title>CouchPotato</title>
  44. [13:55:49] [ERROR]::MAIN: </head>
  45. [13:55:49] [ERROR]::MAIN: <body class="page login">
  46. [13:55:49] [ERROR]::MAIN: <form action="" method="post">
  47. [13:55:49] [ERROR]::MAIN: <h1>CouchPotato</h1>
  48. [13:55:49] [ERROR]::MAIN: <div class="ctrlHolder"><input class="inlay" name="username" type="text" placeholder="Username" autocomplete="off" /></div>
  49. [13:55:49] [ERROR]::MAIN: <div class="ctrlHolder"><input class="inlay" name="password" type="password" placeholder="Password" autocomplete="off" /></div>
  50. [13:55:49] [ERROR]::MAIN: <div class="ctrlHolder">
  51. [13:55:49] [ERROR]::MAIN: <label class="remember_me" title="for 30 days"><input class="inlay" id="remember_me" name="remember_me" type="checkbox" value="1" checked="checked" /> Remember me</label>
  52. [13:55:49] [ERROR]::MAIN: <input class="button" name="submit" type="submit" value="Login" />
  53. [13:55:49] [ERROR]::MAIN: </div>
  54. [13:55:49] [ERROR]::MAIN: </form>
  55. [13:55:49] [ERROR]::MAIN: </body>
  56. [13:55:49] [ERROR]::MAIN: </html>
  57. [13:55:49] [POSTPROCESS]::COUCHPOTATO: Starting renamer scan for blackbird.2014.limited.1080p.bluray.x264-psychd.nzb
  58. Traceback (most recent call last):
  59. File "/Volumes/Macintosh HD/Users/lee/Dropbox/Server/nzbToMedia/nzbToCouchPotato.py", line 249, in <module>
  60. result = nzbToMedia.main(sys.argv, section)
  61. File "/Users/lee/Dropbox/Server/nzbToMedia/nzbToMedia.py", line 712, in main
  62. download_id='')
  63. File "/Users/lee/Dropbox/Server/nzbToMedia/nzbToMedia.py", line 595, in process
  64. inputCategory, failureLink)
  65. File "/Users/lee/Dropbox/Server/nzbToMedia/core/autoProcess/autoProcessMovie.py", line 244, in process
  66. result = r.json()
  67. File "/Users/lee/Dropbox/Server/nzbToMedia/libs/requests/models.py", line 799, in json
  68. return json.loads(self.text, **kwargs)
  69. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/__init__.py", line 338, in loads
  70. return _default_decoder.decode(s)
  71. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py", line 365, in decode
  72. obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  73. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py", line 383, in raw_decode
  74. raise ValueError("No JSON object could be decoded")
  75. ValueError: No JSON object could be decoded
  76. Exception TypeError: "'NoneType' object is not callable" in <bound method PosixProcess.__del__ of <core.nzbToMediaUtil.PosixProcess instance at 0x103110d88>> ignored
  77.  
  78.  
  79.  
  80.  
  81. blackbird.2014.limited.1080p.bluray.x264-psychdclose
  82. Add NZB
  83. Refresh
  84. Options
  85. Help
  86. Downloads
  87. Status
  88. RSS
  89. Config
  90. QUEUE
  91. Queue
  92. 0:00:00 left
  93.  
  94. 0 KB/s
  95.  
  96. FILTERED / The.​Duff.​2015.​720p.​BluRay.​HebSubs.​x264-ALLiANCE.​cp(tt1666801)
  97. 6049 MB1194 MB of Paused
  98. Paul.​Blart.​Mall.​Cop.​2.​2015.​720p.​BluRay.​x264-Geckos-ENZO87.​cp(tt3450650)
  99. 5132 MB0 MB of Paused
  100. 0.00 ⁄ 0.00 MB Remaining 725.32 GB Free Space
  101. HISTORY
  102.  
  103. blackbird.2014.limited.1080p.bluray.x264-psychd
  104. Exit(1) Exception TypeError: "’NoneType’ object is not callable" in (More)
  105.  
  106. 0 0
  107. Report
  108. 2015-08-09 13:55:50
  109. Hannibal.S03E10.720p.WEB-DL.DD5.1.H.264
  110. NzbDrone: Successfully post-processed Hannibal.S03E10.720p.WEB-DL.DD5.1.H.264.nzb! (More)
  111. 2015-08-09 12:00:24
  112. Dark.Matter.S01E09.Episode.9.720p.WEB-DL.DD5.1.H.264-ECI-NZBgeek
  113. NzbDrone: Successfully post-processed Dark.Matter.S01E09.Episode.9.720p.WEB-DL.DD5.1.H.264-ECI-NZBgeek.nzb! (More)
  114. 2015-08-08 20:45:07
  115. Batman.Unlimited.Monster.Mayhem.2015.BDRip.x264-ROVERS
  116. Exit(1) Exception TypeError: "’NoneType’ object is not callable" in (More)
  117.  
  118. 0 0
  119. Report
  120. 2015-08-08 19:41:21
  121. The.SpongeBob.Movie.Sponge.Out.of.Water.2015.1080p.BluRay.DTS.x264-HDAccess.cp(tt2279373)
  122. Exit(1) Exception TypeError: "’NoneType’ object is not callable" in (More)
  123. 2015-08-08 18:49:42
  124. 11.4 GB Today 633.5 GB This week 911.5 GB This month 13.9 TB Total« Prev1234...483Next »
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement