plugin.video.vtm.go
plugin.video.vtm.go copied to clipboard
Browsing Movies section gives error
Describe the bug When entering the Movies part of the menu, it returns the error:
"404 Client Error: Not found for ul: https://lfvp-api.dpgmedia.net/VTM_GO/storefronts/movies"
Searching for the movie works without issues, that' a work-around for the moment.
** note **
Since 'VTMGO/19.250228' - probably there is another endpoint.
I had some time to do some analysis. Very easy, URL to movies has changed to films.
I changed the string 'movies' to 'films' where it occured:
- modules/player.py:84
- modules/menu.py:236
- modules/catalog:258
- vtmgo/vtmgostream.py:120
- vtmgo/vtmgo.py:319
- vtmgo/init.py:11