-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i_like_to_be_pwned not working? #392
Comments
It's hard to see without formatting, but endure that they are base options, something like:
|
There is nothing in the log showing the failure to save, if I save this on my test system it applies fine.
You can also use the gui mode and show Unused options. |
Thanks for your time and speedy answers! |
Hi, I just installed the NUT add-on to try to check the values of my new UPS, but I can't even save the config file:
"No se pudo guardar la configuración del complemento, Unknown error, see supervisor logs"
I saw this issue a lot in the closed issues tab, but the answer always was use "i_like_to_be_pwned".
The thing is that is not working for me...
HA in Proxmox
core-2024.10.0
Home Assistant OS 13.1
Supervisor-2024.09.1
NUT config:
users:
password: ***************
instcmds:
actions: []
devices:
driver: nutdrv_qx
port: auto
config:
mode: netserver
shutdown_host: false
i_like_to_be_pwned: true
leave_front_door_open: false
Supervisor Log:
2024-11-13 16:41:55.355 INFO (MainThread) [supervisor.addons.manager] Add-on 'a0d7b954_nut' successfully installed
2024-11-13 16:42:41.201 WARNING (MainThread) [supervisor.utils.pwned] Can't fetch HIBP data: Timeout
2024-11-13 16:43:51.201 WARNING (MainThread) [supervisor.utils.pwned] Can't fetch HIBP data: Timeout
2024-11-13 16:44:08.200 WARNING (MainThread) [supervisor.utils.pwned] Can't fetch HIBP data: Timeout
2024-11-13 16:44:56.200 WARNING (MainThread) [supervisor.utils.pwned] Can't fetch HIBP data: Timeout
2024-11-13 16:45:13.201 WARNING (MainThread) [supervisor.utils.pwned] Can't fetch HIBP data: Timeout
2024-11-13 16:46:05.200 WARNING (MainThread) [supervisor.utils.pwned] Can't fetch HIBP data: Timeout
2024-11-13 16:48:03.201 WARNING (MainThread) [supervisor.utils.pwned] Can't fetch HIBP data: Timeout
2024-11-13 16:54:53.634 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on ghcr.io/hassio-addons/nut/amd64 with version 0.13.2
2024-11-13 16:55:22.042 ERROR (SyncWorker_2) [supervisor.docker.manager] Container addon_a0d7b954_nut is not running
2024-11-13 16:57:25.493 INFO (SyncWorker_2) [supervisor.docker.manager] Cleaning addon_a0d7b954_nut application
2024-11-13 16:57:26.108 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on ghcr.io/hassio-addons/nut/amd64 with version 0.13.2
2024-11-13 16:58:01.664 INFO (SyncWorker_5) [supervisor.docker.manager] Cleaning addon_a0d7b954_nut application
2024-11-13 16:58:02.856 INFO (MainThread) [supervisor.docker.addon] Starting Docker add-on ghcr.io/hassio-addons/nut/amd64 with version 0.13.2
2024-11-13 16:58:23.252 ERROR (SyncWorker_5) [supervisor.docker.manager] Container addon_a0d7b954_nut is not running
2024-11-13 16:58:27.642 ERROR (SyncWorker_4) [supervisor.docker.manager] Container addon_a0d7b954_nut is not running
2024-11-13 16:59:28.202 WARNING (MainThread) [supervisor.utils.pwned] Can't fetch HIBP data: Timeout
2024-11-13 16:59:33.639 WARNING (MainThread) [supervisor.utils.pwned] Can't fetch HIBP data: Cannot connect to host api.pwnedpasswords.com:443 ssl:default [None]
2024-11-13 17:00:05.200 WARNING (MainThread) [supervisor.utils.pwned] Can't fetch HIBP data: Timeout
2024-11-13 17:00:29.201 WARNING (MainThread) [supervisor.utils.pwned] Can't fetch HIBP data: Timeout
2024-11-13 17:00:34.639 WARNING (MainThread) [supervisor.utils.pwned] Can't fetch HIBP data: Cannot connect to host api.pwnedpasswords.com:443 ssl:default [None]
2024-11-13 17:00:49.203 WARNING (MainThread) [supervisor.utils.pwned] Can't fetch HIBP data: Timeout
2024-11-13 17:01:21.879 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
2024-11-13 17:02:12.203 WARNING (MainThread) [supervisor.utils.pwned] Can't fetch HIBP data: Timeout
2024-11-13 17:03:09.201 WARNING (MainThread) [supervisor.utils.pwned] Can't fetch HIBP data: Timeout
2024-11-13 17:04:31.202 WARNING (MainThread) [supervisor.utils.pwned] Can't fetch HIBP data: Timeout
2024-11-13 17:04:36.360 WARNING (MainThread) [supervisor.utils.pwned] Can't fetch HIBP data: Cannot connect to host api.pwnedpasswords.com:443 ssl:default [None]
2024-11-13 17:05:00.204 WARNING (MainThread) [supervisor.utils.pwned] Can't fetch HIBP data: Timeout
2024-11-13 17:05:24.200 WARNING (MainThread) [supervisor.utils.pwned] Can't fetch HIBP data: Timeout
2024-11-13 17:09:01.204 WARNING (MainThread) [supervisor.utils.pwned] Can't fetch HIBP data: Timeout
2024-11-13 17:12:39.200 WARNING (MainThread) [supervisor.utils.pwned] Can't fetch HIBP data: Timeout
2024-11-13 17:12:45.017 WARNING (MainThread) [supervisor.utils.pwned] Can't fetch HIBP data: Cannot connect to host api.pwnedpasswords.com:443 ssl:default [None]
2024-11-13 17:13:04.203 WARNING (MainThread) [supervisor.utils.pwned] Can't fetch HIBP data: Timeout
2024-11-13 17:22:19.202 WARNING (MainThread) [supervisor.utils.pwned] Can't fetch HIBP data: Timeout
2024-11-13 17:26:02.203 WARNING (MainThread) [supervisor.utils.pwned] Can't fetch HIBP data: Timeout
I set a strong password, same error, I used the i_like_to_be_pwned option, same thing, I even tried to use the leave_front_door_open option, in that case, I think that the config file is saved but I can't start the add-on, same error again...
Any help will be greater appreciated
The text was updated successfully, but these errors were encountered: