Release service.subtitles.legendasdivx - 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: Release service.subtitles.legendasdivx (/showthread.php?tid=191858) |
RE: service.subtitles.legendasdivx - tfouto - 2022-12-14 How can I check that. And why it should be blocked? RE: service.subtitles.legendasdivx - guardiao - 2022-12-14 Send me a PM with the IP on LegendasDivx. RE: service.subtitles.legendasdivx - tfouto - 2022-12-16 that's the error on log: 2022-12-15 22:55:49.651 T:30412 WARNING <general>: xbmc.translatePath is deprecated and might be removed in future kodi versions. Please use xbmcvfs.translatePath instead. 2022-12-15 22:55:50.017 T:30412 ERROR <general>: Skipped 3 duplicate messages.. 2022-12-15 22:55:50.017 T:30412 ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS! Error Type: <class 'urllib.error.HTTPError'> Error Contents: HTTP Error 403: Forbidden Traceback (most recent call last): File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/service.subtitles.legendasdivx/default.py", line 5, in <module> from service import Main File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/service.subtitles.legendasdivx/service.py", line 310, in <module> class Main: File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/service.subtitles.legendasdivx/service.py", line 584, in Main Search(item) File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/service.subtitles.legendasdivx/service.py", line 432, in Search subtitles_list = getallsubs(searchstring, "pt", "Portuguese", file_original_path, searchstring_notclean) File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/service.subtitles.legendasdivx/service.py", line 195, in getallsubs if languageshort == "pt": content = urlpost(searchstring, "28", page) File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/service.subtitles.legendasdivx/service.py", line 168, in urlpost my_opener=login() File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/service.subtitles.legendasdivx/service.py", line 163, in login response = urllib.request.urlopen(request, None, 6.5).read().decode('ISO-8859-1') File "/data/user/0/org.xbmc.kodi/cache/apk/assets/python3.8/lib/python3.8/urllib/request.py", line 222, in urlopen return opener.open(url, data, timeout) File "/data/user/0/org.xbmc.kodi/cache/apk/assets/python3.8/lib/python3.8/urllib/request.py", line 531, in open response = meth(req, response) File "/data/user/0/org.xbmc.kodi/cache/apk/assets/python3.8/lib/python3.8/urllib/request.py", line 640, in http_response response = self.parent.error( File "/data/user/0/org.xbmc.kodi/cache/apk/assets/python3.8/lib/python3.8/urllib/request.py", line 569, in error return self._call_chain(*args) File "/data/user/0/org.xbmc.kodi/cache/apk/assets/python3.8/lib/python3.8/urllib/request.py", line 502, in _call_chain result = func(*args) File "/data/user/0/org.xbmc.kodi/cache/apk/assets/python3.8/lib/python3.8/urllib/request.py", line 649, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden -->End of Python script error report<-- 2022-12-15 22:55:50.600 T:30412 INFO <general>: Python interpreter stopped 2022-12-15 22:55:50.617 T:30282 ERROR <general>: GetDirectory - Error getting plugin://service.subtitles.legendasdivx/?action=search&languages=Portuguese%2cPortuguese%20(Brazil)&preferredlanguage=Portuguese 2022-12-15 22:55:51.664 T:30432 INFO <general>: initializing python engine. 2022-12-15 22:55:51.976 T:30432 WARNING <general>: xbmc.translatePath is deprecated and might be removed in future kodi versions. Please use xbmcvfs.translatePath instead. 2022-12-15 22:55:52.199 T:30432 ERROR <general>: Skipped 3 duplicate messages.. 2022-12-15 22:55:52.199 T:30432 ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS! Error Type: <class 'urllib.error.HTTPError'> Error Contents: HTTP Error 403: Forbidden Traceback (most recent call last): File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/service.subtitles.legendasdivx/default.py", line 5, in <module> from service import Main File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/service.subtitles.legendasdivx/service.py", line 310, in <module> class Main: File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/service.subtitles.legendasdivx/service.py", line 584, in Main Search(item) File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/service.subtitles.legendasdivx/service.py", line 432, in Search subtitles_list = getallsubs(searchstring, "pt", "Portuguese", file_original_path, searchstring_notclean) File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/service.subtitles.legendasdivx/service.py", line 195, in getallsubs if languageshort == "pt": content = urlpost(searchstring, "28", page) File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/service.subtitles.legendasdivx/service.py", line 168, in urlpost my_opener=login() File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/service.subtitles.legendasdivx/service.py", line 163, in login response = urllib.request.urlopen(request, None, 6.5).read().decode('ISO-8859-1') File "/data/user/0/org.xbmc.kodi/cache/apk/assets/python3.8/lib/python3.8/urllib/request.py", line 222, in urlopen return opener.open(url, data, timeout) File "/data/user/0/org.xbmc.kodi/cache/apk/assets/python3.8/lib/python3.8/urllib/request.py", line 531, in open response = meth(req, response) File "/data/user/0/org.xbmc.kodi/cache/apk/assets/python3.8/lib/python3.8/urllib/request.py", line 640, in http_response response = self.parent.error( File "/data/user/0/org.xbmc.kodi/cache/apk/assets/python3.8/lib/python3.8/urllib/request.py", line 569, in error return self._call_chain(*args) File "/data/user/0/org.xbmc.kodi/cache/apk/assets/python3.8/lib/python3.8/urllib/request.py", line 502, in _call_chain result = func(*args) File "/data/user/0/org.xbmc.kodi/cache/apk/assets/python3.8/lib/python3.8/urllib/request.py", line 649, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden -->End of Python script error report<-- 2022-12-15 22:55:52.740 T:30432 INFO <general>: Python interpreter stopped 2022-12-15 22:55:52.758 T:30294 ERROR <general>: GetDirectory - Error getting plugin://service.subtitles.legendasdivx/?action=search&languages=Portuguese%2cPortuguese%20(Brazil)&preferredlanguage=Portuguese RE: service.subtitles.legendasdivx - onesolo - 2022-12-16 Actualizei pra RC1 Nexus e tambem deixou de funcionar o addon RE: service.subtitles.legendasdivx - tfouto - 2022-12-17 It started working again. I just reboot the Android Box. RE: service.subtitles.legendasdivx - tfouto - 2023-01-19 It's not working on Kodi 20.Am I the only one? RE: service.subtitles.legendasdivx - tfouto - 2023-01-20 (2022-12-16, 16:55)onesolo Wrote: Actualizei pra RC1 Nexus e tambem deixou de funcionar o addon Sim, o addon nao funciona para o Nexus. The addon not working on Nexus. RE: service.subtitles.legendasdivx - tfouto - 2023-01-20 (2014-04-10, 01:10)HiGhLaNdeR Wrote: Thread for any issues/bugs and feature request for service.subtitles.legendasdivxHi, is it possible to port this incredible addon to Nexus? Thanks RE: service.subtitles.legendasdivx - tfouto - 2023-01-22 (2023-01-20, 13:45)tfouto Wrote:(2014-04-10, 01:10)HiGhLaNdeR Wrote: Thread for any issues/bugs and feature request for service.subtitles.legendasdivxHi, is it possible to port this incredible addon to Nexus? I was able to fix it. It was just changing xmbc.translatePath to xbmcvfs.translatepath. RE: service.subtitles.legendasdivx - virtuacool - 2023-02-06 Hi! I tried your solution, but it didn't work. I edited the "service.py". What did you do exactly? RE: service.subtitles.legendasdivx - tfouto - 2023-02-08 (2023-02-06, 03:39)virtuacool Wrote: Hi! Yup. I edit the service.py. The zip file, must have a bigger number than the version you have installed. If not, it wont update. Maybe that was your issue. Here, the addon with the fix for Nexus: https://we.tl/t-Ly9j0SOshJ RE: service.subtitles.legendasdivx - virtuacool - 2023-02-08 (2023-02-08, 11:52)tfouto Wrote: [quote="virtuacool" pid='3138657' dateline='1675647548'] THANKS! IT WORKS! 👏👏👏 Probably the size problem, because I confirmed the changes and they are the same as yours! 😃 RE: service.subtitles.legendasdivx - tfouto - 2023-02-08 It must be the name of the zip file. You have to have a bigger number. > version, in order to update. RE: service.subtitles.legendasdivx - Zpower - 2023-02-21 Please fix for Nexus RE: service.subtitles.legendasdivx - FiShBuRn - 2023-02-21 (2023-02-08, 11:52)tfouto Wrote:(2023-02-06, 03:39)virtuacool Wrote: Hi! Is it possible to reupload it? Thanks |