-
Notifications
You must be signed in to change notification settings - Fork 293
Executable may have wrong permissions #293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
You should have your script log the output of You can also check the attributes directly using Looking at this thread it looks like it's sensitive to where it's located and a bunch of other things, so the error message may be misleading. If it needs to be at /usr/local/bin, you're SOL as that's not writeable in lambda. |
Ok i've figured out, bin files needs to be in /tmp in order to be excuted !
|
Note to people who land here googling this error. @JulienMarliac's solution works so long as you then also load it from that location (duh). I posted full example code here: https://stackoverflow.com/questions/56082021/issue-running-selenium-on-aws-lambda/63122479#63122479 |
Hi all,
I'm trying to run a chromium scrapper (with selenium) on python lambda using :
When I check the package with WSL (Windows Subsystem for Linux) the rights seems good :
But when I try to call the lambda I get
Any ideas ?
The text was updated successfully, but these errors were encountered: