ruuk / script.module.youtube.dl

⛔️ DEPRECATED: Access to youtube-dl stream extraction in an XBMC module
GNU General Public License v2.0
39 stars 40 forks source link

Fails with missing _subprocess module when using UWP on Xbox #33

Closed willforde closed 5 years ago

willforde commented 6 years ago

This add-on will not work on the Xbox using the UWP App. The youtube.dl core, imports subprocess witch imports _subprocess witch don't exist when using UWP on the Xbox.

ruuk commented 6 years ago

Added a possible fix in version 18.225.0, pending official repo update. Please let me know if this fixes the issue so I can close this out.

Thanks!

willforde commented 6 years ago

I can't test it myself as I don't have an Xbox but I know someone that would be able to test it. I use this for all my addons so thank you.

willforde commented 6 years ago

I got that someone to test the update and he was having a few issues. Memory Error and missing module YDStreamExtractor. Most likely a problem on there side. If I can get a hold of a Xbox for a bit of testing I will let you know but no guarantee.