Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2015
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.21 KB | None | 0 0
  1. 2015-11-22 17:07:16 ERROR Thread-48 :: Failed doing webui callback: Traceback (most recent call last):
  2. 2015-11-22 17:07:16 INFO SEARCHQUEUE-RETRY-259055 :: Marking episode as bad: [Nashville (2012) - S03E05 - Road Happy]
  3. 2015-11-22 17:06:14 INFO Thread-35 :: No update needed
  4. 2015-11-22 17:06:11 INFO Thread-35 :: Checking for updates using GIT
  5. 2015-11-22 17:03:35 INFO Thread-43 :: Processing completed
  6. 2015-11-22 17:03:35 INFO Thread-43 :: Processing succeeded for /volume1/Download/SABnzbd/complete/TV/The Man In The High Castle S01E05.720p WEBRip x264-SERIOUSLY/The.Man.In.The.High.Castle.S01E05.720p.WEBRip.x264-SERIOUSLY.mkv
  7. 2015-11-22 17:03:34 INFO Thread-43 :: Pushover notification successful.
  8. 2015-11-22 17:03:32 INFO Thread-43 :: Release name (The.Man.In.The.High.Castle.S01E05.720p.WEBRip.x264-SERIOUSLY) found from file (The.Man.In.The.High.Castle.S01E05.720p.WEBRip.x264-SERIOUSLY.nzb)
  9. 2015-11-22 17:03:32 INFO Thread-43 :: Processing /volume1/Download/SABnzbd/complete/TV/The Man In The High Castle S01E05.720p WEBRip x264-SERIOUSLY/The.Man.In.The.High.Castle.S01E05.720p.WEBRip.x264-SERIOUSLY.mkv (None)
  10. 2015-11-22 17:03:32 INFO Thread-43 :: PostProcessing Path: /volume1/Download/SABnzbd/complete/TV/The Man In The High Castle S01E05.720p WEBRip x264-SERIOUSLY
  11. 2015-11-22 16:58:02 WARNING Thread-57 :: [/volume1/Download/SABnzbd/complete/TV/The Man In The High Castle S01E05.720p WEBRip x264-SERIOUSLY/The.Man.In.The.High.Castle.S01E05.720p.WEBRip.x264-SERIOUSLY.mkv : Processing failed: Unable to move the files to their new home]
  12. 2015-11-22 16:58:02 WARNING Thread-57 :: Problem(s) during processing, failed the following files/folders:
  13. 2015-11-22 16:58:02 WARNING Thread-57 :: Processing failed for /volume1/Download/SABnzbd/complete/TV/The Man In The High Castle S01E05.720p WEBRip x264-SERIOUSLY/The.Man.In.The.High.Castle.S01E05.720p.WEBRip.x264-SERIOUSLY.mkv: Unable to move the files to their new home
  14. OSError: [Errno 13] Permission denied: '/volume1/Media/TV Shows/The Man in the High Castle/Season 01/S01E05 - The New Normal.mkv'
  15. fout = os.open(dst, WRITE_FLAGS)
  16. File "/usr/local/sickrage/var/SickRage/lib/shutil_custom/__init__.py", line 42, in copyfile_custom
  17. result = function(*[ss(x) if isinstance(x, (str, unicode)) else x for x in args], **kwargs)
  18. File "/volume1/@appstore/sickrage/var/SickRage/sickrage/helper/encoding.py", line 39, in ek
  19. ek(shutil.copyfile, srcFile, destFile)
  20. File "/volume1/@appstore/sickrage/var/SickRage/sickbeard/helpers.py", line 497, in copyFile
  21. copyFile(srcFile, destFile)
  22. File "/volume1/@appstore/sickrage/var/SickRage/sickbeard/helpers.py", line 516, in moveFile
  23. helpers.moveFile(cur_file_path, new_file_path)
  24. File "/volume1/@appstore/sickrage/var/SickRage/sickbeard/postProcessor.py", line 354, in _int_move
  25. Traceback (most recent call last):
  26. 2015-11-22 16:58:02 ERROR Thread-57 :: Unable to move file /volume1/Download/SABnzbd/complete/TV/The Man In The High Castle S01E05.720p WEBRip x264-SERIOUSLY/The.Man.In.The.High.Castle.S01E05.720p.WEBRip.x264-SERIOUSLY.mkv to /volume1/Media/TV Shows/The Man in the High Castle/Season 01/S01E05 - The New Normal.mkv: error 13 : Permission denied
  27. 2015-11-22 16:58:01 INFO Thread-57 :: Release name (The.Man.In.The.High.Castle.S01E05.720p.WEBRip.x264-SERIOUSLY) found from file (The.Man.In.The.High.Castle.S01E05.720p.WEBRip.x264-SERIOUSLY.nzb)
  28. 2015-11-22 16:58:01 INFO Thread-57 :: Processing /volume1/Download/SABnzbd/complete/TV/The Man In The High Castle S01E05.720p WEBRip x264-SERIOUSLY/The.Man.In.The.High.Castle.S01E05.720p.WEBRip.x264-SERIOUSLY.mkv (None)
  29. 2015-11-22 16:58:01 INFO Thread-57 :: PostProcessing Path: /volume1/Download/SABnzbd/complete/TV/The Man In The High Castle S01E05.720p WEBRip x264-SERIOUSLY
  30. 2015-11-22 16:53:44 WARNING Thread-33 :: [/volume1/Download/SABnzbd/complete/TV/The Man In The High Castle S01E05.720p WEBRip x264-SERIOUSLY/The.Man.In.The.High.Castle.S01E05.720p.WEBRip.x264-SERIOUSLY.mkv : Processing failed: Unable to move the files to their new home]
  31. 2015-11-22 16:53:44 WARNING Thread-33 :: Problem(s) during processing, failed the following files/folders:
  32. 2015-11-22 16:53:44 WARNING Thread-33 :: Processing failed for /volume1/Download/SABnzbd/complete/TV/The Man In The High Castle S01E05.720p WEBRip x264-SERIOUSLY/The.Man.In.The.High.Castle.S01E05.720p.WEBRip.x264-SERIOUSLY.mkv: Unable to move the files to their new home
  33. OSError: [Errno 13] Permission denied: '/volume1/Media/TV Shows/The Man in the High Castle/Season 01/S01E05 - The New Normal.mkv'
  34. fout = os.open(dst, WRITE_FLAGS)
  35. File "/usr/local/sickrage/var/SickRage/lib/shutil_custom/__init__.py", line 42, in copyfile_custom
  36. result = function(*[ss(x) if isinstance(x, (str, unicode)) else x for x in args], **kwargs)
  37. File "/volume1/@appstore/sickrage/var/SickRage/sickrage/helper/encoding.py", line 39, in ek
  38. ek(shutil.copyfile, srcFile, destFile)
  39. File "/volume1/@appstore/sickrage/var/SickRage/sickbeard/helpers.py", line 497, in copyFile
  40. copyFile(srcFile, destFile)
  41. File "/volume1/@appstore/sickrage/var/SickRage/sickbeard/helpers.py", line 516, in moveFile
  42. helpers.moveFile(cur_file_path, new_file_path)
  43. File "/volume1/@appstore/sickrage/var/SickRage/sickbeard/postProcessor.py", line 354, in _int_move
  44. Traceback (most recent call last):
  45. 2015-11-22 16:53:44 ERROR Thread-33 :: Unable to move file /volume1/Download/SABnzbd/complete/TV/The Man In The High Castle S01E05.720p WEBRip x264-SERIOUSLY/The.Man.In.The.High.Castle.S01E05.720p.WEBRip.x264-SERIOUSLY.mkv to /volume1/Media/TV Shows/The Man in the High Castle/Season 01/S01E05 - The New Normal.mkv: error 13 : Permission denied
  46. 2015-11-22 16:53:43 INFO Thread-33 :: Using nzb_name for release name.
  47. 2015-11-22 16:53:43 INFO Thread-33 :: Processing /volume1/Download/SABnzbd/complete/TV/The Man In The High Castle S01E05.720p WEBRip x264-SERIOUSLY/The.Man.In.The.High.Castle.S01E05.720p.WEBRip.x264-SERIOUSLY.mkv (The Man In The High Castle S01E05.720p WEBRip x264-SERIOUSLY.nzb)
  48. 2015-11-22 16:53:42 INFO Thread-33 :: PostProcessing Path: /volume1/Download/SABnzbd/complete/TV
  49. 2015-11-22 16:53:42 INFO TORNADO :: User logged into the SickRage web interface
  50. 2015-11-22 16:36:37 INFO SEARCHQUEUE-DAILY-SEARCH :: Pushover notification successful.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement