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

error when opening VRT NWS laat #1136

Closed lebeno closed 9 months ago

lebeno commented 9 months ago

Navigating to Nieuws en actua and then clicking VRT NWS laat immediately shows error: VRT MAX fout. "invalidate cache" option in expert setting does not fix this.

kodi.log

2023-09-21 23:12:18.102 T:17979   error <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                                    - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                                   Error Type: <class 'TypeError'>
                                                   Error Contents: cannot unpack non-iterable NoneType object
                                                   Traceback (most recent call last):
                                                     File "/storage/.kodi/addons/plugin.video.vrt.nu/resources/lib/addon_entry.py", line 14, in <module>
                                                       run(argv)
                                                     File "/storage/.kodi/addons/plugin.video.vrt.nu/resources/lib/addon.py", line 353, in run
                                                       plugin.run(argv)
                                                     File "/storage/.kodi/addons/script.module.routing/lib/routing.py", line 130, in run
                                                       self._dispatch(self.path)
                                                     File "/storage/.kodi/addons/script.module.routing/lib/routing.py", line 141, in _dispatch
                                                       view_func(**kwargs)
                                                     File "/storage/.kodi/addons/plugin.video.vrt.nu/resources/lib/addon.py", line 155, in programs
                                                       VRTPlayer().show_episodes_menu(program_name=program_name, season_name=season_name, end_cursor=end_cursor)
                                                     File "/storage/.kodi/addons/plugin.video.vrt.nu/resources/lib/vrtplayer.py", line 249, in show_episodes_menu
                                                       episodes, sort, ascending, content = get_episodes(program_name=program_name, season_name=season_name, end_cursor=end_cursor)
                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                                                   TypeError: cannot unpack non-iterable NoneType object
                                                   -->End of Python script error report<--

2023-09-21 23:12:18.175 T:17977   error <general>: GetDirectory - Error getting plugin://plugin.video.vrt.nu/programs/vrt-nws-laat
2023-09-21 23:12:18.192 T:970     error <general>: CGUIMediaWindow::GetDirectory(plugin://plugin.video.vrt.nu/programs/vrt-nws-laat) failed

Additional context

mediaminister commented 9 months ago

I'm aware the last release didn't fix all problems with the program listings. I new release is almost ready. Please test: Kodi 19/20/21: plugin.video.vrt.nu-2.5.25+matrix.1-tests-d872bf5.zip Kodi 18: plugin.video.vrt.nu-2.5.25-tests-d872bf5.zip

mediaminister commented 9 months ago

Fixed in the new release https://github.com/add-ons/plugin.video.vrt.nu/releases/tag/v2.5.26