Hoi ik kreeg steeds vaker de volgende error melding. Ik heb al de rechten aangepast op de mappen. Alles met video gaat wel goed. Heeft er iemand tips?
2014-01-12 19:00:45 CP Server Thread-6 :: Error occurred when downloading subtitles: Traceback (most recent call last):
File "/volume2/@appstore/SickBeard-ThePirateBay/sickbeard/tv.py", line 1194, in downloadSubtitles
subtitles = subliminal.download_subtitles([self.location], languages=need_languages, services=sickbeard.subtitles.getEnabledServiceList(), force=force, multi=True, cache_dir=sickbeard.CACHE_DIR)
File "/volume2/@appstore/SickBeard-ThePirateBay/lib/subliminal/api.py", line 95, in download_subtitles
subtitles_by_video = list_subtitles(paths, languages, services, force, multi, cache_dir, max_depth, scan_filter)
File "/volume2/@appstore/SickBeard-ThePirateBay/lib/subliminal/api.py", line 54, in list_subtitles
tasks = create_list_tasks(paths, languages, services, force, multi, cache_dir, max_depth, scan_filter)
File "/volume2/@appstore/SickBeard-ThePirateBay/lib/subliminal/core.py", line 57, in create_list_tasks
scan_result.extend(scan(p, max_depth, scan_filter))
File "/volume2/@appstore/SickBeard-ThePirateBay/lib/subliminal/videos.py", line 246, in scan
video = Video.from_path(entry)
File "/volume2/@appstore/SickBeard-ThePirateBay/lib/subliminal/videos.py", line 85, in from_path
result = Episode(path, guess['series'], guess['season'], guess['episodeNumber'], title, guess)
File "/volume2/@appstore/SickBeard-ThePirateBay/lib/subliminal/videos.py", line 187, in __init__
super(Episode, self).__init__(path, guess, imdbid)
File "/volume2/@appstore/SickBeard-ThePirateBay/lib/subliminal/videos.py", line 68, in __init__
self._compute_hashes()
File "/volume2/@appstore/SickBeard-ThePirateBay/lib/subliminal/videos.py", line 119, in _compute_hashes
self.hashes['OpenSubtitles'] = hash_opensubtitles(self.path)
File "/volume2/@appstore/SickBeard-ThePirateBay/lib/subliminal/videos.py", line 262, in hash_opensubtitles
with open(path, 'rb') as f:
IOError: [Errno 13] Permission denied: '/volume2/video/Serie/Scandal (2012)/Season 03/Scandal (2012) - 03x09 - YOLO - HD TV DIMENSION.mkv'