Redwid / android-youtube-dl

The android library that wraps Python 2.7 and youtube-dl python scripts
36 stars 10 forks source link

error when attempting to use app #5

Closed hyperlogos closed 5 years ago

hyperlogos commented 5 years ago

Text representation of error dialog follows:

ERROR Unable to finish request for the url: https://youtu.be/TEn7oZg-_Jc {"result":"Error file is not exist: /data/user/11/org.redwid.android.youtube.dl.app/files/youtube_dl/youtube_dl.done"} OK

Perhaps you could give me the top output of sdkmanager --list so I can match your build environment? I am on Debian 9.

Redwid commented 5 years ago

Most probably youtube-dl Python script failed to process your link and didn't create any output files like: youtube_dl.done and youtube_dl.json, please see source file: https://github.com/Redwid/android-youtube-dl/blob/master/lib/src/main/java/org/redwid/android/youtube/dl/YoutubeDlWorker.java

Your link is working for me. Meta info: device-2019-01-07-105637

And 720p link loaded in google chrome: device-2019-01-07-105727