Advertisement
Guest User

Untitled

a guest
Feb 25th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.88 KB | None | 0 0
  1. DEBUG:subliminal.cli:Collecting path /var/media/Seagate Backup Plus/Kodi/Seriados/The Office (US)/Season 8
  2. DEBUG:subliminal.core:Walking directory '/var/media/Seagate Backup Plus/Kodi/Seriados/The Office (US)/Season 8'
  3. INFO:subliminal.core:Scanning video 'The Office S08E01 720p BluRay x265 HEVC-FrogPerson- The List.mkv' in '/var/media/Seagate Backup Plus/Kodi/Seriados/The Office (US)/Season 8'
  4. DEBUG:subliminal.core:Size is 136531553
  5. DEBUG:subliminal.core:Computed hashes {'opensubtitles': '682e43041da1b8f8', 'shooter': '2aa64d3ef0b3cdf9a9a6fb657d48c881;76a532511ae874d7a36c5d6d26b6e477;e7d74e6c1fed8082153ecd7cbc607606;7b867ce330afdad81b8ee8649b805af1', 'thesubdb': 'eeec24661254e8d714ea472c6ea5efd0', 'napiprojekt': 'd2b06896810846074cc28788626a9e08'}
  6. DEBUG:subliminal.core:Found subtitles {'The Office S08E01 720p BluRay x265 HEVC-FrogPerson- The List.en.srt': <Language [en]>}
  7. INFO:subliminal.core:Refining video with metadata
  8. DEBUG:subliminal.refiners.metadata:Found resolution 720p
  9. DEBUG:subliminal.refiners.metadata:Found audio_codec AAC
  10. DEBUG:subliminal.refiners.metadata:Found embedded subtitle {<Language [und]>}
  11. INFO:subliminal.core:Refining video with tvdb
  12. INFO:subliminal.refiners.tvdb:Searching series 'The Office'
  13. DEBUG:subliminal.refiners.tvdb:Found 40 results
  14. DEBUG:subliminal.refiners.tvdb:Found exact match on series 'The Office'
  15. DEBUG:subliminal.refiners.tvdb:Discarding series name 'The Office' mismatch on year 1995
  16. DEBUG:subliminal.refiners.tvdb:Found exact match on series 'The Office (SE)'
  17. DEBUG:subliminal.refiners.tvdb:Found exact match on series 'The Office (IL)'
  18. DEBUG:subliminal.refiners.tvdb:Found exact match on series 'The Office (FR)'
  19. DEBUG:subliminal.refiners.tvdb:Found exact match on series 'The Office (FI)'
  20. DEBUG:subliminal.refiners.tvdb:Found exact match on series 'The Office (US)'
  21. DEBUG:subliminal.refiners.tvdb:Discarding series name 'The Office' mismatch on year 2005
  22. ERROR:subliminal.refiners.tvdb:Multiple matches found
  23. INFO:subliminal.core:Refining video with omdb
  24. WARNING:subliminal.refiners.omdb:No results for series
  25. Collecting videos [####################################] 100% /var/media/SeagCollecting videos [####################################] 100%
  26. 1 video collected / 0 video ignored / 0 error
  27. INFO:subliminal.core:Listing subtitles with provider 'legendastv' and languages {<Language [pt-BR]>}
  28. INFO:subliminal.core:Initializing provider legendastv
  29. INFO:subliminal.providers.legendastv:Logging in
  30. DEBUG:subliminal.providers.legendastv:Logged in
  31. ERROR:subliminal.core:Unexpected error in provider 'legendastv'
  32. Traceback (most recent call last):
  33. File "/usr/lib/python3.6/site-packages/subliminal/core.py", line 118, in list_subtitles_provider
  34. return self[provider].list_subtitles(video, provider_languages)
  35. File "/usr/lib/python3.6/site-packages/subliminal/providers/legendastv.py", line 440, in list_subtitles
  36. return [s for l in languages for s in self.query(l, title, season=season, episode=episode, year=video.year)]
  37. File "/usr/lib/python3.6/site-packages/subliminal/providers/legendastv.py", line 440, in <listcomp>
  38. return [s for l in languages for s in self.query(l, title, season=season, episode=episode, year=video.year)]
  39. File "/usr/lib/python3.6/site-packages/subliminal/providers/legendastv.py", line 374, in query
  40. for a in self.get_archives(title_id, language.legendastv):
  41. File "</usr/lib/python3.6/site-packages/decorator.py:decorator-gen-4>", line 2, in get_archives
  42. File "/usr/lib/python3.6/site-packages/dogpile/cache/region.py", line 1272, in get_or_create_for_user_func
  43. should_cache_fn, (arg, kw))
  44. File "/usr/lib/python3.6/site-packages/dogpile/cache/region.py", line 879, in get_or_create
  45. async_creator) as value:
  46. File "/usr/lib/python3.6/site-packages/dogpile/lock.py", line 186, in __enter__
  47. return self._enter()
  48. File "/usr/lib/python3.6/site-packages/dogpile/lock.py", line 86, in _enter
  49. value = value_fn()
  50. File "/usr/lib/python3.6/site-packages/dogpile/cache/region.py", line 826, in get_value
  51. value = self.backend.get(key)
  52. File "/usr/lib/python3.6/site-packages/dogpile/cache/backends/file.py", line 230, in get
  53. value = compat.pickle.loads(value)
  54. UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 1: ordinal not in range(128)
  55. INFO:subliminal.core:Discarding provider legendastv
  56. Downloading subtitles [####################################] 100% The Office Downloading subtitles [####################################] 100%
  57. Some providers have been discarded due to unexpected errors: legendastv
  58. DEBUG:subliminal.core:Terminating initialized providers
  59. INFO:subliminal.core:Terminating provider legendastv
  60. INFO:subliminal.providers.legendastv:Logging out
  61. DEBUG:subliminal.providers.legendastv:Logged out
  62. Downloaded 0 subtitle
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement