Christian Hewitt
Christian Hewitt
@ihipop Can you submit a PR to update the firmware?
This is reported in the LibreELEC forums too, so the issue is not specific to Android: https://forum.libreelec.tv/thread/28779-ftps-broken-in-le12/
The concurrency criteria includes the PR: `group: ${{ github.workflow }}-${{ github.event.pull_request.number }}` so force-pushing to a PR will cancel existing jobs for that PR and requeue with the latest changes....
One of the v3 > v4 differences is not allowing the same file to be uploaded more than once, so I think we might have some name collisions taking place....
I'll investigate in the week. I still have relatives in-town so not much time for reading GitHub docs at the moment :)
https://git.linuxtv.org/dtv-scan-tables.git is the root upstream source, but the linux-media list isn't always quick to merge the patches submitted. I'm in the process of reaching out to the maintainer(s) to have...
I've done some testing and it fails when trying to clone the repo: ``` Cloning into '/home/chewitt/work/tvheadend/tvheadend/support/../data/dvb-scan'... fatal: unable to access 'https://git.linuxtv.org/dtv-scan-tables.git/': gnutls_handshake() failed: Handshake failed ``` The probable cause...
The workaround in Trusty is to perform the general apt-get install of the runner, then add the Xenial deb repo and install only `curl` which adds an updated gnutls needed...