plugin.video.funimation icon indicating copy to clipboard operation
plugin.video.funimation copied to clipboard

funimation broken on new KODI's because of certs

Open gitmatt19 opened this issue 9 years ago • 0 comments

The new versions (7 Beta) of Kodi are doing full certificate validation now and the funimation has let there certificate expire so the plugin no longer works at all on new versions of Kodi.

It would be nice to have an option to ignore bad certs so the the plugin can work again.

09:11:07 T:140217825036032 NOTICE: [plugin.video.funimation] _build_request : https://www.funimation.com/feeds/ps/login.json?v=2 09:11:07 T:140217825036032 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS! Error Type: <class 'urllib2.URLError'> Error Contents: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)> Traceback (most recent call last): File "/storage/.kodi/addons/plugin.video.funimation/default.py", line 32, in main() File "/storage/.kodi/addons/plugin.video.funimation/default.py", line 27, in main import resources.lib.nav as nav File "/storage/.kodi/addons/plugin.video.funimation/resources/lib/nav.py", line 20, in cookie_file) File "/storage/.kodi/addons/plugin.video.funimation/resources/lib/funimation/api.py", line 25, in init self.logged_in = self.login(username, password) File "/storage/.kodi/addons/plugin.video.funimation/resources/lib/funimation/api.py", line 97, in login 'https://www.funimation.com/feeds/ps/login.json?v=2', payload) File "/storage/.kodi/addons/plugin.video.funimation/resources/lib/funimation/httpclient.py", line 50, in post return self._request(self._build_request(url, data)) File "/storage/.kodi/addons/plugin.video.funimation/resources/lib/funimation/httpclient.py", line 63, in _request content = self.opener.open(request) File "/usr/lib/python2.7/urllib2.py", line 431, in open File "/usr/lib/python2.7/urllib2.py", line 449, in _open File "/usr/lib/python2.7/urllib2.py", line 409, in _call_chain File "/usr/lib/python2.7/urllib2.py", line 1240, in https_open File "/usr/lib/python2.7/urllib2.py", line 1197, in do_open URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)> -->End of Python script error report<-- 09:11:07 T:140219379595328 ERROR: GetDirectory - Error getting plugin://plugin.video.funimation/ 09:11:07 T:140219379595328 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.funimation/) failed

gitmatt19 avatar Dec 28 '16 17:12 gitmatt19