add-ons / plugin.video.vrt.nu

Kodi add-on to watch content from VRT MAX

Home Page:https://www.facebook.com/groups/kodivlaanderen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

peno64 opened this issue · comments

commented

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

  • Operating system: LibreElec
  • Kodi version: 20.1
  • Addon version: 2.5.22+matrix.1
  • Using a VPN: no
  • Country you are using the addon from: Belgium

Log (if available)


https://hastebin.com/share/hucotomovo.yaml

commented

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))
commented

Indeed, installing the latest master branch solves this issue.

Worked as a charm.
Also change this line:

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