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
73 stars 24 forks source link

Issue #342 pop ups again. Need to bump x-app-version to 14 in util.py to make it work again (same with streamz) #366

Closed molano999 closed 8 months ago

molano999 commented 8 months ago

Describe the bug See title

To Reproduce Steps to reproduce the behavior: 1. 2. 3.

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

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

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

System

Additional context Add any other context about the problem here.

peno64 commented 8 months ago

I can confirm this. kodi.log has following errors:

2023-11-02 23:23:08.027 T:31017 error : EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--

davidvf commented 8 months ago

Correct, i am hitting the same problem. Updating the x app version to 14 solved it. .kodi/addons/plugin.video.vtm.go/resources/lib/vtmgo/util.py

michaelarnauts commented 8 months ago

This is fixed in https://github.com/add-ons/plugin.video.vtm.go/releases/tag/v1.4.3

Can you try this release?

peno64 commented 8 months ago

Seems to work fine here with this update. Both live and delayed vieuw. This on a RP4 with libreelec.

Thx

thomasddn commented 8 months ago

Just wondering: how long does it take before this new version pops up in the default Kodi repository? It doesn't show any update on my installation (OSMC), or am I missing something?

esjay90 commented 8 months ago

I was also waiting, but updated it manually by downloading the zip from Github

davidbe commented 8 months ago

I just saw that the recent releases are only for matrix. The latest non-matrix was version 1.4.1 - which I have. @thomasddn if you are tech-savvy enough, you can edit yourself. This change is not that huge: https://github.com/add-ons/plugin.video.vtm.go/pull/369/files

Are non-matrix releases will be available?

thomasddn commented 8 months ago

Thanks for the blazingly fast responses @esjay90 and @davidbe! I'm on Kodi v20.2 and the installed VTM GO version is 1.4.2+matrix.1. Based on that I would assume v1.4.3 should also become available.

I prefer not to install it manually, because then I'll need to check for updates myself on a regular basis. With auto-update I have something less to worry about. ;)

michaelarnauts commented 8 months ago

I just saw that the recent releases are only for matrix. The latest non-matrix was version 1.4.1 - which I have. @thomasddn if you are tech-savvy enough, you can edit yourself. This change is not that huge: https://github.com/add-ons/plugin.video.vtm.go/pull/369/files

Are non-matrix releases will be available?

Releases prior to matrix (Leia) aren't supported anymore, but you could modify the addon.xml manually if you want. They will probably still work, bit you should really consider to upgrade your Kodi version.

michaelarnauts commented 8 months ago

Just wondering: how long does it take before this new version pops up in the default Kodi repository? It doesn't show any update on my installation (OSMC), or am I missing something?

Usually, this happens in a day, but it seems that haven't merged the new release yet.

You can follow up new submission for the Kodi repository here: https://github.com/xbmc/repo-plugins/pulls

davidbe commented 8 months ago

I just saw that the recent releases are only for matrix. The latest non-matrix was version 1.4.1 - which I have. @thomasddn if you are tech-savvy enough, you can edit yourself. This change is not that huge: https://github.com/add-ons/plugin.video.vtm.go/pull/369/files Are non-matrix releases will be available?

Releases prior to matrix (Leia) aren't supported anymore, but you could modify the addon.xml manually if you want. They will probably still work, bit you should really consider to upgrade your Kodi version.

I really would like that, but I'm running Kodi on an old device (Odroid C2) and I only found coreelec to supply an out of the box experience on legacy. But maybe I should try out dietpi...