Advertisement
Guest User

Untitled

a guest
Jul 30th, 2015
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. 2015-07-11 14:35:12 ERROR FINDSUBTITLES :: Error occurred when downloading subtitles: Traceback (most recent call last):
  2. 2015-07-11 14:35:05 DEBUG FINDSUBTITLES :: 73388: Downloading subtitles for S14E05
  3. 2015-07-11 14:35:05 DEBUG FINDSUBTITLES :: Setter sets location to /volume1/video/TV show/MythBusters/Saison 14/MythBusters_14x05_Laws of Attraction.mkv
  4. 2015-07-11 14:35:05 DEBUG FINDSUBTITLES :: 73388: Loading episode details from DB for episode 14x5
  5. 2015-07-11 14:35:05 DEBUG FINDSUBTITLES :: 73388: An object for episode 14x5 didn't exist in the cache, trying to create it
  6. 2015-07-11 14:35:05 DEBUG FINDSUBTITLES :: Downloading subtitles for episode 14x5 of show MythBusters
  7. OSError: [Errno 2] No such file or directory: '/volume1/video/Sous-titres/MythBusters'
  8. result = func(*[ss(x) if isinstance(x, (str, unicode)) else x for x in args], **kwargs)
  9. File "/volume1/@appstore/sickrage/var/SickRage/sickbeard/encodingKludge.py", line 64, in ek
  10. childPathStat = ek.ek(os.stat, childPath)
  11. File "/volume1/@appstore/sickrage/var/SickRage/sickbeard/helpers.py", line 597, in chmodAsParent
  12. helpers.chmodAsParent(subs_new_path)
  13. File "/volume1/@appstore/sickrage/var/SickRage/sickbeard/tv.py", line 1516, in downloadSubtitles
  14. Traceback (most recent call last):
  15. OSError: [Errno 2] No such file or directory: '/volume1/video/Sous-titres/MythBusters'
  16. result = func(*[ss(x) if isinstance(x, (str, unicode)) else x for x in args], **kwargs)
  17. File "/volume1/@appstore/sickrage/var/SickRage/sickbeard/encodingKludge.py", line 64, in ek
  18. childPathStat = ek.ek(os.stat, childPath)
  19. File "/volume1/@appstore/sickrage/var/SickRage/sickbeard/helpers.py", line 597, in chmodAsParent
  20. helpers.chmodAsParent(subs_new_path)
  21. File "/volume1/@appstore/sickrage/var/SickRage/sickbeard/tv.py", line 1516, in downloadSubtitles
  22. 2015-07-11 14:35:05 ERROR FINDSUBTITLES :: Error occurred when downloading subtitles: Traceback (most recent call last):
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement