2014-04-16, 22:31
Ok guys open subtitles is back up .everything is ok.
Frodo12.3 all open subtitles is working fine as I typed here now
Frodo12.3 all open subtitles is working fine as I typed here now
Quote:17:27:29 T:140638737643264 ERROR: GetDirectory - Error getting zip://%2fstorage%2f.xbmc%2fuserdata%2faddon_data%2fservice.subtitles.opensubtitles%2ftemp%2fOpenSubtitles.zip/
17:27:29 T:140638737643264 ERROR: GetDirectory - Error getting /storage/.xbmc/userdata/addon_data/service.subtitles.opensubtitles/temp/OpenSubtitles.zip
17:27:29 T:140638737643264 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.IndexError'>
Error Contents: list index out of range
Traceback (most recent call last):
File "/storage/.xbmc/addons/service.subtitles.opensubtitles/service.py", line 168, in <module>
subs = Download(params["ID"], params["link"],params["format"])
File "/storage/.xbmc/addons/service.subtitles.opensubtitles/service.py", line 92, in Download
if xbmcvfs.exists(subtitle_list[0]):
IndexError: list index out of range
-->End of Python script error report<--
(2014-04-07, 15:18)unbrained Wrote: Just change line 22 from:
__temp__ = xbmc.translatePath( os.path.join( __profile__, 'temp') ).decode("utf-8")
to:
__temp__ = xbmc.translatePath( os.path.join( __profile__, 'temp') )
Not sure if it's the correct solution, just tried and it worked
(2014-05-17, 17:10)joorus Wrote:(2014-04-07, 15:18)unbrained Wrote: Just change line 22 from:
__temp__ = xbmc.translatePath( os.path.join( __profile__, 'temp') ).decode("utf-8")
to:
__temp__ = xbmc.translatePath( os.path.join( __profile__, 'temp') )
Not sure if it's the correct solution, just tried and it worked
It' s been a while since my last response. But I'd like to report that on OpenElec 4.0.1 this has fixed the issue for me.
Thanks to unbrained for the quick hack and to amet for this brilliant addon.
(2014-06-03, 11:10)Martijn Wrote: That sounds wrong. A lot of addons use
__temp__ = xbmc.translatePath( os.path.join( __profile__, 'temp') ).decode("utf-8")
so i see no reason why that doesn't work. That line is exactly the reason a lot of addon DO work.
(2014-07-07, 14:06)akira01 Wrote: Hi,
I am using XBMC Gotham for IOS. Ipad 2 7.1.1.
XBMC crashes and exit back to springboard. To reproduce the problem:
Open 1channel, favourite, select a movie, play from any source, click the "down" arrow to access subtitle, opensubtitle will list subtitles, select a subtitle to download and immediately crashed.
Log File
http://pastebin.com/jf2T5QHe