I've updated my builds, now for libreelec addons it points to the official one for rk3328 (thanks to d-rex ).
For my needs works fine (I've tried some emulators)
Thanks alot
still two issues (that I find) on my MXR4K box
I previously used your A8 build and everything worked, but with this new build, my wifi does not work anymore ?
I than tried your new build for the HK1 mini and than I have wifi (but im 100% sure I had wifi with your previous build for the A8)
the addons and dependencies now all install (on both A8 and HK1 build)
however when I try to show a lifestream with the Telenet Yello app, it just flashes half a second and stay's on the channel select page.
When I try to show a lifestream with the VTM GO app, same thing happens and it say's "error, see log for more info"
I am not that exprienced with logs, and I dont find a seperate log for VTM Go, but I do find this in the general libreelec LOG
Display Spoiler
2020-10-02 11:09:35.493 T:2573304704 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: 400 Client Error: Bad Request for url: https://login2.vtm.be/login/emailfirst/password?client_id=vtm-go-web Traceback (most recent call last): File "/storage/.kodi/addons/plugin.video.vtm.go/plugin.py", line 18, in <module> plugin.run(sys.argv) File "/storage/.kodi/addons/plugin.video.vtm.go/resources/lib/plugin.py", line 218, 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/plugin.py", line 51, in show_channels Channels(kodi).show_channels() File "/storage/.kodi/addons/plugin.video.vtm.go/resources/lib/modules/channels.py", line 24, in __init__ self._vtm_go = VtmGo(self._kodi) File "/storage/.kodi/addons/plugin.video.vtm.go/resources/lib/vtmgo/vtmgo.py", line 278, in __init__ self._authenticate() File "/storage/.kodi/addons/plugin.video.vtm.go/resources/lib/vtmgo/vtmgo.py", line 288, in _authenticate token = self._auth.get_token() File "/storage/.kodi/addons/plugin.video.vtm.go/resources/lib/vtmgo/vtmgoauth.py", line 89, in get_token self._token = self._login() File "/storage/.kodi/addons/plugin.video.vtm.go/resources/lib/vtmgo/vtmgoauth.py", line 130, in _login response.raise_for_status() File "/storage/.kodi/addons/script.module.requests/lib/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) HTTPError: 400 Client Error: Bad Request for url: https://login2.vtm.be/login/emailfirst/password?client_id=vtm-go-web -->End of Python script error report<--
2020-10-02 11:09:35.587 T:2628776832 ERROR: GetDirectory - Error getting plugin://plugin.video.vtm.go/channels
2020-10-02 11:09:35.619 T:3010580496 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.vtm.go/channels) failed
2020-10-02 11:09:54.148 T:3010580496 ERROR: Control 1000 in window 13000 has been asked to focus, but it can't
I am 100% sure login credentials are correct (otherwise it would fail earlyer) and it all still works on the previous builds with Kodi 15.5
Any Idee what still might be causing this ??
Hans