nondanee / UnblockNeteaseMusic

Revive unavailable songs for Netease Cloud Music
MIT License
17.4k stars 2.51k forks source link

Mac端提示ECONNREFUSED #781

Open windyita opened 2 years ago

windyita commented 2 years ago

最近突然连不上了 更新了证书还有下了最新的版本都不行 有人遇到一样的问题吗

{ Error: connect ECONNREFUSED {some ip address
    at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1106:14)
  errno: 'ECONNREFUSED',
  code: 'ECONNREFUSED',
  syscall: 'connect',
  address: {some ip address},
  port: 443 }
lzhoucs commented 2 years ago

same issue since about 2 weeks ago.

pan93412 commented 2 years ago

參考這裡,把 httpdns 拿掉:https://github.com/UnblockNeteaseMusic/server/blob/enhanced/src/app.js#L132

如果不嫌棄的話,這個版本已經修好這個問題了:https://github.com/UnblockNeteaseMusic/server

windyita commented 2 years ago

參考這裡,把 httpdns 拿掉:https://github.com/UnblockNeteaseMusic/server/blob/enhanced/src/app.js#L132

如果不嫌棄的話,這個版本已經修好這個問題了:https://github.com/UnblockNeteaseMusic/server

下载了你提供的版本之后还是看到了一样的问题

pan93412 commented 2 years ago

參考這裡,把 httpdns 拿掉:https://github.com/UnblockNeteaseMusic/server/blob/enhanced/src/app.js#L132

如果不嫌棄的話,這個版本已經修好這個問題了:https://github.com/UnblockNeteaseMusic/server

下载了你提供的版本之后还是看到了一样的问题

那個 IP 寫的是 127.0.0.1 還是其他的 IP

windyita commented 2 years ago

參考這裡,把 httpdns 拿掉:https://github.com/UnblockNeteaseMusic/server/blob/enhanced/src/app.js#L132 如果不嫌棄的話,這個版本已經修好這個問題了:https://github.com/UnblockNeteaseMusic/server

下载了你提供的版本之后还是看到了一样的问题

那個 IP 寫的是 127.0.0.1 還是其他的 IP

是其他的IP

pan93412 commented 2 years ago

參考這裡,把 httpdns 拿掉:https://github.com/UnblockNeteaseMusic/server/blob/enhanced/src/app.js#L132 如果不嫌棄的話,這個版本已經修好這個問題了:https://github.com/UnblockNeteaseMusic/server

下载了你提供的版本之后还是看到了一样的问题

那個 IP 寫的是 127.0.0.1 還是其他的 IP

是其他的IP

那或許是你沒更新成功?照理來講不應該發生。可以參考 #746 更新。

JiayangZhou commented 2 years ago

遇到了相同的问题,这个回答帮忙了 https://github.com/nondanee/UnblockNeteaseMusic/issues/786