Vikassm73 / AjaykRepo

Kodi add-ons Repository for Indian OTT Platform which includes zee5, MX Player, Sonyliv, Hotstar, JioCinema addon
186 stars 76 forks source link

Voot App - Shows are missing #79

Closed prakharaug closed 2 years ago

prakharaug commented 2 years ago

"The Khatra Khatra Show" is missing in the add on however the same is available on voot.com website.

https://www.voot.com/shows/listing/watch%20the%20khatra%20khatra%20show?url=content%2Fgeneric%2Fseries-wise-episode_curated%3Fid%3Dinclude%3A1283594%26sort%3Depisode%3Aasc%26responseType%3Dcommon&trayType=dynamic&filterValue=true&&sortValue=Episode%3Aepisode%3Aasc%2Cdesc%3Atrue&cardType=ContentCardRail&trayID=rail_jio_voot-common_100414_0_series-wise-episode_curated_publish04-1

Vikassm73 commented 2 years ago

Wait for next version

Vikassm73 commented 2 years ago

New Version uploaded

prakharaug commented 2 years ago

Thanks It's working now. But Zee5 is not working now !!

Vikassm73 commented 2 years ago

Let me know exactly where you are facing problem

prakharaug commented 2 years ago

The issue is sorted now. Checked the logged file and found the following issue

022-04-29 18:39:08.926 T:6296 ERROR : EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--

  • NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS! Error Type: <class 'ModuleNotFoundError'> Error Contents: No module named 'inputstreamhelper' Traceback (most recent call last): File "C:\Users\Prakh\AppData\Roaming\Kodi\addons\plugin.video.zee5\main.py", line 3, in from resources.lib import plugin File "C:\Users\Prakh\AppData\Roaming\Kodi\addons\plugin.video.zee5\resources\lib\plugin.py", line 38, in import inputstreamhelper ModuleNotFoundError: No module named 'inputstreamhelper' -->End of Python script error report<--

So have installed the addon inputstreamhelper manually and the issue is resolved.