Michael Hadorn
09/06/2021, 1:36 PMrequests.exceptions.ConnectionError: HTTPConnectionPool(host='host.docker.internal', port=4200): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f43cca967c0>: Failed to establish a new connection: [Errno 111] Connection refused'))
First time i got this was in 0.14.19, but not in 0.15.4.Michael Hadorn
09/06/2021, 1:37 PMMichael Hadorn
09/06/2021, 1:55 PMKevin Kho
--expose
flag to enable remote connections. Server would also need to be upgraded to 2021.09.02. I am not sure if this is the issue though since it’s on the same machine. Let me know your thoughts? There is a US holiday so I’d have to ask the team tomorrow if this is not it.Michael Hadorn
09/07/2021, 8:45 AMKevin Kho
Michael Hadorn
09/08/2021, 12:36 PM--expose
.
I guess we got an error because we register (docker) flows in a own (docker) flow. This seems to also use the exposed flags, because the flow runs in a own docker container (own network?).Michael Hadorn
09/08/2021, 12:36 PMMichael Hadorn
09/09/2021, 8:42 AMKevin Kho