Open slauzinho opened 2 years ago
Same exact issue here
@slauzinho I may have a solution for you here. I had a similar dial tcp: i/o timeout using themekit, and it was resolved on my machine by providing access to Google's DNS servers.
In this instance, System Preferences > Network > [your internet connection] > Advanced > DNS, and then adding 8.8.8.8
as a DNS Server got me around this issue.
I'm not sure why Go, which is what ThemeKit is built on, isn't finding the DNS servers that every other service on my machine does, but this did get me past the issue I was hitting. Might help you too.
@andrewheins So I actually use googles dns:
But that, unfortunately, doesn't seem to fix the issue for me
Describe the bug Themekit gives an error when trying to download
config/settings_data.json
To Reproduce Steps to reproduce the behavior:
Expected behavior I expected to download all the theme files, including the
settings_data
Environment (please complete the following information):
Additional context This was working fine 2 weeks ago and suddenly it stopped working. Issue seems to be happening for every developer on the team, so it's not a user issue. I also tried adjusting the timeout value with no success.