ramensoftware / windhawk

The customization marketplace for Windows programs: https://windhawk.net/
https://windhawk.net
GNU General Public License v3.0
1.06k stars 28 forks source link

connect ETIMEDOUT #145

Closed PRO-2684 closed 5 months ago

PRO-2684 commented 5 months ago
request to https://mods.windhawk.net/catalog.json failed, reason: connect ETIMEDOUT 172.67.216.218:443

image

Windhawk notifies me that a certain mod has an update, but when I visit the mods page, it won't load due to connection timeout. However, that reported URL is accessible if I visit it in my browser.

m417z commented 5 months ago

Are you using a proxy? Perhaps it's the same issue as https://github.com/ramensoftware/windhawk/issues/134 Unfortunately, VSCode, which is used by Windhawk, has limited proxy support: https://github.com/microsoft/vscode/issues/12588

PRO-2684 commented 5 months ago

Are you using a proxy? Perhaps it's the same issue as #134 Unfortunately, VSCode, which is used by Windhawk, has limited proxy support: microsoft/vscode#12588

Yes, but unfortunately disabling the proxy yields the same result. (I can still visit that catalog.json on my browser)

m417z commented 5 months ago

I'm not sure. Perhaps the browser still has the proxy server configured somehow? As an additional check, you can open cmd and try the following command:

curl https://mods.windhawk.net/catalog.json
PRO-2684 commented 5 months ago

Curious. It now works fine. I don't know why, but it seems that rebooting solves the problem.

m417z commented 5 months ago

OK, closing as a duplicate of https://github.com/ramensoftware/windhawk/issues/134.