Is it still working?
See original GitHub issueHello,
First of all, thank you for making this software!
I tried using your compiled binaries. The browser starts properly in AWS lambda, but no inspectable targets are available and AWS lambda (those are required to find websocket URL, at /json/protocol
endpoint). The AWS lambda just times out. There are no specific stdout
or stderr
entries which would indicate a problem.
When I launch headless shell in the lambda-like linux environment - it starts properly, and I can inspect pages.
Just wanted to see if it’s broken only for me, or other people experience similar problem?
Issue Analytics
- State:
- Created 6 years ago
- Comments:15 (2 by maintainers)
Top Results From Across the Web
How do you know if your COVID vaccine is still ... - YouTube
How do you know if your COVID vaccine is still working ? This new test could tell you.
Read more >COVID-19 Pandemic Continues To Reshape Work in America
This marks a decline from October 2020, when 71% of those with jobs that could be done from home were working from home...
Read more >No Side Effects From Your COVID Vaccine? Don't Worry, It's ...
Don't Worry, It's Still Working. Jan. 19, 2022.
Read more >COVID-19 Vaccines Work - CDC
COVID-19 vaccines authorized for use in the U.S. are working well based on studies that have looked at how vaccines work in real-world...
Read more >Your COVID-19 Vaccine Is Still Working Even Without Side ...
Your COVID-19 Vaccine Is Still Working Even If You Don't Have Side Effects. By Julia Ries on April 3, 2021 — Fact checked...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I had the same issue. I was using serverless-chrome/lambda: 1.0.0-43 Changing it to serverless-chrome/lambda: 1.0.0-38 fixed this issue. This thread helped me solve the issue.
Hope it helps
Looking into the logs of the latest dev/stable releases - I don’t see chrome fetches javascript assets. I downloaded https://github.com/adieuadieu/serverless-chrome/releases/tag/v1.0.0-31 and now see that js requests are made. However the screenshot is still blank. Not sure what’s causing it. Going to try pulling older version of the surrounding library (I replaced only binary file)