ThisIsTheWay Posted March 8, 2021 Share Posted March 8, 2021 I could not find any threads regarding this node. I've attempted to enter all the config parameters but the node still shows as status "Disconnected" in poly web interface. I've added my log below. Not much to go by. Anyone have any advice or know where there may be a thread regarding this very cool node? 2021-03-08 16:54:20,995 MainThread polyinterface INFO polylogger:set_basic_config: set_basic_config: enable=True level=30 2021-03-08 16:54:22,097 MainThread polyinterface INFO polyinterface:init_interface: Received Config from STDIN. 2021-03-08 16:54:22,099 MainThread polyinterface INFO __init__:<module>: UDI Polyglot v2 Interface 2.1.0 Starting... 2021-03-08 16:54:22,104 MainThread polyinterface ERROR polyinterface:write: Traceback (most recent call last): 2021-03-08 16:54:22,105 MainThread polyinterface ERROR polyinterface:write: File "./unifi_poly.py", line 15, in <module> 2021-03-08 16:54:22,108 MainThread polyinterface ERROR polyinterface:write: from pushover import init, Client 2021-03-08 16:54:22,109 MainThread polyinterface ERROR polyinterface:write: ModuleNotFoundError 2021-03-08 16:54:22,109 MainThread polyinterface ERROR polyinterface:write: : 2021-03-08 16:54:22,110 MainThread polyinterface ERROR polyinterface:write: No module named 'pushover' 2021-03-08 16:56:48,144 MainThread polyinterface INFO polylogger:set_basic_config: set_basic_config: enable=True level=30 2021-03-08 16:56:49,277 MainThread polyinterface INFO polyinterface:init_interface: Received Config from STDIN. 2021-03-08 16:56:49,279 MainThread polyinterface INFO __init__:<module>: UDI Polyglot v2 Interface 2.1.0 Starting... 2021-03-08 16:56:49,284 MainThread polyinterface ERROR polyinterface:write: Traceback (most recent call last): 2021-03-08 16:56:49,286 MainThread polyinterface ERROR polyinterface:write: File "./unifi_poly.py", line 15, in <module> 2021-03-08 16:56:49,288 MainThread polyinterface ERROR polyinterface:write: from pushover import init, Client 2021-03-08 16:56:49,289 MainThread polyinterface ERROR polyinterface:write: ModuleNotFoundError 2021-03-08 16:56:49,290 MainThread polyinterface ERROR polyinterface:write: : 2021-03-08 16:56:49,291 MainThread polyinterface ERROR polyinterface:write: No module named 'pushover' Link to comment Share on other sites More sharing options...
automationgeek Posted April 26, 2021 Share Posted April 26, 2021 Seem the library python-pushover didn't install. I would try to remove and reinstall the nodeserver first. If that doesn't work you can always try to install the python library manually. SSH into polisy and than run this command sudo -u polyglot pip3 install python-pushover 1 Link to comment Share on other sites More sharing options...
Recommended Posts