plugin.video.vtm.go icon indicating copy to clipboard operation
plugin.video.vtm.go copied to clipboard

Browsing Movies section gives error

Open davidbe opened this issue 11 months ago • 1 comments

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.

davidbe avatar Mar 12 '25 20:03 davidbe

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

davidbe avatar Mar 27 '25 19:03 davidbe