add-ons / plugin.video.vrt.nu

Kodi add-on to watch content from VRT MAX
https://www.facebook.com/groups/kodivlaanderen
GNU General Public License v3.0
110 stars 20 forks source link

VRT Max doesn't work anymore (at least vrtr nws) #1117

Closed peno64 closed 1 year ago

peno64 commented 1 year ago

Describe the bug

Playing vrt nws doesn't work anymore

To Reproduce

Steps to reproduce the behavior:

  1. Categories
  2. News and current affairs
  3. VRT NWS journaal
  4. => VRT MAX error

Expected behavior

You should get a list of all journals

Additional context

Log (if available)


https://hastebin.com/share/hucotomovo.yaml
abanink commented 1 year ago

Probably solved in this commit. Update 'vrtmax' to 'vrtnu' in the URL & restart kodi; worked for me.


~/.kodi/addons/plugin.video.vrt.nu$ grep vrtnu resources/lib/api.py  |grep season_json
    season_json = get_url_json('https://www.vrt.be/vrtnu/a-z/{}.model.json'.format(program_name))
peno64 commented 1 year ago

Indeed, installing the latest master branch solves this issue.

doglover3920 commented 1 year ago

Worked as a charm. Also change this line:

featured_json = get_url_json('https://www.vrt.be/vrtnu/kijk.model.json') (line 1042)

mediaminister commented 1 year ago

Duplicate of https://github.com/add-ons/plugin.video.vrt.nu/issues/1111 Fixed and released: https://github.com/add-ons/plugin.video.vrt.nu/releases/tag/v2.5.23