Kodi Community Forum
Release Disney+ - 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 Disney+ (/showthread.php?tid=353316)



RE: Disney+ - sammyke007 - 2021-05-23

Hi

Running Kodi 19.1
Since last week my Disney+ and Netlix plugins stopped sending Dolby Digital + audio. Any idea why?
Running Netflix in the Windows app gives DD+ without a problem.
KODI will also play DD+ from movies on my local storage. Only the plugins give me PCM audio of a sudden...


RE: Disney+ - matthuisman - 2021-05-24

what is the hardware?

If both add-ons stopped at same time, it makes me think the issue in in either Inputstream Adaptive or Kodi.
Has it ever worked on 19.1?
Could you try 19.0 and see if it works again?


RE: Disney+ - sammyke007 - 2021-05-24

(2021-05-24, 00:01)matthuisman Wrote: what is the hardware?

If both add-ons stopped at same time, it makes me think the issue in in either Inputstream Adaptive or Kodi.
Has it ever worked on 19.1?
Could you try 19.0 and see if it works again?

I blame the 21H1 windows 10 update.
My audio settings were always working with Directsound HDMI (Windows set to 5.1 config).
I had to change it to WASAPI and now DD+ is back alive and kicking. After reading WASAPI seems the better option when using an AVR receiver.
Sorry for the confusion!


RE: Disney+ - HappyTeaFriend - 2021-06-03

Hey I‘m running a Raspberry Pi 4b with Kodi 18.9 (LibreElec).
First of all for the great Add-On!
I experience everytime an issue, which just happens in the Disney Plus Add-On. Sometimes (happens like after half an hour or sometimes after some minutes) the video stream freezes, but the audio keeps playing.
Can you maybe help?
Logs: http://ix.io/3oFX

Many Thanks!


RE: Disney+ - matthuisman - 2021-06-04

you need to fix up your install
Heaps of SSL errors in your log
Code:
SSLError(SSLError(1, u'[SSL: SSLV3_ALERT_BAD_RECORD_MAC] sslv3 alert bad record mac (_ssl.c:1946)'),))
InsecureRequestWarning: Unverified HTTPS request is being made to host
Are you using a Proxy / VPN ??
Looking at log - it appears you are...
I suspect that is causing the issues.


RE: Disney+ - HappyTeaFriend - 2021-06-04

I‘m not using a proxy. I will check my config Smile
Thanks!


RE: Disney+ - mikefreeman - 2021-06-13

Recently, the Disney+ addon started giving me an error any time I try to select anything in it. For example, once the addon runs, I try to select the "Featured" folder from the first item list. It won't open the folder, and it gives me a window with "Unexpected Error" as the title. The error's first line says, "ValueError: timestamp out of range for platform time_t". Then it goes on to list lines from various python modules. I'm running Kodi 18.9 (using OSMC) on a Raspberry Pi 3B+. Here are my Kodi logs: https://paste.osmc.tv/tevawenoja


RE: Disney+ - matthuisman - 2021-06-13

Try latest slyguy common 0.32.5 (just pushed)


RE: Disney+ - mikefreeman - 2021-06-13

(2021-06-13, 07:10)matthuisman Wrote: Try latest slyguy common 0.32.5 (just pushed)

It's now upgraded to Slyguy Common 0.32.5, I rebooted just to be sure everything's at baseline, but I'm still getting the same error.


RE: Disney+ - matthuisman - 2021-06-13

OK, please try with Slyguy Common 0.32.6


RE: Disney+ - mikefreeman - 2021-06-14

(2021-06-13, 21:38)matthuisman Wrote: OK, please try with Slyguy Common 0.32.6

Tried with 0.32.6. I'm still getting the same error.


RE: Disney+ - matthuisman - 2021-06-14

what is your timezone set to in OSMC?
I'm going to PM you so we don't fill up this thread with testing back and forth

UPDATE:
OK, all fixed in latest Slyguy Common (v0.32.8) and Disney+ (v0.6.8)

The issue was Black Widow had an availability date of "2050-01-01T07:00:00Z"
I assume this is a "placeholder" date until the actual date is added in
I also use an older API due to it providing more data so maybe that isn't helping either.

Now, I use arrow to process dates which handles it fine until I call .to('local') to convert it to local timezone.
Arrow goes away and calls some other functions which can't handle the large timestamp the above generates.
On 32bit, largest timestamp is 2038-01-01 and largest on 64bit is 3000-01-01
Arrow has a workaround to allow larger timestamps but the .to() method uses tz in dateutil that doesn't have such a workaround.

I've opened an issue on Arrow below to make them aware:
https://github.com/arrow-py/arrow/issues/991

To fix it, I have patched the tz in dateutil in sly common to use Arrows normalize_timestamp function to fix the timestamp overflow
https://github.com/matthuisman/slyguy.addons/commit/cccc92a818ed70f30f951b15acfbf91622731c75

Now, obviously 2050 is not the actual available date - so in latest Disney+ - for any available date more than a year in the future, it will just say "Coming Soon"
https://github.com/matthuisman/slyguy.addons/commit/e819d0b32508f787bed636dcb27c5df8abf60ad1


RE: Disney+ - mikefreeman - 2021-06-15

It works now! Thank you for your awesome work on this!


RE: Disney+ - kuluba - 2021-06-16

It would be nice if you could support Media Import for those that don't have plex and emby Smile
https://forum.kodi.tv/showthread.php?tid=224794


RE: Disney+ - matthuisman - 2021-06-16

(2021-06-16, 11:03)kuluba Wrote: It would be nice if you could support Media Import for those that don't have plex and emby Smile
https://forum.kodi.tv/showthread.php?tid=224794
please point me to a similar video plugin that has added support for that