docs icon indicating copy to clipboard operation
docs copied to clipboard

Document Chamber Error

Open osterman opened this issue 7 years ago • 0 comments

what

when trying to chamber from my local shell I get

Error: Failed to list store contents: RequestError: send request failed caused by: Post https://ssm.us-west-2.amazonaws.com/: dial tcp: lookup ssm.us-west-2.amazonaws.com on 192.168.1.1:53: write udp 192.168.1.14:63063->192.168.1.1:53: write: host is down`

why

192.168.1.1:53 is a DNS server on the local LAN. The :53 is the tcp port of the server. This is a pretty common error with Wifi networks. Try changing your laptop’s DNS to 1.1.1.1 (cloudflare) and/or 8.8.8.8 (google).

osterman avatar Jun 07 '18 05:06 osterman