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

GetDirectory - Error #1020

Closed NofanTasi closed 2 years ago

NofanTasi commented 2 years ago

Describe the bug

To Reproduce

Steps to reproduce the behavior:

  1. Go to ... Categories
  2. Click on .... News and current affaits
  3. Scroll down to .... N/A
  4. See error

Expected behavior

List of programs in category should show

Additional context

Log (if available)

2022-08-31 18:08:29.654 T:4061    ERROR <general>: GetDirectory - Error getting plugin://plugin.video.vrt.nu/categories/nieuws-en-actua
2022-08-31 18:08:29.662 T:3825    ERROR <general>: CGUIMediaWindow::GetDirectory(plugin://plugin.video.vrt.nu/categories/nieuws-en-actua) failed
2022-08-31 18:08:30.197 T:4068     INFO <general>: CPythonInvoker(13, /storage/.kodi/addons/plugin.video.vrt.nu/resources/lib/addon_entry.py): script successfully run
2022-08-31 18:08:31.582 T:4068     INFO <general>: CPythonInvoker(13, /storage/.kodi/addons/plugin.video.vrt.nu/resources/lib/addon_entry.py): script successfully run
2022-08-31 18:08:31.591 T:3825    ERROR <general>: CGUIMediaWindow::GetDirectory(plugin://plugin.video.vrt.nu/) failed
Bart80-1 commented 2 years ago

For what it's worth, same issue when trying to load the favorites. Log see here: https://paste.kodi.tv/ohugatezim

May I guess: VRT has made some changes and communication is a dirty word ;)

davidbe commented 2 years ago

Similar error in the logs for Kodi 18.9.0 on Linux ARM 32-bit and LibreELEC 9.2.8 and latest addon-version since today.

mediaminister commented 2 years ago

Yes, loading favorites doesn't work anymore. And today another VRT api stopped working. I made a workaround so the add-on doesn't crash on the http error. The workaround is already in the master branch and I'll release this.

mediaminister commented 2 years ago

https://github.com/add-ons/plugin.video.vrt.nu/releases

NofanTasi commented 2 years ago

thanks @mediaminister for quick fix