Advertisement
Guest User

Untitled

a guest
Nov 24th, 2015
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.72 KB | None | 0 0
  1. 2015-11-24 14:20:35 ERROR Thread-37 :: Failed doing webui callback: Traceback (most recent call last):
  2. 2015-11-24 14:20:35 DEBUG Thread-37 :: Trying to determine free space on destination drive
  3. 2015-11-24 14:20:35 INFO Thread-37 :: This download is marked a priority download so I'm going to replace an existing file if I find one
  4. 2015-11-24 14:20:35 DEBUG Thread-37 :: File /TPool/fileServer/DLNA/TV Shows/South Park/South Park - 19x08 - Sponsored Content.mkv is larger than /TPool/downloaders/transmission/tv/south.park.s19e08.internal.proper.720p.hdtv.hevc.x265.rmteam.mkv
  5. 2015-11-24 14:20:35 DEBUG Thread-37 :: Is ep a priority download: True
  6. 2015-11-24 14:20:35 DEBUG Thread-37 :: SR snatched this episode and it is not processed before
  7. 2015-11-24 14:20:35 DEBUG Thread-37 :: Quality of the episode we're processing: 4
  8. 2015-11-24 14:20:35 DEBUG Thread-37 :: Snatch history had a quality in it, using that: 720p HDTV
  9. 2015-11-24 14:20:35 DEBUG Thread-37 :: Retrieving episode object for 19x8
  10. 2015-11-24 14:20:35 DEBUG Thread-37 :: Parse result(release_group): None
  11. 2015-11-24 14:20:35 DEBUG Thread-37 :: or Parse result(air_date): None
  12. 2015-11-24 14:20:35 DEBUG Thread-37 :: Parse result(episode_numbers): [8]
  13. 2015-11-24 14:20:35 DEBUG Thread-37 :: Parse result(season_number): 19
  14. 2015-11-24 14:20:35 DEBUG Thread-37 :: Parse result(series_name): south park
  15. 2015-11-24 14:20:35 DEBUG Thread-37 :: Parse result not sufficient (all following have to be set). will not save release name
  16. 2015-11-24 14:20:35 DEBUG Thread-37 :: Parsed south.park.s19e08.internal.proper.720p.hdtv.hevc.x265.rmteam into south park - S19E08 [ABD: False] [ANIME: False] [whichReg: ['standard']]
  17. 2015-11-24 14:20:35 DEBUG Thread-37 :: Analyzing name u'south.park.s19e08.internal.proper.720p.hdtv.hevc.x265.rmteam.mkv'
  18. 2015-11-24 14:20:35 INFO Thread-37 :: Processing /TPool/downloaders/transmission/tv/south.park.s19e08.internal.proper.720p.hdtv.hevc.x265.rmteam.mkv (None)
  19. 2015-11-24 14:20:35 DEBUG Thread-37 :: PostProcessing VideoInRar: []
  20. 2015-11-24 14:20:35 DEBUG Thread-37 :: PostProcessing RarContent: []
  21. 2015-11-24 14:20:35 DEBUG Thread-37 :: PostProcessing VideoFiles: ['south.park.s19e08.internal.proper.720p.hdtv.hevc.x265.rmteam.mkv', 'Supergirl.S01E04.Livewire.1080p.WEB-DL.DD5.1.H.265-LGC.mkv', 'The Walking Dead S06E07 720p HDTV x264-FLEET.mkv', 'Homeland S05E08 720p HDTV x264-0SEC.mkv']
  22. 2015-11-24 14:20:35 DEBUG Thread-37 :: PostProcessing Files: ['south.park.s19e08.internal.proper.720p.hdtv.hevc.x265.rmteam.en.srt', 'Homeland S05E08 720p HDTV x264-0SEC.en.srt', 'south.park.s19e08.internal.proper.720p.hdtv.hevc.x265.rmteam.mkv', 'Supergirl.S01E04.Livewire.1080p.WEB-DL.DD5.1.H.265-LGC.mkv', 'The Walking Dead S06E07 720p HDTV x264-FLEET.mkv', 'Homeland S05E08 720p HDTV x264-0SEC.mkv']
  23. 2015-11-24 14:20:35 DEBUG Thread-37 :: PostProcessing Dirs: []
  24. 2015-11-24 14:20:35 INFO Thread-37 :: PostProcessing Path: /TPool/downloaders/transmission/tv
  25. 2015-11-24 14:20:35 DEBUG Thread-37 :: TV_DOWNLOAD_DIR: /TPool/downloaders/transmission/tv
  26. 2015-11-24 14:20:35 DEBUG Thread-37 :: Processing folder /TPool/downloaders/transmission/tv
  27.  
  28. UnicodeEncodeError: 'ascii' codec can't encode character u'\u2019' in position 67: ordinal not in range(128)
  29. st = os.stat(s)
  30. File "/usr/lib/python2.7/genericpath.py", line 41, in isdir
  31. if isdir(join(top, name)):
  32. File "/usr/lib/python2.7/os.py", line 284, in walk
  33. for base, _, files in os.walk(treeroot):
  34. File "/opt/sickbeard/sickbeard/postProcessor.py", line 160, in recursive_glob
  35. filelist = recursive_glob(ek(os.path.dirname, globbable_file_path), base_name + '*') # just create the list of all files starting with the basename
  36. File "/opt/sickbeard/sickbeard/postProcessor.py", line 186, in list_associated_files
  37. file_list = file_list + self.list_associated_files(file_path, base_name_only=True, subfolders=True)
  38. File "/opt/sickbeard/sickbeard/postProcessor.py", line 234, in _delete
  39. self._delete(cur_ep.location, associated_files=True)
  40. File "/opt/sickbeard/sickbeard/postProcessor.py", line 951, in process
  41. result.result = processor.process()
  42. File "/opt/sickbeard/sickbeard/processTV.py", line 554, in process_media
  43. process_media(path, [video], nzbName, process_method, force, is_priority, result)
  44. File "/opt/sickbeard/sickbeard/processTV.py", line 225, in processDir
  45. is_priority=argToBool(is_priority), delete_on=argToBool(delete_on), failed=argToBool(failed), type=type
  46. File "/opt/sickbeard/sickbeard/webserve.py", line 2203, in processEpisode
  47. result = function(**kwargs)
  48. File "/opt/sickbeard/sickbeard/webserve.py", line 259, in async_call
  49. result = self.fn(*self.args, **self.kwargs)
  50. File "/opt/sickbeard/lib/concurrent/futures/thread.py", line 61, in run
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement