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
Pool builds no error shown.
Getting this error on node init.js -config=config.json.
UnhandledPromiseRejectionWarning: Error: The client is closed
at Commander._RedisClient_sendCommand (/var/www/html/miner.co/node_modules/@node-redis/client/dist/lib/client/index.js:387:31)
this is where it is throwing the error I think:
_RedisClient_sendCommand = function _RedisClient_sendCommand(args, options, bufferMode) {
if (!__classPrivateFieldGet(this, _RedisClient_socket, "f").isOpen) {
return Promise.reject(new errors_1.ClientClosedError());
}
Redis enabled PING return PONG
Redis version 6.0.6 tried changing version still get the error can you help with this please many thanks
The text was updated successfully, but these errors were encountered:
Ubuntu 18.04
nodejs -v11.15.0
nginx
Pool builds no error shown.
Getting this error on node init.js -config=config.json.
UnhandledPromiseRejectionWarning: Error: The client is closed
at Commander._RedisClient_sendCommand (/var/www/html/miner.co/node_modules/@node-redis/client/dist/lib/client/index.js:387:31)
this is where it is throwing the error I think:
_RedisClient_sendCommand = function _RedisClient_sendCommand(args, options, bufferMode) {
if (!__classPrivateFieldGet(this, _RedisClient_socket, "f").isOpen) {
return Promise.reject(new errors_1.ClientClosedError());
}
Redis enabled PING return PONG
Redis version 6.0.6 tried changing version still get the error can you help with this please many thanks
The text was updated successfully, but these errors were encountered: