Michaël Arnauts
Michaël Arnauts
Same for me, GoPlay moved over for some streams to the doubleclick service, where ads are injected directly in the stream. It's a totally different stream compared with the usual...
Hmmm, looking at the log, it seems that the license server says "no". I'm afraid this is related the the VMP requirement. See https://github.com/add-ons/plugin.video.viervijfzes/issues/69 You can try to debug logging...
The issue lies with the `HEAD` in this line: https://github.com/xbmc/kodi-addon-submitter/blob/master/addon_submitter/utils.py#L61. `HEAD` doesn't contain the changes that have been made to the `addon.xml`. ```py shell('git', 'archive', '-o', '{}.zip'.format(zip_name), 'HEAD', '--', addon_id)...
This had to be reverted. This seems to have an issue when submitting the actual addon. I think that the `git stash create` causes the actual commit to fail. I'll...
Looking at the log, it seems that it is trying to play a file that is on an server that is blocked, maybe due to a pihole or a firewall...
> Did not change anything anymore myself but the stream did work again yesterday. I tried on my mobile phone yesterday with the GoPlay app, and I also got issues...
> > > [kodiproblem.txt](https://github.com/add-ons/plugin.video.viervijfzes/files/10745162/kodiproblem.txt) > > > > > > HTTPSConnectionPool fails for host `pubads.g.doubleclick.net` because `getaddrinfo failed`. So nslookup for pubads.g.doubleclick.net still fails. > > Can you test it...
A lot of the concerns seem to be about people asking for plugins for their favourite site, without having the ability to create them themselves. Can't there be a rule...
Note that setting both `heartbeat` and `read_write_timeout` to the same value can cause a race condition where the connection is closed just before a heartbeat arrives. It seems to be...
I believe this has been fixed by the fix of @mediaminister (for Kodi 20), and an improvement in https://github.com/add-ons/plugin.video.vtm.go/pull/351 I'm not sure why the WEBVTT needs to be removed, it...