When running this application locally and attempting to create a new video translation using a YouTube video link, I encountered the following error: "Your bot must sign in to YouTube."
This error occurred in the backend/video/utils.py file, specifically in the get_data_from_google_video(url) function, where the line info = ydl.extract_info(url, download=False) is executed.
Could you please provide clarification on why this issue arises and how to resolve it?
When running this application locally and attempting to create a new video translation using a YouTube video link, I encountered the following error: "Your bot must sign in to YouTube."
This error occurred in the backend/video/utils.py file, specifically in the get_data_from_google_video(url) function, where the line info = ydl.extract_info(url, download=False) is executed.
Could you please provide clarification on why this issue arises and how to resolve it?