Title
a

antho1404

10/17/2017, 10:01 AM
does anyone have an error
com.amazonaws.SdkClientException: Unable to execute HTTP request: graphcool-aws-services
or
Error: com.twitter.finagle.FailedFastException: Endpoint graphcool:60000 is marked down.
when using the local docker environment ? Cannot execute any functions 😞
I have a requestId if it can help
eu-west-1:simple:cj8vdqa0m00030165tp01jigf
cc @nilan
d

dpetrick

10/17/2017, 10:21 AM
hi, please ignore the AWS errors, they aren’t impacting the local docker workflow (although they are annoying - we’ll get rid of them eventually). the other one is more interesting: Do you have multiple local instances running, or just one? Can you PM me the output of
docker ps
?
n

nilan

10/17/2017, 10:22 AM
by the way, request ids from your local docker setup are only persisted locally 😛
a

antho1404

10/17/2017, 10:23 AM
yes that’s what I was thinking but maybe tracked somewhere in the bug report tools or something like that… anyway I PM @dpetrick
k

kimf

10/17/2017, 2:48 PM
Did you solve this? Running in to the same issue
a

antho1404

10/17/2017, 2:51 PM
Yes this is a mismatch in the application port, you can update your host in your
~/.graphcoolrc
file to
host: '<http://localhost:60000>'
and this will fix this problem
also there is a fix on the docker image for the functions you might need to update the image with
docker pull graphcool/localfaas:latest
then run again
graphcool local up
(not sure all this is required but anyway there is some fix so that could be usefull)
k

kimf

10/17/2017, 2:54 PM
Perfect, thanks @antho1404!
d

dpetrick

10/17/2017, 3:00 PM
The main culprit is the port mapping 🙂