Advertisement
Guest User

Untitled

a guest
Oct 7th, 2015
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.07 KB | None | 0 0
  1. 2015-10-07 20:07:15 ERROR FINDSUBTITLES :: Traceback (most recent call last):
  2. 2015-10-07 20:07:15 INFO FINDSUBTITLES :: Error occurred when downloading subtitles for: /media/extssd/Shows/Doctor Who (2005)/Season 08/Doctor Who - S08E11 - Os Portões Do Paraíso.avi
  3. 2015-10-07 20:07:08 DEBUG FINDSUBTITLES :: 78804: Downloading subtitles for S08E11
  4. 2015-10-07 20:07:08 DEBUG FINDSUBTITLES :: Downloading subtitles for episode 8x11 of show Doctor Who (2005)
  5. UnicodeEncodeError: 'ascii' codec can't encode character u'\xe3' in position 78: ordinal not in range(128)
  6. with io.open(subtitle_path, 'wb') as f:
  7. File "/home/home/SickRage/lib/subliminal/api.py", line 133, in save_subtitles
  8. subliminal.save_subtitles(foundSubs, directory=subs_path.encode(sickbeard.SYS_ENCODING), single=not sickbeard.SUBTITLES_MULTI)
  9. File "/home/home/SickRage/sickbeard/tv.py", line 1503, in downloadSubtitles
  10. Traceback (most recent call last):
  11. UnicodeEncodeError: 'ascii' codec can't encode character u'\xe3' in position 78: ordinal not in range(128)
  12. with io.open(subtitle_path, 'wb') as f:
  13. File "/home/home/SickRage/lib/subliminal/api.py", line 133, in save_subtitles
  14. subliminal.save_subtitles(foundSubs, directory=subs_path.encode(sickbeard.SYS_ENCODING), single=not sickbeard.SUBTITLES_MULTI)
  15. File "/home/home/SickRage/sickbeard/tv.py", line 1503, in downloadSubtitles
  16. 2015-10-07 20:07:08 ERROR FINDSUBTITLES :: Traceback (most recent call last):
  17. 2015-10-07 20:07:08 INFO FINDSUBTITLES :: Error occurred when downloading subtitles for: /media/extssd/Shows/Doctor Who (2005)/Season 08/Doctor Who - S08E06 - O Guardião.mkv
  18. 2015-10-07 20:06:57 DEBUG FINDSUBTITLES :: 78804: Downloading subtitles for S08E06
  19. 2015-10-07 20:06:57 DEBUG FINDSUBTITLES :: Downloading subtitles for episode 8x6 of show Doctor Who (2005)
  20. 2015-10-07 20:06:57 DEBUG FINDSUBTITLES :: 78804: No subtitles found for S08E05 on any provider
  21. 2015-10-07 20:06:51 DEBUG FINDSUBTITLES :: 78804: Downloading subtitles for S08E05
  22. 2015-10-07 20:06:51 DEBUG FINDSUBTITLES :: Downloading subtitles for episode 8x5 of show Doctor Who (2005)
  23. UnicodeEncodeError: 'ascii' codec can't encode character u'\xe7' in position 72: 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. Traceback (most recent call last):
  29. UnicodeEncodeError: 'ascii' codec can't encode character u'\xe7' in position 72: ordinal not in range(128)
  30. with io.open(subtitle_path, 'wb') as f:
  31. File "/home/home/SickRage/lib/subliminal/api.py", line 133, in save_subtitles
  32. subliminal.save_subtitles(foundSubs, directory=subs_path.encode(sickbeard.SYS_ENCODING), single=not sickbeard.SUBTITLES_MULTI)
  33. File "/home/home/SickRage/sickbeard/tv.py", line 1503, in downloadSubtitles
  34. 2015-10-07 20:06:51 ERROR FINDSUBTITLES :: Traceback (most recent call last):
  35. 2015-10-07 20:06:51 INFO FINDSUBTITLES :: Error occurred when downloading subtitles for: /media/extssd/Shows/Doctor Who (2005)/Season 08/Doctor Who - S08E04 - Ouça.mkv
  36. MalformedMKVError: No Segment found
  37. raise MalformedMKVError('No Segment found')
  38. File "/home/home/SickRage/lib/enzyme/mkv.py", line 42, in __init__
  39. mkv = MKV(f)
  40. File "/home/home/SickRage/sickbeard/subtitles.py", line 103, in subtitlesLanguages
  41. Traceback (most recent call last):
  42. 2015-10-07 20:06:39 ERROR FINDSUBTITLES :: MKV seems to be malformed, ignoring embedded subtitles
  43. MalformedMKVError: No Segment found
  44. raise MalformedMKVError('No Segment found')
  45. File "/home/home/SickRage/lib/enzyme/mkv.py", line 42, in __init__
  46. mkv = MKV(f)
  47. File "/home/home/SickRage/sickbeard/subtitles.py", line 103, in subtitlesLanguages
  48. Traceback (most recent call last):
  49. 2015-10-07 20:06:39 ERROR FINDSUBTITLES :: MKV seems to be malformed, ignoring embedded subtitles
  50. 2015-10-07 20:06:39 DEBUG FINDSUBTITLES :: 78804: Downloading subtitles for S08E04
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement