Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't remove 'redis' from server-config.json #37

Open
GCastilho opened this issue Nov 27, 2019 · 3 comments
Open

Can't remove 'redis' from server-config.json #37

GCastilho opened this issue Nov 27, 2019 · 3 comments

Comments

@GCastilho
Copy link

Following the README, it says that "If you wish to skip [redis config], you can safely delete the config entry", but once I do remove the 'redis' entry from the config file, the script still tries to connect to 127.0.0.1:6376, throwing an unhandled error event and stopping

How to proceed?

@marcomoreira26
Copy link

Same error here, did you solve it?

@GCastilho
Copy link
Author

Sadly, no. I switched to Nano Node Monitor instead. Doesn't have the same features but it's good enough for now 😞

@OSalama
Copy link

OSalama commented Mar 6, 2021

There are a few places in the code where redis client is being created without attaching an error handler, so it crashes the server. I'm working on a PR to fix, though the project hasn't had any activity for 9 months

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants