Hello, been using Node-RED for a while flawless then all of a sudden I can’t login anymore! Super annoying, I’ve tried to change the password and user name but it keep saying “Login failed”. The automations work
Log:
[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...
-----------------------------------------------------------
Hass.io Add-on: Node-RED v1.0.0
Flow-based programming for the Internet of Things
From: Community Hass.io Add-ons
By: Franck Nijhof <[email protected]>
-----------------------------------------------------------
amd64 / Ubuntu 18.04.1 LTS / HA 0.81.1 / SU 138 / stable
-----------------------------------------------------------
[cont-init.d] 00-banner.sh: exited 0.
[cont-init.d] 01-log-level.sh: executing...
Log level is set to INFO
[cont-init.d] 01-log-level.sh: exited 0.
[cont-init.d] 02-updates.sh: executing...
INFO: You are running the latest version of this add-on
[cont-init.d] 02-updates.sh: exited 0.
[cont-init.d] 10-requirements.sh: executing...
INFO: Password is NOT in the Have I Been Pwned database! Nice!
INFO: Password is NOT in the Have I Been Pwned database! Nice!
[cont-init.d] 10-requirements.sh: exited 0.
[cont-init.d] 20-config.sh: executing...
[cont-init.d] 20-config.sh: exited 0.
[cont-init.d] 80-system-packages.sh: executing...
[cont-init.d] 80-system-packages.sh: exited 0.
[cont-init.d] 81-npm-packages.sh: executing...
[cont-init.d] 81-npm-packages.sh: exited 0.
[cont-init.d] 82-user-scripts.sh: executing...
[cont-init.d] 82-user-scripts.sh: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
> [email protected] start /opt
> node $NODE_OPTIONS node_modules/node-red/red.js "--settings" "/etc/node-red/config.js"
30 Oct 21:15:57 - [info]
Welcome to Node-RED
===================
30 Oct 21:15:57 - [info] Node-RED version: v0.19.4
30 Oct 21:15:57 - [info] Node.js version: v8.12.0
30 Oct 21:15:57 - [info] Linux 4.15.0-36-generic x64 LE
30 Oct 21:15:58 - [info] Loading palette nodes
30 Oct 21:16:00 - [info] Settings file : /etc/node-red/config.js
30 Oct 21:16:00 - [info] Context store : 'default' [module=memory]
30 Oct 21:16:00 - [info] User directory : /config/node-red/
30 Oct 21:16:00 - [warn] Projects disabled : editorTheme.projects.enabled=false
30 Oct 21:16:00 - [info] Flows file : /config/node-red/flows.json
30 Oct 21:16:01 - [info] Server now running at http://127.0.0.1:1880/
30 Oct 21:16:01 - [info] Starting flows
30 Oct 21:16:02 - [info] Started flows
30 Oct 21:16:02 - [warn] [api-call-service:Notify iPad] Error calling service, home assistant api error
30 Oct 21:16:02 - [error] [api-call-service:Notify iPad] Error calling service, home assistant api error
30 Oct 21:16:02 - [warn] [api-call-service:Notify iPhone] Error calling service, home assistant api error
30 Oct 21:16:02 - [error] [api-call-service:Notify iPhone] Error calling service, home assistant api error
30 Oct 21:16:02 - [info] [server:Home Assistant] WebSocket Connected to http://hassio/homeassistant
30 Oct 21:17:06 - HA Auth - Failed to authenticate: filip
30 Oct 21:17:07 - HA Auth - Failed to authenticate: filip
30 Oct 21:17:08 - HA Auth - Failed to authenticate: filip
30 Oct 21:17:09 - HA Auth - Failed to authenticate: filip
30 Oct 21:18:13 - HA Auth - Failed to authenticate: filip
Settings:
{
"log_level": "info",
"credential_secret": "secret token",
"http_node": {
"username": "filip",
"password": "supersecretpassword"
},
"http_static": {
"username": "filip",
"password": "supersecretpassword"
},
"port": 1880,
"ssl": false,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"require_ssl": true,
"system_packages": [],
"npm_packages": [],
"init_commands": []
}
Any ideas?