Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot play VTM programs since yesterday on Kodi Librelec 12 on RPI 5 #386

Open
trick72 opened this issue Jun 25, 2024 · 4 comments
Open

Comments

@trick72
Copy link

trick72 commented Jun 25, 2024

Describe the bug
None of the VTM programs are starting with error "cannot start, see log for details"

To Reproduce
Steps to reproduce the behavior:

  1. Select any program from VTM, or live TV, or any out of the library

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Logs

2024-06-25 21:36:17.050 T:193738   error <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                                    - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                                   Error Type: <class 'resources.lib.vtmgo.exceptions.InvalidLoginException'>
                                                   Error Contents: 403 Client Error: Forbidden for url: https://videoplayer-service.dpgmedia.net/config/episodes/f74f21f5-2cc7-4b89-a069-9bd285489112?startPosition=0.0&autoPlay=true
                                                   Traceback (most recent call last):
                                                     File "/storage/.kodi/addons/plugin.video.vtm.go/resources/lib/vtmgo/util.py", line 77, in http_post
                                                       return _request('POST', url=url, params=params, form=form, data=data, token=token, profile=profile, headers=headers)
                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                                                     File "/storage/.kodi/addons/plugin.video.vtm.go/resources/lib/vtmgo/util.py", line 184, in _request
                                                       response.raise_for_status()
                                                     File "/storage/.kodi/addons/script.module.requests/lib/requests/models.py", line 1021, in raise_for_status
                                                       raise HTTPError(http_error_msg, response=self)
                                                   requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://videoplayer-service.dpgmedia.net/config/episodes/f74f21f5-2cc7-4b89-a069-9bd285489112?startPosition=0.0&autoPlay=true
                                                   
                                                   During handling of the above exception, another exception occurred:
                                                   
                                                   Traceback (most recent call last):
                                                     File "/storage/.kodi/addons/plugin.video.vtm.go/addon_entry.py", line 19, in <module>
                                                       run(argv)
                                                     File "/storage/.kodi/addons/plugin.video.vtm.go/resources/lib/addon.py", line 186, in run
                                                       routing.run(params)
                                                     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.vtm.go/resources/lib/addon.py", line 166, in play
                                                       Player().play(category, item)
                                                     File "/storage/.kodi/addons/plugin.video.vtm.go/resources/lib/modules/player.py", line 56, in play
                                                       resolved_stream = self._stream.get_stream(category, item)
                                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                                                     File "/storage/.kodi/addons/plugin.video.vtm.go/resources/lib/vtmgo/vtmgostream.py", line 42, in get_stream
                                                       video_info = self._get_video_info(stream_type, stream_id, player_token)
                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                                                     File "/storage/.kodi/addons/plugin.video.vtm.go/resources/lib/vtmgo/vtmgostream.py", line 162, in _get_video_info
                                                       response = util.http_post(url,
                                                                  ^^^^^^^^^^^^^^^^^^^
                                                     File "/storage/.kodi/addons/plugin.video.vtm.go/resources/lib/vtmgo/util.py", line 82, in http_post
                                                       raise InvalidLoginException(exc)
                                                   resources.lib.vtmgo.exceptions.InvalidLoginException: 403 Client Error: Forbidden for url: https://videoplayer-service.dpgmedia.net/config/episodes/f74f21f5-2cc7-4b89-a069-9bd285489112?startPosition=0.0&autoPlay=true
                                                   -->End of Python script error report<--
                                                   
2024-06-25 21:36:17.150 T:953     error <general>: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.vtm.go/play/catalog/episodes/f74f21f5-2cc7-4b89-a069-9bd285489112]

System

  • Addon version: latest
  • Kodi version:21.0
  • Inputstream adaptive version:latest of date
  • Operating System (Windows / Mac OS / Android / LibreElec / OSMC / ...):RPI 5, LibreElec 12 (latest official)
  • Special Hardware (RPI / Vero4K+ / ...):RPI

Additional context
Add any other context about the problem here.

@davidbe
Copy link

davidbe commented Jun 26, 2024

I encountered the same issue: from 2024-06-24, the addon vtmgo doesn't play anything. I will try to post error message this evening.
Kodi Matrix: OSMC on VeroV

Exact the same error message.

@bavala3010
Copy link

Same error here.

@gregv711
Copy link

Also the same error on LibreELEC 11.0.6

@Clyde72
Copy link

Clyde72 commented Jun 28, 2024

It is also reported as an login issue more recently. Is not client depended but seems server depended. DPG Media must have changed/rerouted/remapped things.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants