add-ons / plugin.video.vtm.go

Kodi add-on to watch video-on-demand content and live streams from VTM GO.
https://github.com/add-ons/plugin.video.vtm.go/wiki
GNU General Public License v3.0
75 stars 26 forks source link

VTM Go not able to show "mijn lijst" #384

Closed badoneti closed 3 months ago

badoneti commented 4 months ago

Describe the bug Start kodi Start VTM Go Error 404

Expected behavior Loading "mijn lijst"

Logs 2024-06-01 19:34:22.544 T:934 error : [plugin.video.vtm.go] [resources.lib.modules.catalog] 404 Client Error: Not Found for url: https://lfvp-api.dpgmedia.net/VTM_GO/detail/78ede068-635f-4307-a8e0-fd157b79f40a?selectedSeasonIndex=4 2024-06-01 19:34:22.547 T:884 info : Loading skin file: DialogConfirm.xml, load type: KEEP_IN_MEMORY 2024-06-01 19:34:59.655 T:933 error : GetDirectory - Error getting plugin://plugin.video.vtm.go/catalog/mylist 2024-06-01 19:34:59.698 T:884 error : CGUIMediaWindow::GetDirectory(plugin://plugin.video.vtm.go/catalog/mylist) failed 2024-06-01 19:35:09.211 T:884 error : Control 50 in window 10025 has been asked to focus, but it can't 2024-06-01 19:35:11.980 T:952 error : [plugin.video.vtm.go] [resources.lib.modules.catalog] 404 Client Error: Not Found for url: https://lfvp-api.dpgmedia.net/VTM_GO/detail/78ede068-635f-4307-a8e0-fd157b79f40a?selectedSeasonIndex=4 2024-06-01 19:35:42.013 T:884 info : Samba is idle. Closing the remaining connections 2024-06-01 19:36:24.580 T:950 error : GetDirectory - Error getting plugin://plugin.video.vtm.go/catalog/mylist 2024-06-01 19:36:24.631 T:884 error : CGUIMediaWindow::GetDirectory(plugin://plugin.video.vtm.go/catalog/mylist) failed

System

Additional context Searching for a programme loads and plays well.

boterbloem5 commented 3 months ago

This works as designed on my systems:

HTPC

PC

badoneti commented 3 months ago

That is correct, I believe the issue was due to a content change in VTM where a season of a series got offline (my assumption) and the error handling didn't gracefully handle it. By removing and readding everything on the list it was solved.