~mil/sxmo-tickets#533: 
youtube scripts on edge branch not working

youtube scripts on pmos sxmo edge branch is not working since few weeks, is it same for everyone?

Status
RESOLVED CLOSED
Submitter
~arjunaithal
Assigned to
No-one
Submitted
2 years ago
Updated
2 years ago
Labels
No labels applied.

~alpabrz 2 years ago*

Same for me in latest edge. Seems to be not a SXMO issue though, but rather in the youtube-cli program the scripts use. It is part of the codemadness-frontends package, upstream is here. Tried compiling latest version from source, but it still throws the same error: tls_read: read failed: error:0A000126:SSL routines::unexpected eof while reading :/

~anjan 2 years ago

~eolien55 2 years ago*

The problem seems to be caused by a mismatch between LibreTLS and OpenSSL 3 : compiling codemadness-frontends against libretls itself compiled against OpenSSL 1.1.1q results in working *-cli tools. Compiling against libretls itself compiled against OpenSSL 3 returns the aforementioned error.

A work-around I've been using since the discovery of this bug is to install libressl (the tls parts, I believe it is packaged under libressl3.5-libtls on Alpine) and to manually compile youtube-cli against it.

However this is of course not ideal. The problem should be resolved upstream.

~eolien55 2 years ago*

Since this commit, codemadness-frontends is built against LibreSSL and thus works. After upgrading, the problem should not occur anymore.

~phartman REPORTED CLOSED 2 years ago

Register here or Log in to comment, or comment via email.