Relative Content

Tag Archive for pythonazureazure-functionsyoutubeyoutube-api

Issue Using YouTube API in an Azure Function App

Apologies if any of my terminology is off I’m relatively new to dev, I am trying to create an Azure Function that is triggered by an HTTP request that sends the video_id of a YouTube video to the function and then that function proceeds to pull the transcript of that video using the youtube_transcript_api library into a string and proceeds to use that transcript string for other purposes. I am running into an issue where when I am debugging locally and send a request to localhost with the video_id the YouTube API is able to pull the transcript without any issue however when I deploy the function into Azure I am receiving this error