Advertisement
Guest User

Untitled

a guest
Oct 6th, 2015
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.24 KB | None | 0 0
  1. 2015-10-06 10:19:40 ERROR FINDSUBTITLES :: Traceback (most recent call last):
  2. 2015-10-06 10:19:40 INFO FINDSUBTITLES :: Error occurred when downloading subtitles for: /media/extssd/Shows/Sense8/Season 01/Sense8 - S01E02 - Eu Também Sou Nós.mkv
  3. 2015-10-06 10:19:34 INFO POSTPROCESSER :: Processing completed
  4. 2015-10-06 10:19:34 DEBUG POSTPROCESSER :: Deleted folder: /media/ssd/showdl/sickrage/Somebodys.Gotta.Do.It.S01E01.Backstage.Las.Vegas.720p.HDTV.x264-DHD[et]
  5. 2015-10-06 10:19:34 INFO POSTPROCESSER :: Deleting folder (if it's empty): /media/ssd/showdl/sickrage/Somebodys.Gotta.Do.It.S01E01.Backstage.Las.Vegas.720p.HDTV.x264-DHD[et]
  6. 2015-10-06 10:19:34 DEBUG POSTPROCESSER :: Deleting file somebodys.gotta.do.it.s01e01.720p-dhd.nfo
  7. 2015-10-06 10:19:34 INFO POSTPROCESSER :: Processing succeeded for /media/ssd/showdl/sickrage/Somebodys.Gotta.Do.It.S01E01.Backstage.Las.Vegas.720p.HDTV.x264-DHD[et]/Somebodys.Gotta.Do.It.S01E01.Backstage.Las.Vegas.720p.HDTV.x264-DHD.mkv
  8. 2015-10-06 10:19:33 DEBUG POSTPROCESSER :: PLEX: Updating hosts where TV section paths match the downloaded show: localhost:32400
  9. 2015-10-06 10:19:33 DEBUG POSTPROCESSER :: Pushbullet notifications sent.
  10. 2015-10-06 10:19:33 DEBUG POSTPROCESSER :: Pushbullet response: {"active":true,"iden":"ujxL4FnamIKsjxS7kSFBv2","created":1.4441231771221924e+09,"modified":1.4441231771247275e+09,"type":"note","dismissed":false,"direction":"self","sender_iden":"ujxL4FnamIK","sender_email":"goncalo.antonio.matos@gmail.com","sender_email_normalized":"goncaloantoniomatos@gmail.com","sender_name":"Gonçalo Matos","receiver_iden":"ujxL4FnamIK","receiver_email":"goncalo.antonio.matos@gmail.com","receiver_email_normalized":"goncaloantoniomatos@gmail.com","target_device_iden":"ujxL4FnamIKsjAnBdJA0yG","title":"Download Finished : Somebody's Gotta Do It - 1x01 - Backstage Las Vegas - 720p HDTV","body":"Somebody's Gotta Do It - 1x01 - Backstage Las Vegas - 720p HDTV"}
  11. 2015-10-06 10:19:32 DEBUG POSTPROCESSER :: Pushbullet notification type: note
  12. 2015-10-06 10:19:32 DEBUG POSTPROCESSER :: Pushbullet devices: ujxL4FnamIKsjAnBdJA0yG
  13. 2015-10-06 10:19:32 DEBUG POSTPROCESSER :: Pushbullet api: ********************************
  14. 2015-10-06 10:19:32 DEBUG POSTPROCESSER :: Pushbullet message: Somebody's Gotta Do It - 1x01 - Backstage Las Vegas - 720p HDTV
  15. 2015-10-06 10:19:32 DEBUG POSTPROCESSER :: Pushbullet event: Download Finished : Somebody's Gotta Do It - 1x01 - Backstage Las Vegas - 720p HDTV
  16. 2015-10-06 10:19:32 DEBUG POSTPROCESSER :: Notification for Pushover not enabled, skipping this notification
  17. 2015-10-06 10:19:32 DEBUG POSTPROCESSER :: Notification for NMJ scan update not enabled, skipping this notification
  18. 2015-10-06 10:19:32 DEBUG POSTPROCESSER :: formatting pattern: %SN - %Sx%0E - %EN - %QN -> Somebody's Gotta Do It - 1x01 - Backstage Las Vegas - 720p HDTV
  19. 2015-10-06 10:19:32 DEBUG POSTPROCESSER :: Using cached parse result for: Somebodys.Gotta.Do.It.S01E01.Backstage.Las.Vegas.720p.HDTV.x264-DHD
  20. 2015-10-06 10:19:32 DEBUG POSTPROCESSER :: Parsed /media/extssd/Shows/Somebody's Gotta Do It/Season 01/Somebody's Gotta Do It - S01E01 - Backstage Las Vegas into Somebody's Gotta Do It - S01E01 [ABD: False] [ANIME: False] [whichReg: ['standard', 'season_only']]
  21. 2015-10-06 10:19:32 DEBUG FINDSUBTITLES :: 268156: Downloading subtitles for S01E02
  22. 2015-10-06 10:19:32 DEBUG FINDSUBTITLES :: Setter sets location to /media/extssd/Shows/Sense8/Season 01/Sense8 - S01E02 - Eu Também Sou Nós.mkv
  23. 2015-10-06 10:19:32 DEBUG FINDSUBTITLES :: 268156: Loading episode details from DB for episode Sense8 S01E02
  24. 2015-10-06 10:19:32 DEBUG FINDSUBTITLES :: Downloading subtitles for episode 1x2 of show Sense8
  25. UnicodeEncodeError: 'ascii' codec can't encode character u'\xe2' in position 61: ordinal not in range(128)
  26. with io.open(subtitle_path, 'wb') as f:
  27. File "/home/home/SickRage/lib/subliminal/api.py", line 133, in save_subtitles
  28. subliminal.save_subtitles(foundSubs, directory=subs_path, single=not sickbeard.SUBTITLES_MULTI)
  29. File "/home/home/SickRage/sickbeard/tv.py", line 1503, in downloadSubtitles
  30. Traceback (most recent call last):
  31. UnicodeEncodeError: 'ascii' codec can't encode character u'\xe2' in position 61: ordinal not in range(128)
  32. with io.open(subtitle_path, 'wb') as f:
  33. File "/home/home/SickRage/lib/subliminal/api.py", line 133, in save_subtitles
  34. subliminal.save_subtitles(foundSubs, directory=subs_path, single=not sickbeard.SUBTITLES_MULTI)
  35. File "/home/home/SickRage/sickbeard/tv.py", line 1503, in downloadSubtitles
  36. 2015-10-06 10:19:32 ERROR FINDSUBTITLES :: Traceback (most recent call last):
  37. 2015-10-06 10:19:32 INFO FINDSUBTITLES :: Error occurred when downloading subtitles for: /media/extssd/Shows/Sense8/Season 01/Sense8 - S01E01 - Ressonância Límbica.mkv
  38. 2015-10-06 10:19:32 DEBUG POSTPROCESSER :: Transaction with 1 queries executed
  39. 2015-10-06 10:19:32 DEBUG POSTPROCESSER :: Setter sets location to /media/extssd/Shows/Somebody's Gotta Do It/Season 01/Somebody's Gotta Do It - S01E01 - Backstage Las Vegas.mkv
  40. 2015-10-06 10:19:32 DEBUG POSTPROCESSER :: Transaction with 1 queries executed
  41. 2015-10-06 10:19:31 DEBUG POSTPROCESSER :: 284791: No subtitles found for S01E01 on any provider
  42. 2015-10-06 10:19:27 DEBUG POSTPROCESSER :: MKV has no subtitle track
  43. 2015-10-06 10:19:27 DEBUG POSTPROCESSER :: MKV has no subtitle track
  44. 2015-10-06 10:19:27 DEBUG POSTPROCESSER :: 284791: Downloading subtitles for S01E01
  45. 2015-10-06 10:19:27 DEBUG POSTPROCESSER :: Setter sets location to /media/extssd/Shows/Somebody's Gotta Do It/Season 01/Somebody's Gotta Do It - S01E01 - Backstage Las Vegas.mkv
  46. 2015-10-06 10:19:27 DEBUG POSTPROCESSER :: Setting permissions for /media/extssd/Shows/Somebody's Gotta Do It/Season 01/Somebody's Gotta Do It - S01E01 - Backstage Las Vegas.mkv to 666 as parent directory has 777
  47. 2015-10-06 10:19:23 DEBUG FINDSUBTITLES :: 268156: Downloading subtitles for S01E01
  48. 2015-10-06 10:19:23 DEBUG FINDSUBTITLES :: Setter sets location to /media/extssd/Shows/Sense8/Season 01/Sense8 - S01E01 - Ressonância Límbica.mkv
  49. 2015-10-06 10:19:23 DEBUG FINDSUBTITLES :: 268156: Loading episode details from DB for episode Sense8 S01E01
  50. 2015-10-06 10:19:23 DEBUG FINDSUBTITLES :: Downloading subtitles for episode 1x1 of show Sense8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement