Advertisement
Guest User

Untitled

a guest
Oct 7th, 2015
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.51 KB | None | 0 0
  1. 2015-10-07 20:06:08 ERROR FINDSUBTITLES :: Traceback (most recent call last):
  2. 2015-10-07 20:06:08 INFO FINDSUBTITLES :: Error occurred when downloading subtitles for: /media/extssd/Shows/Sleepy Hollow/Season 01/Sleepy Hollow - S01E12E13 - O Homem Indispensável & Rancor.mkv
  3. 2015-10-07 20:06:01 DEBUG FINDSUBTITLES :: Embedded subtitle track is not a valid language
  4. 2015-10-07 20:06:00 DEBUG FINDSUBTITLES :: Embedded subtitle track is not a valid language
  5. 2015-10-07 20:06:00 DEBUG FINDSUBTITLES :: 269578: Downloading subtitles for S01E12
  6. 2015-10-07 20:06:00 DEBUG FINDSUBTITLES :: Downloading subtitles for episode 1x12 of show Sleepy Hollow
  7. 2015-10-07 20:06:00 DEBUG FINDSUBTITLES :: 269578: No missing subtitles for S01E11
  8. 2015-10-07 20:06:00 DEBUG FINDSUBTITLES :: Embedded subtitle track is not a valid language
  9. 2015-10-07 20:06:00 DEBUG FINDSUBTITLES :: Embedded subtitle track is not a valid language
  10. 2015-10-07 20:06:00 DEBUG FINDSUBTITLES :: 269578: Downloading subtitles for S01E11
  11. 2015-10-07 20:06:00 DEBUG FINDSUBTITLES :: Downloading subtitles for episode 1x11 of show Sleepy Hollow
  12. 2015-10-07 20:06:00 DEBUG FINDSUBTITLES :: 269578: No missing subtitles for S01E10
  13. 2015-10-07 20:06:00 DEBUG FINDSUBTITLES :: Embedded subtitle track is not a valid language
  14. 2015-10-07 20:06:00 DEBUG FINDSUBTITLES :: Embedded subtitle track is not a valid language
  15. 2015-10-07 20:06:00 DEBUG FINDSUBTITLES :: 269578: Downloading subtitles for S01E10
  16. 2015-10-07 20:06:00 DEBUG FINDSUBTITLES :: Downloading subtitles for episode 1x10 of show Sleepy Hollow
  17. UnicodeEncodeError: 'ascii' codec can't encode character u'\xe1' in position 74: ordinal not in range(128)
  18. with io.open(subtitle_path, 'wb') as f:
  19. File "/home/home/SickRage/lib/subliminal/api.py", line 133, in save_subtitles
  20. subliminal.save_subtitles(foundSubs, directory=subs_path.encode(sickbeard.SYS_ENCODING), single=not sickbeard.SUBTITLES_MULTI)
  21. File "/home/home/SickRage/sickbeard/tv.py", line 1503, in downloadSubtitles
  22. Traceback (most recent call last):
  23. UnicodeEncodeError: 'ascii' codec can't encode character u'\xe1' in position 74: ordinal not in range(128)
  24. with io.open(subtitle_path, 'wb') as f:
  25. File "/home/home/SickRage/lib/subliminal/api.py", line 133, in save_subtitles
  26. subliminal.save_subtitles(foundSubs, directory=subs_path.encode(sickbeard.SYS_ENCODING), single=not sickbeard.SUBTITLES_MULTI)
  27. File "/home/home/SickRage/sickbeard/tv.py", line 1503, in downloadSubtitles
  28. 2015-10-07 20:06:00 ERROR FINDSUBTITLES :: Traceback (most recent call last):
  29. 2015-10-07 20:06:00 INFO FINDSUBTITLES :: Error occurred when downloading subtitles for: /media/extssd/Shows/Sleepy Hollow/Season 01/Sleepy Hollow - S01E09 - Santuário.mkv
  30. 2015-10-07 20:05:48 DEBUG FINDSUBTITLES :: Embedded subtitle track is not a valid language
  31. 2015-10-07 20:05:47 DEBUG FINDSUBTITLES :: Embedded subtitle track is not a valid language
  32. 2015-10-07 20:05:47 DEBUG FINDSUBTITLES :: 269578: Downloading subtitles for S01E09
  33. 2015-10-07 20:05:47 DEBUG FINDSUBTITLES :: Downloading subtitles for episode 1x9 of show Sleepy Hollow
  34. 2015-10-07 20:05:47 DEBUG FINDSUBTITLES :: 269578: No missing subtitles for S01E06
  35. 2015-10-07 20:05:47 DEBUG FINDSUBTITLES :: Embedded subtitle track is not a valid language
  36. 2015-10-07 20:05:47 DEBUG FINDSUBTITLES :: Embedded subtitle track is not a valid language
  37. 2015-10-07 20:05:47 DEBUG FINDSUBTITLES :: 269578: Downloading subtitles for S01E06
  38. 2015-10-07 20:05:47 DEBUG FINDSUBTITLES :: Downloading subtitles for episode 1x6 of show Sleepy Hollow
  39. UnicodeEncodeError: 'ascii' codec can't encode character u'\xe3' in position 91: ordinal not in range(128)
  40. with io.open(subtitle_path, 'wb') as f:
  41. File "/home/home/SickRage/lib/subliminal/api.py", line 133, in save_subtitles
  42. subliminal.save_subtitles(foundSubs, directory=subs_path.encode(sickbeard.SYS_ENCODING), single=not sickbeard.SUBTITLES_MULTI)
  43. File "/home/home/SickRage/sickbeard/tv.py", line 1503, in downloadSubtitles
  44. Traceback (most recent call last):
  45. UnicodeEncodeError: 'ascii' codec can't encode character u'\xe3' in position 91: ordinal not in range(128)
  46. with io.open(subtitle_path, 'wb') as f:
  47. File "/home/home/SickRage/lib/subliminal/api.py", line 133, in save_subtitles
  48. subliminal.save_subtitles(foundSubs, directory=subs_path.encode(sickbeard.SYS_ENCODING), single=not sickbeard.SUBTITLES_MULTI)
  49. File "/home/home/SickRage/sickbeard/tv.py", line 1503, in downloadSubtitles
  50. 2015-10-07 20:05:47 ERROR FINDSUBTITLES :: Traceback (most recent call last):
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement