31 Oct 22:53:32 - [error] Disconnected: lost connection #740
benchdog93 posted onGitHub
Lost not sure where to go to fix this. There are a couple warnings in the log file but sure they are the issue.
I started getting this this error message in the debug panel. not sure when it started because I don't have it open all the time. I removed my flows one at a time untill they were all gone no luck. uninstalled node red and reinstalled no luck.
I can still build and edit flows but it is hard to use the debug panel. I searched for the msg string no luck.
10/31/2020, 10:55:32 PM msg : string[29] "Disconnected: lost connection"
Config
credential_secret: xxxxxxxxxxxx dark_mode: false http_node: username: '' password: '' http_static: username: '' password: '' ssl: false certfile: fullchain.pem keyfile: privkey.pem require_ssl: true system_packages: [] npm_packages: [] init_commands: []
Log file from start up
[s6-init] making user provided files available at /var/run/s6/etc...exited 0. [s6-init] ensuring user provided files have correct perms...exited 0. [fix-attrs.d] applying ownership & permissions fixes... [fix-attrs.d] done. [cont-init.d] executing container initialization scripts... [cont-init.d] 00-banner.sh: executing...
Add-on: Node-RED Flow-based programming for the Internet of Things
Add-on version: 7.2.7 You are running the latest version of this add-on. System: null (amd64 / qemux86-64) Home Assistant Core: 0.117.1 Home Assistant Supervisor: 2020.10.0
Please, share the above information when looking for help or support in, e.g., GitHub, forums or the Discord chat.
[cont-init.d] 00-banner.sh: exited 0. [cont-init.d] 01-log-level.sh: executing... [cont-init.d] 01-log-level.sh: exited 0. [cont-init.d] nginx.sh: executing... [cont-init.d] nginx.sh: exited 0. [cont-init.d] node-red.sh: executing... patching file nodes/ui_base.html Hunk #1 succeeded at 1178 (offset 647 lines). audited 399 packages in 8.039s
11 packages are looking for funding
run npm fund
for details
found 0 vulnerabilities
[cont-init.d] node-red.sh: exited 0. [cont-init.d] user.sh: executing... [cont-init.d] user.sh: exited 0. [cont-init.d] done. [services.d] starting services [services.d] done. [22:52:48] INFO: Starting Node-RED...
addon-node-red@ start /opt node $NODE_OPTIONS node_modules/node-red/red.js "--settings" "/etc/node-red/config.js"
31 Oct 22:52:51 - [info]
Welcome to Node-RED
31 Oct 22:52:51 - [info] Node-RED version: v1.2.2 31 Oct 22:52:51 - [info] Node.js version: v12.18.4 31 Oct 22:52:51 - [info] Linux 4.4.59+ x64 LE 31 Oct 22:52:51 - [info] Loading palette nodes 31 Oct 22:52:58 - [warn] [RED.events] Deprecated use of "nodes-started" event from "/opt/node_modules/node-red-contrib-actionflows/actionflows/actionflows.js:615:14". Use "flows:started" instead. 31 Oct 22:53:00 - [info] Dashboard version 2.23.5 started at /endpoint/ui /bin/sh: /opt/node_modules/node-red-node-pi-gpio/testgpio.py: not found 31 Oct 22:53:01 - [warn] rpi-gpio : Raspberry Pi specific node set inactive 31 Oct 22:53:01 - [info] Settings file : /etc/node-red/config.js 31 Oct 22:53:01 - [info] Context store : 'default' [module=memory] 31 Oct 22:53:01 - [info] User directory : /config/node-red/ 31 Oct 22:53:01 - [warn] Projects disabled : editorTheme.projects.enabled=false 31 Oct 22:53:01 - [info] Flows file : /config/node-red/flows.json 31 Oct 22:53:01 - [info] Server now running at http://127.0.0.1:46836/ 31 Oct 22:53:01 - [info] Starting flows 31 Oct 22:53:01 - [info] Started flows [22:53:01] INFO: Starting NGinx... nginx: [alert] detected a LuaJIT version which is not OpenResty's; many optimizations will be disabled and performance will be compromised (see https://github.com/openresty/luajit2 for OpenResty's LuaJIT or, even better, consider using the OpenResty releases from https://openresty.org/en/download.html) 31 Oct 22:53:06 - [info] [server:Home Assistant] Connecting to http://supervisor/core 31 Oct 22:53:06 - [info] [server:Home Assistant] Connected to http://supervisor/core 31 Oct 22:53:32 - [error] Disconnected: lost connection
the error keeps repeating itself every few seconds.