Weird script python problem
I have an interesting case: I have a python code that returns the transcript from an YouTube video. The transcript is returned if I run in my Windmill installed using docker-compose in my local machine - I used the commands from github. In the windmill SAAS it is not working - it shows the message that the video doesn't have the transcript (but it does). In my VPS installation is not working as well, showing the same error as the SAAS - I installed using the latest version today - 10/23/24
The pictures show
Python Code below in comment
3 Replies
Python code:
Rest of the code:
I think it's youtube filtering those ips
basically google detecting that those ips are aws based and blocking them
Uhm. I didn’t think about it. I have a proxy server. I will try it and write back