Closed yannickErp closed 1 month ago
Lamba is not something that we have tested on and we have no plans to make it compatible for it. You are on your own.
There is a huge chance that there is not enough memory allocated to the container. 1GB of RAM is the very minimum.
Lamba is not something that we have tested on and we have no plans to make it compatible for it. You are on your own.
There is a huge chance that there is not enough memory allocated to the container. 1GB of RAM is the very minimum.
Is there any other way to run this script to get po_token and visitor_data somewhere else? Somewhere that I can call from my AWS Lambda to work with? I have a website that downloads youtube videos but I can't find a good solution for the recent changes youtube made. This seemed like a good solution for now...
host the script on a linux server. but there is no API yet, it's WIP: https://github.com/iv-org/youtube-trusted-session-generator/pull/6
When trying to run it on AWS Lambda, I get these outputs in the logs:
Using
browser = await start(headless=False, no_sandbox=True)
didn't do the trick either.I am not sure what the problem is, I just pulled from Docker Hub, pushed to ECR and created a lambda that runs it. Haven't been able to run it successfully unfortunately.