Kodi Community Forum
Release HBO Max - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154)
+---- Thread: Release HBO Max (/showthread.php?tid=358484)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43


RE: HBO Max - matthuisman - 2021-09-25

Odd. All working fine here.
It is using the same old method before the update that removed subs. Did the subs used to work say a week ago? Are you in USA?


RE: HBO Max - QianyuLi - 2021-09-25

(2021-09-25, 10:09)matthuisman Wrote: Odd. All working fine here.
It is using the same old method before the update that removed subs. Did the subs used to work say a week ago? Are you in USA?

I've turned on ignore subtitles before, so I'm not sure what's happening lately. I'm not sure if the issue is related to the HBO Max account region (my account is in a non-US account region)
The problem only occurs with specific content, such as The Matrix and Wonder Woman 1984 Cry Macho, where the subtitles don't quite work even when I ignore the extremely slow loading (I turn on the subtitle display and it shows the subtitles. But Kodi automatically turns it off). Limiting the subtitle whitelist to English doesn't help the problem either. But Malignant is not affected at all, and the subtitles display correctly. So I think this is directly related to the subtitle work-around.


RE: HBO Max - Doctor Eggs - 2021-09-29

I'm having an issue with getting things to play on all of my Windows Kodi installs. I'm getting the following error:
Code:
2021-09-29 10:10:35.859 T:2196   ERROR: slyguy.hbo.max - global name 'enable_accessibility' is not defined
                                            Traceback (most recent call last):
                                              File "C:\Users\me\AppData\Roaming\Kodi\addons\script.module.slyguy\resources\modules\slyguy\plugin.py", line 98, in decorated_function
                                                data = func(*args, **kwargs)
                                              File "C:\Users\me\AppData\Roaming\Kodi\addons\slyguy.hbo.max\resources\lib\plugin.py", line 450, in mpd_request
                                                if not enable_accessibility and adap_set.getElementsByTagName('Accessibility'):
                                            NameError: global name 'enable_accessibility' is not defined

I'm pretty sure I'm up to date on SlyGuy common and HBO Max add-on.

Here is the full log: 
https://paste.kodi.tv/kobayodewu.kodi


RE: HBO Max - matthuisman - 2021-10-05

@Doctor Eggs
That should have been fixed with 0.6.3 (pushed 6 days ago)


RE: HBO Max - Paco8 - 2021-10-26

HBO Max is now available in Spain. I've just tested this addon (Linux, with Kodi 18), it seems to work but subtitles are missing, and in movies the image is corrupted.
Edit: same problem with Kodi 19.
Edit 2: tested on a fire tv stick. Image is not corrupted in this device but subtitles are still missing.


RE: HBO Max - macardi - 2021-10-26

(2021-10-26, 09:08)Paco8 Wrote: HBO Max is now available in Spain. I've just tested this addon (Linux, with Kodi 18), it seems to work but subtitles are missing, and in movies the image is corrupted.
Edit: same problem with Kodi 19.

Same for Sweden, released to day here. No subtitles either. 

Cheers!
Marcus


RE: HBO Max - Paco8 - 2021-10-26

Looking at the mpd files, subtitles in Spain are in vtt format. They are not segmented, there's only one vtt file for each language.

Reverting this change makes subtitles to work in Spain.

Edit: actually just changing back 
Code:
VERSION = '50.49.0.0'
to 
Code:
VERSION = '100.35.0.280'
fixes the problem, no need to revert the whole commit.

I'm also getting the error "Failed to fetch / parse playback URL. Make sure your entitled to this content and your IP address is allowed (not geo-blocked). Try accessing the content via other means (offical app / website) to test if it's a Kodi add-on issue" very often when trying to play something. Sometimes it works sometimes doesn't.


RE: HBO Max - macardi - 2021-10-26

(2021-10-26, 13:51)Paco8 Wrote: Looking at the mpd files, subtitles in Spain are in vtt format. They are not segmented, there's only one vtt file for each language.

Reverting this change makes subtitles to work in Spain.

Edit: actually just changing back 
Code:
VERSION = '50.49.0.0'
to 
Code:
VERSION = '100.35.0.280'
fixes the problem, no need to revert the whole commit.

I'm also getting the error "Failed to fetch / parse playback URL. Make sure your entitled to this content and your IP address is allowed (not geo-blocked). Try accessing the content via other means (offical app / website) to test if it's a Kodi add-on issue" very often when trying to play something. Sometimes it works sometimes doesn't.
Thanks, this enables subtitles for me as well. I also experiance the error you refering to quite frequently.


RE: HBO Max - jimbo94 - 2021-10-26

(2021-10-26, 17:36)macardi Wrote:
(2021-10-26, 13:51)Paco8 Wrote: Looking at the mpd files, subtitles in Spain are in vtt format. They are not segmented, there's only one vtt file for each language.

Reverting this change makes subtitles to work in Spain.

Edit: actually just changing back 
Code:
VERSION = '50.49.0.0'
to 
Code:
VERSION = '100.35.0.280'
fixes the problem, no need to revert the whole commit.

I'm also getting the error "Failed to fetch / parse playback URL. Make sure your entitled to this content and your IP address is allowed (not geo-blocked). Try accessing the content via other means (offical app / website) to test if it's a Kodi add-on issue" very often when trying to play something. Sometimes it works sometimes doesn't.
Thanks, this enables subtitles for me as well. I also experiance the error you refering to quite frequently.


The setting fixes the problem for me too (Sweden) but when choose 5.1 sound the subtitle disables after a second or two. If choose 2.0 sound it is working


RE: HBO Max - elbores - 2021-10-26

(2021-10-26, 13:51)Paco8 Wrote: Looking at the mpd files, subtitles in Spain are in vtt format. They are not segmented, there's only one vtt file for each language.

Reverting this change makes subtitles to work in Spain.

Edit: actually just changing back 
Code:
VERSION = '50.49.0.0'
to 
Code:
VERSION = '100.35.0.280'
fixes the problem, no need to revert the whole commit.

I'm also getting the error "Failed to fetch / parse playback URL. Make sure your entitled to this content and your IP address is allowed (not geo-blocked). Try accessing the content via other means (offical app / website) to test if it's a Kodi add-on issue" very often when trying to play something. Sometimes it works sometimes doesn't.
Y esto en castellano y para los que acabamos de ponernos con Kodi como lo hacemos? jajajajaja.


RE: HBO Max - DarrenHill - 2021-10-26

@elbores - the forum language is English only please.

The use of services like Google Translate is acceptable if required when posting.


RE: HBO Max - elbores - 2021-10-26

Kodi 19.1 matrix in Firestick. Add-on installed. All seems to work fine, but no subtitles. I´m new here and I don´t understand very well the solution Paco gives. So could anyone tell me how to solve it like I was a 5 years old boy? hahahaha

Many thanks.


RE: HBO Max - matthuisman - 2021-10-26

please try versions 0.6.4 of HBO Max for subtitle fix.
You can force update by following below:
https://www.matthuisman.nz/2021/07/force-update-slyguy-add-ons.html

@Paco8
I'll need a debug log from you showing the playback url error you get sometimes


RE: HBO Max - Paco8 - 2021-10-27

(2021-10-26, 23:06)matthuisman Wrote: @Paco8
I'll need a debug log from you showing the playback url error you get sometimes
The log:
https://paste.kodi.tv/qefubavina.kodi

Version 0.6.4 seems to have another bug. While it seems to work fine with tv shows, when I try to play a movie CPU usage goes up a lot, the movie actually plays and the available subtitles are on the list but they are never displayed on the screen. After a few seconds the player freezes. I can stop playback, but CPU usage is still very high until I close kodi. This problem doesn't happen with version 0.6.3.
This is the log when this thing happens:
https://paste.kodi.tv/xasipucova.kodi


RE: HBO Max - alfredohs - 2021-10-27

Hello good, you have just put hbo max here in Spain, I have downloaded this addon and I see that it is all in English, can it be put in Spanish?
Thank you
Greetings
Alfred