Release Hotstar-Rain Indian movies/tv shows/sports
(2016-02-12, 17:36)ncube2 Wrote: I have the same issue.. worked fine until few weeks back, now i cant play live sports section.
Let me know if there is a fix.
Thanks.
Here's a snippet of my log if it helps.
09:32:54 T:1563737664 ERROR: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.requests/lib/requests/packages/urllib3/util/ssl_.py:315: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. For more information, see https://urllib3.readthedocs.org/en/lates...ingwarning.
SNIMissingWarning
09:32:54 T:1563737664 ERROR: /storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.requests/lib/requests/packages/urllib3/util/ssl_.py:120: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/lates...ormwarning.
InsecurePlatformWarning
09:32:55 T:1563737664 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.IndexError'>
Error Contents: list index out of range

(2016-01-30, 06:15)sunmun Wrote:
(2016-01-29, 16:31)yocoldrain Wrote: watched cricket t20 today.

Thanks @ycoldrain. Strange that it is not working on my setup, whereas it was working fine till 2-3 weeks back. I will figure it out myself. Thanks for your great work @ycoldrain.
Yes that error is because the site is using TLS over HTTPS. It is simple to fix it, I am sure YoColdRain will patch it in his next release
until then you can do the following.
In default.py file Line 46
Code:
response = s.get(url, headers=headers, cookies=s.cookies)
Change it to
Code:
response = s.get(url, headers=headers, cookies=s.cookies, verify=False)
Reply


Messages In This Thread
RE: [Release] Hotstar-Rain Indian movies/tv shows/sports - by gujal - 2016-02-14, 04:18
Logout Mark Read Team Forum Stats Members Help
Hotstar-Rain Indian movies/tv shows/sports4