Release [Module] youtube-dl - multi-site playable URL resolver
(2016-06-12, 01:05)paper Wrote: Hi,

I'm getting interesting errors from YDStreamExtractor.getVideoInfo() which returns None:

Code:
00:52:28 5445.615723 T:1388299328  NOTICE: script.module.youtube.dl: ERROR: _getYoutubeDLVideo() failed
00:52:28 5445.616211 T:1388299328  NOTICE: script.module.youtube.dl: _getYoutubeDLVideo() failed::getVideoInfo (362) - attribute of type 'NoneType' is not callable
00:52:28 5445.618652 T:1388299328   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.Exception'>
                                            Error Contents: YDStreamExtractor.getVideoInfo("https://livestream.com/nrl/roostersstorm2016") returned None
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/plugin.video.nrl/addon.py", line 50, in <module>
                                                raise Exception('YDStreamExtractor.getVideoInfo("{}") returned None'.format(url))
                                            Exception: YDStreamExtractor.getVideoInfo("https://livestream.com/nrl/roostersstorm2016") returned None
                                            -->End of Python script error report<--

I'm running it on OpenELEC and what's interesting is that if I reboot it, the first time I'm trying to open the item in the plugin it works perfectly. But if I try to open this or any another item in the plugin it fails with this error until I reboot it again.

Does anyone has the same experience and maybe knows how to fix it?

I tried the URL shown in the log snippet you posted with the latest version on youtube-dl on the command line and it failed.

Either the add-on that is using this module is passing a URL that won't work, or support for the site is currently broken. In any case the author of the add-on with the ID of plugin.video.nrl is the one to talk to.

Sent from my SM-N910P
Reply


Messages In This Thread
v14.810.0 - by ruuk - 2014-08-11, 19:45
v14.925.0 - by ruuk - 2014-09-25, 17:49
v14.1026.0 - by ruuk - 2014-10-26, 21:53
v14.1210.0 - by ruuk - 2014-12-10, 23:32
v14.1210.1 - by ruuk - 2014-12-11, 21:17
v15.318.0 - by ruuk - 2015-04-02, 23:01
v15.1123.0 - by ruuk - 2015-11-23, 21:20
v15.1124.0 - by ruuk - 2015-11-24, 21:05
v15.1223.0 - by ruuk - 2015-12-23, 22:27
v16.306.0 - by ruuk - 2016-03-13, 19:05
v16.318.0 - by ruuk - 2016-03-21, 20:31
v16.327.0 - by ruuk - 2016-03-31, 01:12
v16.521.0 - by ruuk - 2016-05-22, 18:15
v16.627.0 - by ruuk - 2016-06-28, 20:38
v16.1026.0 - by ruuk - 2016-10-28, 18:32
v17.310.0 - by ruuk - 2017-03-11, 23:47
v17.518.0 - by ruuk - 2017-05-21, 08:53
v17.518.1 - by ruuk - 2017-05-25, 04:00
v17.709.0 - by ruuk - 2017-07-11, 03:00
v17.1228.0 - by ruuk - 2017-12-28, 22:46
v17.1231.0 - by ruuk - 2018-01-01, 05:46
v18.320.0 - by ruuk - 2018-03-25, 02:07
v18.425.0 - by ruuk - 2018-04-28, 02:53
v14.1217.0 - by ruuk - 2014-12-27, 21:12
RE: Script Error Message - by ruuk - 2016-04-14, 13:15
RE: [Module] youtube-dl - multi-site playable URL resolver - by ruuk - 2016-06-12, 23:27
RE: v16.1026.0 - by Lunatixz - 2016-10-28, 20:25
L0RE - by L0RE - 2017-12-19, 14:34
Script Error Message - by eondesigns1138 - 2016-04-08, 10:46
Error python dependency 2.25.0 - by Alyy - 2016-05-21, 10:45
Logout Mark Read Team Forum Stats Members Help
[Module] youtube-dl - multi-site playable URL resolver2