Release Disney+ Hotstar Add-on
#16
(2021-07-20, 06:01)apijit Wrote: Image

Hi
I live in Thailand and can watch Disney+ Hotstar from laptop or PC via web browser. I just finished to add Hotstar on my Raspberry Pi 3.
Log-in window can show only half second then gone.
How to change hotstar.com/in/activate  to hotstar.com/th/activate?

You can try to modify the "x-country-code" in api.py and contants.py to support other regions. Currently the plugin is hardcoded for the Indian region.
Reply
#17
sir can you tell me how to make It work with most popular skin of kodi . titan binge https://forum.kodi.tv/showthread.php?tid...ght=addons
Reply
#18
Wink 
(2021-07-26, 04:50)QianyuLi Wrote: [quote="apijit" pid='3050376' dateline='1626753682']
Image

You can try to modify the "x-country-code" in api.py and contants.py to support other regions. Currently the plugin is hardcoded for the Indian region.

*No tutorials on how to circumvent website/videosite authentication on this forum*
Don't try and attempt a 2nd time.

Yours truly,
Team Kodi Moderators
Reply
#19
(2021-08-16, 12:30)Arsyad1105 Wrote: You just need to login using India VPN then change the code.

This forum is NOT for tutoring others how to circumvent any type of login or authentication.
Read our VPN policy (wiki) and the other forum rules (wiki) which you accepted when you registered onto our forum.
Reply
#20
Sad 
This forum is NOT for tutoring others how to circumvent any type of login or authentication.
Read our VPN policy (wiki) and the other forum rules (wiki) which you accepted when you registered onto our forum.
[/quote]

Oops Sorry 😢🙏
Reply
#21
Login screen still gone after 1 second. No code generated. got this error on log

21-12-10 20:18:59.730 T:1674 DEBUG <general>: CPythonInvoker(12, /home/osmc/.kodi/addons/plugin.video.botallen.hotstar/addon.py): instantiating addon using automatically obtained id of "plugin.video.botallen.hotstar" dependent on version 3.0.0 of the xbmc.python api
2021-12-10 20:18:59.733 T:1674 DEBUG <general>: [Disney+-Hotstar.support] Dispatching to route: '/resources/lib/main/login/'
2021-12-10 20:18:59.735 T:1674 DEBUG <general>: [Disney+-Hotstar.support] Callback parameters: '{}'
2021-12-10 20:18:59.736 T:1674 DEBUG <general>: DialogProgress::Open called
2021-12-10 20:18:59.789 T:653 DEBUG <general>: ------ Window Init (DialogConfirm.xml) ------
2021-12-10 20:18:59.829 T:1674 DEBUG <general>: [urllib3.connectionpool] Starting new HTTPS connection (1): api.hotstar.com:443
2021-12-10 20:18:59.999 T:653 DEBUG <general>: ------ Window Deinit (DialogAddonSettings.xml) ------
2021-12-10 20:19:00.092 T:1674 DEBUG <general>: [urllib3.connectionpool] https://api.hotstar.com:443 "POST /in/aadhar/v2/firetv/in/users/logincode/ HTTP/1.1" 403 332
2021-12-10 20:19:00.140 T:653 DEBUG <general>: ------ Window Init (DialogNotification.xml) ------
2021-12-10 20:19:00.144 T:653 DEBUG <general>: ffmpeg[(nil)X]: [image2] Custom AVIOContext makes no sense and will be ignored with AVFMT_NOFILE format.
2021-12-10 20:19:01.053 T:1726 DEBUG <CWebserver[8080]>: request received for /jsonrpc
2021-12-10 20:19:01.104 T:1674 ERROR <general>: Skipped 1 duplicate messages..
2021-12-10 20:19:01.104 T:1674 ERROR <general>: [Disney+-Hotstar.support] can only concatenate str (not "NoneType") to str
Traceback (most recent call last):
File "/home/osmc/.kodi/addons/script.module.codequick/lib/codequick/support.py", line 306, in run_callback
redirect = parent_ins(route, arg_params, self.callback_params)
File "/home/osmc/.kodi/addons/script.module.codequick/lib/codequick/script.py", line 169, in __call__
return route.function(self, *args, **kwargs)
File "/home/osmc/.kodi/addons/plugin.video.botallen.hotstar/resources/lib/main.py", line 75, in login
for code, i in api.doLogin():
File "/home/osmc/.kodi/addons/plugin.video.botallen.hotstar/resources/lib/api.py", line 127, in doLogin
resp = self.get(url+code, max_age=-1)
TypeError: can only concatenate str (not "NoneType") to str
2021-12-10 20:19:01.140 T:1674 INFO <general>: CPythonInvoker(12, /home/osmc/.kodi/addons/plugin.video.botallen.hotstar/addon.py): script successfully run
2021-12-10 20:19:01.399 T:653 DEBUG <general>: ------ Window Deinit (DialogConfirm.xml) ------
2021-12-10 20:19:02.619 T:1726 DEBUG <CWebserver[8080]>: request received for /jsonrpc
2021-12-10 20:19:02.674 T:1671 DEBUG <general>: Skipped 1 duplicate messages..
2021-12-10 20:19:02.674 T:1671 DEBUG <general>: Thread JobWorker 894132416 terminating (autodelete)
Reply
#22
(2021-12-10, 15:53)weirdman Wrote: got this error on log

We prefer to keep our forum server lean, hence the bold red text "Do not post logs in the forum" right above the Post Reply button.... Please keep this in mind for future posts.
Reply
#23
Is there a way to set the language in Sports -> Carousel?

I have to keep switching it on and off until the language comes to English!
Reply
#24
@botallen

Is there any way you could assist south africans that can only login with cell number and pin (OTP)
Reply
#25
(2022-05-19, 12:15)Afro Wrote: @botallen

Is there any way you could assist south africans that can only login with cell number and pin (OTP)

@botallen
Israelis have the same issue, I'm willing to help with the development of this, please.

Thank you.
Reply
#26
I've replaced it with the Indonesian region. but still can't
Reply
#27
(2021-07-26, 04:50)QianyuLi Wrote:
(2021-07-20, 06:01)apijit Wrote: Image

Hi
I live in Thailand and can watch Disney+ Hotstar from laptop or PC via web browser. I just finished to add Hotstar on my Raspberry Pi 3.
Log-in window can show only half second then gone.
How to change hotstar.com/in/activate  to hotstar.com/th/activate?

You can try to modify the "x-country-code" in api.py and contants.py to support other regions. Currently the plugin is hardcoded for the Indian region.
I've replaced it with the Indonesian region. but still can't
Reply
#28
Exclamation 
Unable to login for last few days
Reply
#29
Log-in window can show only half second then gone.
How to activate hotstar.com/in/activate
Reply
#30
I'm a user from India; Not been able to play anything since few days. I always get 'API error'.
Reply

Logout Mark Read Team Forum Stats Members Help
Disney+ Hotstar Add-on0