Sanix-Darker / ryt

Watch and Search for Youtube videos without Youtube UI.
1 stars 0 forks source link

Error when executing ryt after installation #1

Open Rophpad opened 6 months ago

Rophpad commented 6 months ago

Hello When I run ryt.sh after the installation, I got an error. I read the code and found I need to provide some credentials. After these credentials added in the code, I got a little GUI, but I got this error after all search.

jq: error (at <stdin>:14): Cannot iterate over null (null)
[file] Reading from stdin...
[531] Cannot open PyInstaller archive from executable (/usr/bin/yt-dlp) or external archive (/usr/bin/yt-dlp.pkg)
Failed to recognize file format.

Exiting… (Errors when loading file)

Can we have a detailled instruction about how to execute the program?

Sanix-Darker commented 6 months ago

That's because you need ot have yt-dlp installed ! That's what "https://github.com/sanix-darker/ryt/blob/c500486b16848760b2685f1411e09a046803867f/ryt.sh#L8" does but for what i can see you're running on windows... and it looks like the problem is from "Cannot open PyInstaller archive from executable" ?