Kodi Community Forum
Legendas.TV downloading failure - 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: Legendas.TV downloading failure (/showthread.php?tid=213319)



Legendas.TV downloading failure - leoaf79 - 2015-01-02

Hi folks,

There is a problem when I try do download any subtitle using Legendas.TV addon @ OpenElec 5.0 Raspberry Pi B+.

Debug:

Code:
00:56:43 T:2710037568   DEBUG: ### [Legendas.TV] - Version: 2.2.4
00:56:43 T:2710037568   DEBUG: ### [Legendas.TV] - Action 'download' called
00:56:46 T:2710037568   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.OSError'>
                                            Error Contents: (17, 'File exists', '/storage/.kodi/userdata/addon_data/service.subtitles.legendastv/temp')
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/service.subtitles.legendastv/service.py", line 254, in <module>
                                                except: subs = Download(params["download_url"],'filename')
                                              File "/storage/.kodi/addons/service.subtitles.legendastv/service.py", line 78, in Download
                                                cleanDirectory(__temp__)
                                              File "/storage/.kodi/addons/service.subtitles.legendastv/resources/lib/LTVutilities.py", line 42, in cleanDirectory
                                                os.makedirs(directory)
                                              File "/home/stephan/projects/openelec-5.0/build.OpenELEC-RPi.arm-5.0.0/Python-2.7.3/.install_pkg/usr/lib/python2.7/os.py", line 157, in makedirs
                                            OSError: (17, 'File exists', '/storage/.kodi/userdata/addon_data/service.subtitles.legendastv/temp')
                                            -->End of Python script error report<--

Can anyone help me please? Thanks in advance.


Legendas.TV downloading failure - leoaf79 - 2015-01-02

Solved.
Solution: uninstall, delete all legendatv folders and files (ssh), reboot, force kodi addon repository update, wait, reboot, reinstall addon.


RE: Legendas.TV downloading failure - Wanilton - 2015-01-02

Or use this release

http://www.xbmcbrasil.net/showthread.php?tid=1911&pid=11843#pid11843


Legendas.TV downloading failure - leoaf79 - 2015-01-02

(2015-01-02, 19:39)Wanilton Wrote: Or use this release

http://www.xbmcbrasil.net/showthread.php?tid=1911&pid=11843#pid11843

Great, dude! Thanks a lot.

What about turn it available on kodi repository? Thank you again.