In the app logs, there is a section that hints to the problem, as far as I can tell:
Code: Select all
[DBG] Creating an input for 'xxxx.mp4?dlink="..."&_sid="..."&mime=1'
[DBG] reusing audio output
[DBG] keeping audio output
[DBG] using timeshift granularity of 50 MiB
[DBG] using default timeshift path
[DBG] `https://…:5001/fbdownload/….mp4?dlink=…&mime=1' gives access `https' demux `any' path `…'
[DBG] creating demux: access='https' demux='any' location='…' file='(null)'
[DBG] looking for access_demux module matching "https": 12 candidates
[DBG] no access_demux modules matched
[DBG] creating access: https://…:5001/fbdownload/…&mime=1
[DBG] looking for access module matching "https": 66 candidates
[DBG] looking for keystore module matching "any": 6 candidates
[DBG] no keystore modules matched
[DBG] looking for tls client module matching "any": 3 candidates
[DBG] open st client
[DBG] using tls client module "securetransport"
[DBG] resolving <myhostname> ...
[WARN] Ignoring ALPN request due to lack of support in the backend. Proxy behavior potentially undefined.
[DBG] open TLS session for <myhostname>
[ERR] error while writing: 4
[ERR] handshake returned error -36
[ERR] TLS session handshake error
[DBG] close TLS session
[ERR] connection error: Interrupted system call
Best regards,
ilpssun