2021-10-10, 23:32
There are so many releasen of this now. Currently using 1.9.3 by jarmo, wuff. 1.9.3 is working grrat btw.
Is there a newer release?
Is there a newer release?
Quote:2021-12-25 02:58:17.648 T:16192 ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--I am on Win 10 x64
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'IndexError'>
Error Contents: list index out of range
Traceback (most recent call last):
File "C:\Users\HRT\AppData\Roaming\Kodi\addons\service.subtitles.subscene\service.py", line 638, in <module>
subs = download(params["link"])
File "C:\Users\HRT\AppData\Roaming\Kodi\addons\service.subtitles.subscene\service.py", line 496, in download
src = os.path.join(local_tmp_file, files[0])
IndexError: list index out of range
-->End of Python script error report<--
2021-12-26 01:53:25.437 T:20554 ERROR <general>: GetDirectory - Error getting /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/userdata/addon_data/service.subtitles.subscene/temp/23f37ed1-38db-496f-aadb-bbbfcc95fc03/subscene.zip
2021-12-26 14:08:42.356 T:7406 ERROR <general>: OnDownloadComplete - Saving of subtitle archive://%2fstorage%2femulated%2f0%2fAndroid%2fdata%2forg.xbmc.kodi%2ffiles%2f.kodi%2fuserdata%2faddon_data%2fservice.subtitles.subscene%2ftemp%2f98ae38f3-58be-4083-9bea-c71e170738de%2fsubscene.zip/ to special://temp/EP.0.v1.1640227727.720p.en failed
(dirs, files) = xbmcvfs.listdir('%s' % urllib.parse.quote_plus(xbmcvfs.translatePath(local_tmp_file)))
(dirs, files) = xbmcvfs.listdir('%s' % xbmcvfs.translatePath(local_tmp_file))