Closed TravisHardman closed 2 years ago
Well, in contrast to my overly confident assertion that this was not a DNS issue, it was a DNS issue. Sorry for the waste of time. I'll leave the solution here for anyone who comes across it.
Per this Stack Exchange post, there are some commands which read /etc/resolv.conf
directly rather than relying on systemd-resolved
or nsswitch
. To test this out easily, drill
is one such command.
Adding a fixed DNS server (in my case adding nameserver 1.1.1.1
) to my /etc/resolv.conf
allowed drill
and Themekit to both resolve the DNS and connect.
thanks travis, it helped me resolve the same issue on my end.
instead of messing around with scutil or networksetup I went into System Settings → network → advanced → DNS
and added 1.1.1.1 and it worked again
thanks again, I would like to know how my set up was working one day and then the other it stoppen.. but anyways, baack to work
I am having virtually the same bug described in this closed issue, which was closed as being a DNS issue. I don't think I have a DNS issue, though, but maybe I'm missing something...
I have an environment called "production", which in my config.yml is simply:
When I run
theme download -e production
, I get the following error:I disabled my firewall, which made no difference.
I also ran the following command to see if I could connect based on the headers in the themekit source:
That curl command worked fine, and returned a JSON object with basic information about my shop.
I'm using systemd-resolved for DNS, and
resolvectl query theme-kit-access.shopifyapps.com
returns the following:My Environment: