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

VTM Go not launching #371

Open
M0nty99 opened this issue Nov 9, 2023 · 2 comments
Open

VTM Go not launching #371

M0nty99 opened this issue Nov 9, 2023 · 2 comments

Comments

@M0nty99
Copy link

M0nty99 commented Nov 9, 2023

Describe the bug
When starting VTM, an error is presented: VTM GO has encountered an error.

To Reproduce
Steps to reproduce the behavior:
1.Start VTM GO

Logs
Add debug logs to help troubleshoot the issue. See https://kodi.wiki/view/Log_file/Easy for more info.

https://paste.kodi.tv/izipotapay.kodi
I found following, possibly related errors:
2023-11-08 19:56:21.775 T:4334 error : EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'requests.exceptions.HTTPError'>
Error Contents: 426 Client Error: Upgrade Required for url: https://lfvp-api.dpgmedia.net/VTM_GO/tokens
Traceback (most recent call last):
File "/storage/.kodi/addons/plugin.video.vtm.go/addon_entry.py", line 19, in
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 25, in index
show_login_menu()
File "/storage/.kodi/addons/plugin.video.vtm.go/resources/lib/addon.py", line 39, in show_login_menu
Authentication().login()
File "/storage/.kodi/addons/plugin.video.vtm.go/resources/lib/modules/authentication.py", line 49, in login
check = self._auth.authorize_check()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/storage/.kodi/addons/plugin.video.vtm.go/resources/lib/vtmgo/vtmgoauth.py", line 121, in authorize_check
response = util.http_post('https://lfvp-api.dpgmedia.net/VTM_GO/tokens', data={
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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: 426 Client Error: Upgrade Required for url: https://lfvp-api.dpgmedia.net/VTM_GO/tokens
-->End of Python script error report<--
System

  • Addon version: 1.4.2+matrix.1
  • Kodi version: 20.02 (libreelec 11.0.3)
  • Inputstream adaptive version: 20.3.14.1
  • Operating System: Libreelec
  • Special Hardware (RPI / Vero4K+ / ...): Nuc with Intel N200, 16GB, 1TB SSD

Additional context
Issues first noticed 7/11/23 in the evening

@davidbe
Copy link

davidbe commented Nov 9, 2023

There's a new version - 1.4.3 - which handles the recent issues of VTMGo not starting. Try to upgrade, maybe install zip-file manually.

@M0nty99
Copy link
Author

M0nty99 commented Nov 9, 2023

Thanks for the fast reply, I tried uninstalling and installing again but didn't get 1.4.3. I will try updating with zip file now.

EDIT: updating with zip file to 1.4.3 solved the issue.
Thanks!

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

2 participants