KeyError: 'commentCount' using Youtube API [closed]
i have a function used to get some statistic details from a group of video_ids. i think im running into an issue with commentCount when there are none on a video. this code works on some channels but...
View ArticleUnable to clone and move the cloned model
I was trying to make an script that everytime someone subscrive to my Youtube channel, the parent (an noob model) gets cloned and teleported 8 studs UP, but that just dont work or just spawns the clone...
View Articlewhat is the fastest data structure to store and access string objects in python?
I have created a python script to collect over 100,000 comments from the Youtube developer API. Originally i just use a list to append all the comments as they come in. However if I want to scale...
View ArticleI am facing an Error while i am scraping YOUTUBE information using Google API
I have list of youtube ids. I wanted to get details about each video such as title, viewcount, likecount, etc. My code was working well until yesterday, suddenly it is throwing an error.For the...
View Articleyoutube multiple thumbnail service api [closed]
This issue arose while planning to add YouTube's new 'Test & Compare' feature, which was announced last June, to our project.I recently learned that YouTube has released a feature called "Test...
View ArticleHow to create a discord bot that uses the Youtube API
I want to create a discord bot that can notify everyone in all my discord servers in which I have:Specific roleAuthority to mention everyoneAll the servers I'm inThe problem is I did check the guide...
View ArticleIssues with YouTube API [closed]
We have repeatedly tried to use the YouTube API in order to push YouTube data through Airbyte into a Dräger-developed data lake. Unfortunately we keep running into the same issue as can be seen...
View ArticleWhen using YouTube Data API v3 always getting quota exceed error
When using YouTube Data API v3 for fetching latest videos (last 24 hours) from a list of around 200+ channels using C#, I am always getting quota exceed error. I am using only the...
View ArticleYoutube API Transcription
We would like to retrieve the transcription of Youtube videos via API but cannot find a possibility here.It would be important that we can retrieve this from a native original validated Google API. We...
View Articleplayer.getPlayerState is unavailable after YouTube Iframe API initialization
A feature using the YouTube Iframe API has been broken for a while on a little music discovery site I have, and I'm trying to understand why:Open www.dailygrooves.orgPress the spacebar key.→ Expected:...
View ArticleYT getPlayerState() not a function
I need to access the YouTube states through JS to control a video slideshow. For some reason I am getting the getPlayerState() is not a function messages. I can access the playerState property directly...
View ArticleGoogle Video no longer able to retrieve captions?
As of 4 days ago, you were able to send a GET request to or visit https://video.google.com/timedtext?lang=en&v={youtubeVideoId} and receive an xml response containing the caption track of a given...
View ArticleWhat is the best way to have a fallback image in NextJS?
Recently, I have been working on a project in NextJS which uses the YoutubeAPI to fetch video information, including thumbnail URLs.The thumbnail URL for a full resolution image looks like...
View ArticleYoutube cards list horizontal mouse scrolling
World! I'm trying to create a horizontal list of youtube video (embed code) cards, which is supposed to be scrollable horizontaly. I've found here on stackoverflow some code examples which work when...
View ArticleEmbedding youtube-iframe fails within sandbox-iframe
When embedding a youtube-iframe into another iframe, which is sandboxed (to prevent XSS) the player stays black in all major browser.See https://jsfiddle.net/ms9fwLbk/<!DOCTYPE html><html...
View ArticleGet YouTube shorts analytics from YouTube analytics api
I am trying to write a script for my channel shorts analytics containing specific data .There doesn't seem to be any API calls within youtube api that will return certain important metrics like "viewed...
View ArticleHow can I simply use the Youtube API to Upload Videos?
I have a Youtube Channel for which I upload Videos.Thats workin via the Web-App and for normal Use this is fine. But I am produce Content that result in some Video-Files which I want to Schedule and...
View ArticleMultiple youtube channel for youtube analytics api
I want to use youtube analytics api for my channel and others' channel which I'm not an owner. If I make system with google cloud platform and get users to authenticate via oauth to the system, can I...
View ArticleYoutube Channel Search script
from googleapiclient.discovery import buildfrom datetime import datetime, timedelta# Installing the API key and creating an instance of the youtube objectapi_key = "***"youtube = build('youtube', 'v3',...
View ArticleYoutube data v3 api to check for livestreams on channels
I am using Youtube data v3 api to check for livestreams on channels using the following code, and it is working perfect but the issue with the youtube api quota limitation it is very low and it blocks...
View Article