yausername / youtubedl-android

youtube-dl for android
GNU General Public License v3.0
947 stars 172 forks source link

Defective versions: OpenSSL 1.1.1d in lib/arm64-v8a/libpython.zip.so.UNPACKED_ARCHIVE/usr/lib/libssl.so.1.1 #220

Closed syedusama5556 closed 1 year ago

syedusama5556 commented 1 year ago

i tried to upload an app to play store with this library it gave this issue. i am using the latest build i used this library

 implementation 'com.github.yausername.youtubedl-android:library:-SNAPSHOT'
 implementation 'com.github.yausername.youtubedl-android:ffmpeg:-SNAPSHOT'
Your app uses a defective version of the OpenSSL library, which can cause your app to crash. Update to a fixed version of OpenSSL.

Defective versions:

OpenSSL 1.1.1d in lib/arm64-v8a/libpython.zip.so.UNPACKED_ARCHIVE/usr/lib/libssl.so.1.1
image
syedusama5556 commented 1 year ago

hello sir thanks for the info but am already aware of that have disabled YouTube then uploaded it this way it works, kindly can fix this SSL issue in the Library

On Sat, 11 Mar 2023, 3:36 am sunsoek, @.***> wrote:

Somewhat related but YouTubedl isn’t really a legal application so I wouldn’t publish your app on the Play Store.

— Reply to this email directly, view it on GitHub https://github.com/yausername/youtubedl-android/issues/220#issuecomment-1464573667, or unsubscribe https://github.com/notifications/unsubscribe-auth/AG57ECD37BH2XRZ67VUMLQ3W3OUFVANCNFSM6AAAAAAVPBRHS4 . You are receiving this because you authored the thread.Message ID: @.***>

Kaynat148 commented 1 year ago

have your issue resolved ?

syedusama5556 commented 1 year ago

no the ssl one is still there can you fix it please

On Sat, 11 Mar 2023, 2:49 pm Kaynat148, @.***> wrote:

have your issue resolved ?

— Reply to this email directly, view it on GitHub https://github.com/yausername/youtubedl-android/issues/220#issuecomment-1464873743, or unsubscribe https://github.com/notifications/unsubscribe-auth/AG57ECEWNGD4DCHSSNLDT4LW3RDBXANCNFSM6AAAAAAVPBRHS4 . You are receiving this because you authored the thread.Message ID: @.***>

syedusama5556 commented 1 year ago

hello sir have you resolved the issue of this openssl

Defective OpenSSL Version Your app uses a defective version of the OpenSSL library, which can cause your app to crash. Update to a fixed version of OpenSSL.

Defective versions:

OpenSSL 1.1.1d in lib/arm64-v8a/libpython.zip.so.UNPACKED_ARCHIVE/usr/lib/libssl.so.1.1

xibr commented 1 year ago

Please try this

implementation 'com.github.yausername.youtubedl-android:library:update-openssl-SNAPSHOT'
implementation 'com.github.yausername.youtubedl-android:ffmpeg:update-openssl-SNAPSHOT

I have updated the OpenSSL version from OpenSSL 1.1.1d 10 Sep 2019 to OpenSSL 1.1.1t 7 Feb 2023

Edit: Use master-SNAPSHOT https://github.com/yausername/youtubedl-android/commit/1d12c2b32ff4922f3cb975d2929abf6ff5eb16aa

implementation 'com.github.yausername.youtubedl-android:library:master-SNAPSHOT'
implementation 'com.github.yausername.youtubedl-android:ffmpeg:master-SNAPSHOT'
syedusama5556 commented 1 year ago

thanks 👍

syedusama5556 commented 1 year ago

i checked yes the issue is gone thanks