nanocrawler icon indicating copy to clipboard operation
nanocrawler copied to clipboard

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

Open GCastilho opened this issue 4 years ago • 3 comments

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?

GCastilho avatar Nov 27 '19 18:11 GCastilho

Same error here, did you solve it?

marcomoreira26 avatar Nov 09 '20 23:11 marcomoreira26

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

GCastilho avatar Nov 10 '20 02:11 GCastilho

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

OSalama avatar Mar 06 '21 07:03 OSalama