![]() |
Win [ONDERTITEL.COM] Does not download subtitle - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Subtitle Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=143) +---- Thread: Win [ONDERTITEL.COM] Does not download subtitle (/showthread.php?tid=176352) |
[ONDERTITEL.COM] Does not download subtitle - MrChucky - 2013-10-23 Hello, Since I upgraded to the latest XBMC 12.2 Frodo , i can't download subtitles for my movies, I use the service ondertitel.com by default , Bierdopje for series is no problem or Opensubs.org does also work. Subtitles are found but when I try to download it hangs on "Downloading subtitle" Here's my log file : http://xbmclogs.com/show.php?id=73903 I am using XBMC Frodo 12.2 with XBMC subtitles 3.9.15 and Windows 7 SP1 64 bit I tried a new installation on another PC but with the same result. Can anyone help me here ? RE: [ONDERTITEL.COM] Does not download subtitle - roh85 - 2013-10-23 I have the same problem. I have found the cause of this problem and am trying to fix it myself. When succeeded I will do a pull request. 19:59:59 T:140093527381760 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS! Error Type: Error Contents: 'NoneType' object is not iterable Traceback (most recent call last): File "/storage/.xbmc/addons/script.xbmc.subtitles/resources/lib/gui.py", line 492, in onClick self.Download_Subtitles( self.getControl( SUBTITLES_LIST ).getSelectedPosition()) File "/storage/.xbmc/addons/script.xbmc.subtitles/resources/lib/gui.py", line 301, in Download_Subtitles self.session_id TypeError: 'NoneType' object is not iterable -->End of Python script error report<-- The entire xbmc.log is available at pastebin: http://sprunge.us/cUXW RE: [ONDERTITEL.COM] Does not download subtitle - roh85 - 2013-10-23 Fixed the Ondertitel subtitle provider. Tested it on XBMCUbuntu and Openelec 3.2.3. Did a pull request on GitHub, hopefully it is accepted soon and merged with the master branch so it is available for everyone. Code: https://github.com/amet/script.xbmc.subtitles/pull/205 RE: [ONDERTITEL.COM] Does not download subtitle - MrChucky - 2013-10-24 Tested your new script, it works again !! Thanks allot. RE: [ONDERTITEL.COM] Does not download subtitle - tomtomclub - 2013-11-02 thank you RE: [ONDERTITEL.COM] Does not download subtitle - tomtomclub - 2013-11-02 roh85: I am very pleased many people think why ondertitel.com if you can use open sub many movie subtitles are just not opensubs example movie 300 thanks again roh85 |