bosel / plugin.video.nederland24

Kodi Addon Nederland24
GNU General Public License v3.0
7 stars 14 forks source link

Plugin stopped working #1

Closed paulvt closed 11 years ago

paulvt commented 12 years ago

It seems the whole Nederland 24 web site/backend has changed. The plugin is unable to parse the XML, see for example the following error if "Journaal 24" is enabled.

21:45:26 T:140040782141184   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                         - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                        Error Type: <type 'exceptions.AttributeError'>
                                        Error Contents: 'NoneType' object has no attribute 'group'
                                        Traceback (most recent call last):
                                          File "/home/media/.xbmc/addons/plugin.video.nederland24/nederland24.py", line 72, in <module>
                                            nowTitle=((re.search(r'<span id="nowTitle">([^*]*?)</span>',HTML)).group(1)).strip()
                                        AttributeError: 'NoneType' object has no attribute 'group'
                                        -->End of Python script error report<--

If it is able (for example when only enabling "Politiek 24"), it doesn't play. E.g. I get the following error:

21:43:21 T:140040782141184   ERROR: Open - failed to open source <http://download.omroep.nl/nos/iphone-live-streaming/p24/p24_ipad.m3u8>

(which indeed doesn't exist).

See also this forum topic: http://forum.xbmc.org/showthread.php?tid=142163

Wimpje commented 11 years ago

I think the backend changed, http://hosting.omroep.nl/streaming:lsapidocs has more documentation. I'll check if I can help out maybe, but I haven't written Python ever, so it'll take some time ;)

rj2002060 commented 11 years ago

Thank you very much. Hope that'll solve it. I have experienced these problems both on Win7 and Raspberry Pi (openelec) but have no idea what to do about it.

bosel commented 11 years ago

Thanks guys, 2.1.5 should restore functionality for Eden. I'll have a look at Frodo requirements next.

dspolleke commented 11 years ago

Any update for frodo? And the update is not (yet) showing up in the repo.

bosel commented 11 years ago

frodo update submitted, should show up soonish.