bugatsinho.github.io icon indicating copy to clipboard operation
bugatsinho.github.io copied to clipboard

Greek subs issue with python 3.14 (kodi 22)

Open lamBatmanIRL opened this issue 1 month ago • 6 comments

That's the kodi error log:

"2025-12-27 11:07:22.845999 T:4891 error : EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS! Error Type: <class 'AttributeError'> Error Contents: module 'urllib.request' has no attribute 'URLopener' Traceback (most recent call last): File "/storage/.kodi/addons/service.subtitles.greeksubs/resources/modules/client.py", line 24, in import cookielib ModuleNotFoundError: No module named 'cookielib'

                                               During handling of the above exception, another exception occurred:
                                               
                                               Traceback (most recent call last):
                                                 File "/storage/.kodi/addons/service.subtitles.greeksubs/service.py", line 20, in <module>
                                                   from resources.lib.addon import Search, Download
                                                 File "/storage/.kodi/addons/service.subtitles.greeksubs/resources/lib/addon.py", line 25, in <module>
                                                   from resources.lib import s4f, subztv, yifi
                                                 File "/storage/.kodi/addons/service.subtitles.greeksubs/resources/lib/s4f.py", line 21, in <module>
                                                   from resources.modules import client
                                                 File "/storage/.kodi/addons/service.subtitles.greeksubs/resources/modules/client.py", line 33, in <module>
                                                   URLopener = urllib2.URLopener
                                                               ^^^^^^^^^^^^^^^^^
                                               AttributeError: module 'urllib.request' has no attribute 'URLopener'
                                               -->End of Python script error report<--

"

Sooner or later there has to be some update so we can keep using this great addon. thanks for all your work.

lamBatmanIRL avatar Dec 27 '25 09:12 lamBatmanIRL