WWBN / AVideo

Create Your Own Broadcast Network With AVideo Platform Open-Source. OAVP OVP
https://avideo.tube/AVideo_OpenSource
Other
1.91k stars 972 forks source link

encoder import function now broken #7682

Open para2022 opened 1 year ago

para2022 commented 1 year ago

Hi,

The import function on the encoder doesnt work now. Same problem on 2 servers and a fresh install for testing. it was working perfectly before.

Array ( [0] => ERROR: [youtube] jJZjD3S-dlI: Unable to extract uploader id; please report this issue on https://github.com/yt-dlp/yt-dlp/issues?q= , filling out the appropriate issue template. Confirm you are on the latest version using yt-dlp -U )

DanielnetoDotCom commented 1 year ago

this is a recent error on yt-dlp

there is a workaround

try this

python3 -m pip install -U pip setuptools wheel
python3 -m pip install --force-reinstall https://github.com/yt-dlp/yt-dlp/archive/master.tar.gz
para2022 commented 1 year ago

That fixed it. Thanks mate your a star.

JoshWho commented 1 year ago

ERROR: Package 'yt-dlp' requires a different Python: 3.6.9 not in '>=3.7' root@mail3:~#

JoshWho commented 1 year ago

@DanielnetoDotCom I need your help with this. I do not see why it is not letting me upgrade this so the dlp can work.

ERROR: Package 'yt-dlp' requires a different Python: 3.6.9 not in '>=3.7'
root@mail3:~#
JoshWho commented 1 year ago

I installed the 3.7 and that didn't seem to change anything

JoshWho commented 1 year ago

Nevermind I got it solved now. It was a broken package I reinstalled now workd fine

vraghavans commented 1 year ago

hi @JoshWho ERROR: Package 'yt-dlp' requires a different Python: 3.6.9 not in '>=3.7' root@mail3:~#

Am also getting this error,can you guide me what you did please

DanielnetoDotCom commented 1 year ago

try this

Update your system's package manager to ensure that you have the latest version of available packages. You can do this by running the following command in a terminal:

sudo apt update

Upgrade your system's Python version to a version that is compatible with the "yt-dlp" package. Ubuntu 18 comes with Python 3.6.9 by default, which is not compatible with the package. You can install a newer version of Python using the deadsnakes PPA:

sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update
sudo apt-get install python3.8
vraghavans commented 1 year ago

Hi Daniel,

Still the same error please

image Please help!

DanielnetoDotCom commented 1 year ago

I apologize, but the issue you are facing does not pertain to AVideo; it is related to a third-party tool. Unfortunately, I am unable to provide guidance on the installation of libraries.

However, there are several guides available on Google that can assist you with the installation process. Alternatively, you may wish to hire me or someone else for direct support.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.