You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edit: added another error message that pops out.
[14:15:25.899][INFO] pre - Starting up...
[14:15:25.922][INFO] cli - Connecting to osu!Bancho...
[14:15:46.959][ERROR] lobby - @lobby#raiseNetError
connect ETIMEDOUT 192.241.219.151:6667
Error: connect ETIMEDOUT 192.241.219.151:6667
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1187:16)
[20:12:35.588][INFO] pre - Starting up...
[20:12:35.610][INFO] cli - Connecting to osu!Bancho...
[20:12:35.614][ERROR] lobby - @lobby#raiseNetError
getaddrinfo ENOTFOUND irc.ppy.sh
Error: getaddrinfo ENOTFOUND 3-4.25* irc.ppy.sh
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:71:26)
I get the error messages above when using npm run start. I have updated node and its version is already 16.6. I have also followed the json format as below:
Both errors are related to connectivity. ETIMEDOUT The receiver didn't respond after some time. ENOTFOUND Gives a hint that your internet connection may be lacking.
Yes, you should try to check your network settings. Related to internet connection.
I can reproduce the second error mentioned by disabling my Ethernet adapter, an equivalent of not having internet.
There is also a tiny possibility that you might've tried to use the irc bot while there was a maintenance in osu!, I doubt it though.
Edit: added another error message that pops out.
[14:15:25.899][INFO] pre - Starting up...
[14:15:25.922][INFO] cli - Connecting to osu!Bancho...
[14:15:46.959][ERROR] lobby - @lobby#raiseNetError
connect ETIMEDOUT 192.241.219.151:6667
Error: connect ETIMEDOUT 192.241.219.151:6667
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1187:16)
[20:12:35.588][INFO] pre - Starting up...
[20:12:35.610][INFO] cli - Connecting to osu!Bancho...
[20:12:35.614][ERROR] lobby - @lobby#raiseNetError
getaddrinfo ENOTFOUND irc.ppy.sh
Error: getaddrinfo ENOTFOUND 3-4.25* irc.ppy.sh
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:71:26)
I get the error messages above when using npm run start. I have updated node and its version is already 16.6. I have also followed the json format as below:
{ "irc": { "server": "irc.ppy.sh", "nick": "Naomikho", "opt": { "port": 6667, "password": "redacted" } } }
May I know what is the issue here? Is it my network settings?
The text was updated successfully, but these errors were encountered: