You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m experiencing a FileNotFoundError when using tiktok_captcha_solver with Playwright in an AWS Lambda environment. The error occurs due to the use of multiprocessing.Lock in the undetected_chromedriver dependency, which is incompatible with AWS Lambda’s execution environment.
So regarding your package in the Lambda environment just with PlayWright, it is possible the make Selenium optional?
The text was updated successfully, but these errors were encountered:
I may be able to fix this by just removing the undetected chromedriver dwpendency without touching the selenium dependency. Would this fix work in your environment?
I’m experiencing a FileNotFoundError when using tiktok_captcha_solver with Playwright in an AWS Lambda environment. The error occurs due to the use of multiprocessing.Lock in the undetected_chromedriver dependency, which is incompatible with AWS Lambda’s execution environment.
So regarding your package in the Lambda environment just with PlayWright, it is possible the make Selenium optional?
Following up on my previous comment. Would the proposed solution work in your environment?
I’m experiencing a
FileNotFoundError
when usingtiktok_captcha_solver
with Playwright in an AWS Lambda environment. The error occurs due to the use ofmultiprocessing.Lock
in theundetected_chromedriver
dependency, which is incompatible with AWS Lambda’s execution environment.So regarding your package in the Lambda environment just with PlayWright, it is possible the make Selenium optional?
The text was updated successfully, but these errors were encountered: