-
-
Notifications
You must be signed in to change notification settings - Fork 701
Open
Description
DO NOT DELETE THIS! Please take the time to fill this out properly. I am not able to help you if I do not know what you are executing and what error messages you are getting. If you are having problems with a specific video make sure to include the video id.
To Reproduce
Steps to reproduce the behavior:
What code / cli command are you executing?
For example: I am running
yt = YouTubeTranscriptApi(proxy_config=WebshareProxyConfig(proxy_username=self.proxy_username,proxy_password=self.proxy_password))
available_yt = yt.list(video_id)
transcript = available_yt.find_transcript(self.LANGUAGE_PRIORITY)
fetched = transcript.fetch()
**And I kept the VPN connection on**
Which Python version are you using?
Python 3.12
Which version of youtube-transcript-api are you using?
youtube-transcript-api 1.2.3
Expected behavior
Describe what you expected to happen.
For example: I expected to receive the english transcript
Actual behaviour
Describe what is happening instead of the Expected behavior. Add error messages if there are any.
For example: Instead I received the following error message:
HTTPSConnectionPool(host='www.youtube.com', port=443): Max retries exceeded with url: /api/timedtext?v=2tFVLl8w2mM&ei=t8Bbab7UBr6Fpt8PwtDLmA0&caps=asr&opi=112496729&xoaf=5&xowf=1&xospf=1&hl=en&ip=0.0.0.0&ipbits=0&expire=1767645991&sparams=ip,ipbits,expire,v,ei,caps,opi,xoaf&signature=C7A90A3B2B1DA88105A4FDDDE64636F319BA9988.2357F4C569270D1BD939B761749F06734625D08D&key=yt8&kind=asr&lang=en (Caused by ResponseError('too many 429 error responses'))
Metadata
Metadata
Assignees
Labels
No labels