Mijn PB versie haalt sinds kort geen ondertitels meer op. DE log staat vol met onderstaande berichten.
Het lijkt of dit een rechten probleem is. Iemand een idee hoe dit op te lossen?
13-12-06 16:12:16 CP Server Thread-6 :: Error occurred when downloading subtitles: Traceback (most recent call last):
File "/volume1/@appstore/sickbeard-custom/var/SickBeard/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 "/volume1/@appstore/sickbeard-custom/var/SickBeard/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 "/volume1/@appstore/sickbeard-custom/var/SickBeard/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 "/volume1/@appstore/sickbeard-custom/var/SickBeard/lib/subliminal/core.py", line 57, in create_list_tasks
scan_result.extend(scan(p, max_depth, scan_filter))
File "/volume1/@appstore/sickbeard-custom/var/SickBeard/lib/subliminal/videos.py", line 246, in scan
video = Video.from_path(entry)
File "/volume1/@appstore/sickbeard-custom/var/SickBeard/lib/subliminal/videos.py", line 85, in from_path
result = Episode(path, guess['series'], guess['season'], guess['episodeNumber'], title, guess)
File "/volume1/@appstore/sickbeard-custom/var/SickBeard/lib/subliminal/videos.py", line 187, in __init__
super(Episode, self).__init__(path, guess, imdbid)
File "/volume1/@appstore/sickbeard-custom/var/SickBeard/lib/subliminal/videos.py", line 68, in __init__
self._compute_hashes()
File "/volume1/@appstore/sickbeard-custom/var/SickBeard/lib/subliminal/videos.py", line 119, in _compute_hashes
self.hashes['OpenSubtitles'] = hash_opensubtitles(self.path)
File "/volume1/@appstore/sickbeard-custom/var/SickBeard/lib/subliminal/videos.py", line 262, in hash_opensubtitles
with open(path, 'rb') as f:
IOError: [Errno 13] Permission denied: '/volume1/downloads/complete/TV series/Scandal (2012)/Scandal - S03E09 - YOLO - HD TV.mkv'