Lots of Kodi errors in the logs



I am a paying subscriber on OpenSubtitles.org.

Lately, I have been getting errors whenever I try to download subtitles.

https://imgur.com/a/lv1h17T

Image

I went to view the log file, and I saw that there were several errors and hundreds of debug messages.

https://paste.kodi.tv/daqivediqa.kodi

How do I fix these errors? The descriptions do not give me enough information to know what to do.

Here is a short snip of just one error:

Code:
2024-10-06 13:53:50.373 T:11920 debug <general>: ------ Window Deinit (DialogNotification.xml) ------ 2024-10-06 13:53:51.636 T:12908 debug <general>: ### [__main__] - Download Using HTTP 2024-10-06 13:53:51.652 T:12908 error <general>: 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' has no attribute 'request' Traceback (most recent call last): File "C:\Users\Anyone\AppData\Roaming\Kodi\addons\service.subtitles.opensubtitles\service.py", line 183, in <module> subs = Download(params["ID"], params["link"],params["format"]) File "C:\Users\Anyone\AppData\Roaming\Kodi\addons\service.subtitles.opensubtitles\service.py", line 93, in Download f = urllib.request.urlopen(url) AttributeError: module 'urllib' has no attribute 'request' -->End of Python script error report<-- 2024-10-06 13:53:51.652 T:12908 debug <general>: CPythonInvoker::onExecutionDone(14, C:\Users\Anyone\AppData\Roaming\Kodi\addons\service.subtitles.opensubtitles\service.py)