nboost icon indicating copy to clipboard operation
nboost copied to clipboard

nboost not starting in windows

Open nik299 opened this issue 4 years ago • 5 comments

I have been trying to setup nboost in windows using conda but trying to start it gives this error File "c:\users\varun\anaconda3\envs\nboost\lib\site-packages\nboost\proxy.py", line 140, in <lambda> self.logger.critical('LISTENING %s:%s' % (host, port)) or AttributeError: 'NTLogger' object has no attribute 'critical' does anyone else faced this issue or have an idea why this happened.

nik299 avatar May 29 '20 13:05 nik299

You have to add self.critical = self.format_msg('C:%s:%s') into the NTLogger class

Alex-Downey avatar Jun 02 '20 17:06 Alex-Downey

@Alex-Downey I would welcome a PR on this if you're able. Thanks

pertschuk avatar Jun 12 '20 19:06 pertschuk

@pertschuk, What's the process for that? Do I need permissions to publish a new branch or is there something I'm missing?

Alex-Downey avatar Jun 16 '20 18:06 Alex-Downey

You basically can comment out lines 11 & 12 in logger.py to get it running. Additionally you have to change the encoding in base.py and logger.py as well as the indexing in es.py (if you deal with windows based elastic search docker). I'll clean up my Code and make a merge request in a few days

Phil1108 avatar Jun 26 '20 20:06 Phil1108

Hey, any update on this?

faxg avatar May 13 '21 18:05 faxg