-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fatal error: connect ETIMEDOUT #36
Comments
Hi, The service is RealFaviconGenertor's. The icons are generated through an API. There was no issue recently, so I don't see why the service would have failed that way. Because this is the very same site you visited in the first place (https://realfavicongenerator.net/) with your browser, your firewall shouldn't block it. However, if it is tricky enough, it might block is. For example, the API client doesn't use a regular user agent string (ie. its neither Chrome, nor Firefox, etc.). If you have a good support team, I suggest you to ask them. Does this help? |
Hi, I've the same issue here.
Unfortunately, the Firewall team in my company will not allow it. Is there a way to set a proxy settings via the options ? |
There is no such option in the plugin, sorry. Is there a global proxy setting for Node or Grunt? After all, this is a common case and you want your whole environment to use the same proxy. |
Hi ! There is a global proxy setting for NPM, but I haven't found any for Node or Grunt. But your comment give me some new idea and I've found a solution to make your plugin work ! :) I install this node module (not global install): https://github.com/np-maintain/global-tunnel Then I set at the beginning of my
So every outside call from Node is using my corporate proxy and your plugin work. Thanks for the idea ! @emkayy I hope this will help you too ;) |
Hi there,
when I try to run the realFavicon grunt task, I'm getting the following error
Why does it have to connect to any server? What server is it?
I'm behind a corporate firewall, maybe that's the problem?
Any suggestions how I can fix this?
The text was updated successfully, but these errors were encountered: