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
Loading log4js configuration from ./config/log_cli.json
[05:41:13.748][INFO] pre - Starting up...
[05:41:13.788][INFO] cli - Connecting to osu!Bancho...
(node:11372) [DEP0044] DeprecationWarning: The util.isArray API is deprecated.
Please use Array.isArray() instead.
(Use node --trace-deprecation ... to show where the warning was created)
(node:11372) [DEP0055] DeprecationWarning: The util.isRegExp API is deprecated
. Please use arg instanceof RegExp instead.
(node:11372) [DEP0047] DeprecationWarning: The util.isDate API is deprecated.
Please use arg instanceof Date instead.
[05:41:34.856][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:1610:16)
[05:41:57.908][ERROR] lobby - @lobby#raiseNetError
connect ETIMEDOUT 192.241.219.151:6667
Error: connect ETIMEDOUT 192.241.219.151:6667
it keeps repeating this is my network the problem
The text was updated successfully, but these errors were encountered:
Check if you're behind a firewall, try pinging your IPv4 address. It's most likely on your end. Check your internet connnection.
The maintainer of this repository has been inactive on GitHub and on osu! for like over two years now, and it’s uncertain whether this will receive any future updates especially with the use of deprecated Node.js APIs.
$ npm run start
Loading log4js configuration from ./config/log_cli.json
[05:41:13.748][INFO] pre - Starting up...
[05:41:13.788][INFO] cli - Connecting to osu!Bancho...
(node:11372) [DEP0044] DeprecationWarning: The
util.isArray
API is deprecated.Please use
Array.isArray()
instead.(Use
node --trace-deprecation ...
to show where the warning was created)(node:11372) [DEP0055] DeprecationWarning: The
util.isRegExp
API is deprecated. Please use
arg instanceof RegExp
instead.(node:11372) [DEP0047] DeprecationWarning: The
util.isDate
API is deprecated.Please use
arg instanceof Date
instead.[05:41:34.856][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:1610:16)
[05:41:57.908][ERROR] lobby - @lobby#raiseNetError
connect ETIMEDOUT 192.241.219.151:6667
Error: connect ETIMEDOUT 192.241.219.151:6667
it keeps repeating this is my network the problem
The text was updated successfully, but these errors were encountered: