Skip to content
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

Chrome not reachable #12

Closed
remidi-ivy opened this issue Dec 6, 2021 · 3 comments
Closed

Chrome not reachable #12

remidi-ivy opened this issue Dec 6, 2021 · 3 comments

Comments

@remidi-ivy
Copy link

remidi-ivy commented Dec 6, 2021

I'm unable to getting this error, when testing in local when running your latest code. Why is this happening? I have been trying to solve this for days. Is it typical for headless chrome version ?

[ERROR] WebDriverException: Message: chrome not reachable
  (Session info: headless chrome=95.0.4638.0)
Stacktrace:
#0 0x004000a48463 <unknown>
#1 0x00400052050f <unknown>
#2 0x00400050f4c4 <unknown>
#3 0x00400050fea2 <unknown>
#4 0x004000511b12 <unknown>
#5 0x00400050a363 <unknown>
#6 0x004000521a72 <unknown>
#7 0x0040005860a9 <unknown>
#8 0x004000573683 <unknown>
#9 0x004000549b64 <unknown>
#10 0x00400054ab55 <unknown>
#11 0x004000a780fe <unknown>
#12 0x004000a8d9d0 <unknown>
#13 0x004000a79055 <unknown>
#14 0x004000a8ee18 <unknown>
#15 0x004000a6d82b <unknown>
#16 0x004000aa9f98 <unknown>
#17 0x004000aaa118 <unknown>
#18 0x004000ac559d <unknown>
#19 0x00400300640b <unknown>
@umihico
Copy link
Owner

umihico commented Dec 7, 2021

Which environment did you get this error? On local or on actual lambda function? If local, could you tell me how did try?

@mangleddata
Copy link

Just wanted to comment, this worked for me (And this repo just simply works. Thank you @umihico !)

docker build -t ${IMAGE_NAME} . 
docker run -p 9000:8080 ${IMAGE_NAME}

On another terminal try below to validate

curl -XPOST "http://localhost:9000/2015-03-31/functions/function/invocations" -d '{}'

@umihico
Copy link
Owner

umihico commented Dec 8, 2021

@mangleddata
Thank you. I'll do the same on local 😄

@remidi-ivy
I close this once but please feel free to reopen with detail.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants