We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Integration no longer connect to the UDM
logs
2024-11-27 19:30:33.775 WARNING (MainThread) [homeassistant.components.unifi] Exception on update Call https://10.16.10.1:443/proxy/network/v2/api/site/default/trafficrules received 401 Unauthorized 2024-11-27 19:30:43.775 WARNING (MainThread) [homeassistant.components.unifi] Exception on update Call https://10.16.10.1:443/proxy/network/v2/api/site/default/trafficrules received 401 Unauthorized 2024-11-27 19:30:53.775 WARNING (MainThread) [homeassistant.components.unifi] Exception on update Call https://10.16.10.1:443/proxy/network/v2/api/site/default/trafficrules received 401 Unauthorized 2024-11-27 19:31:03.775 WARNING (MainThread) [homeassistant.components.unifi] Exception on update Call https://10.16.10.1:443/proxy/network/v2/api/site/default/trafficrules received 401 Unauthorized 2024-11-27 19:31:12.850 INFO (MainThread) [custom_components.unifi_network_rules.udm_api] Successfully logged in to UDM 2024-11-27 19:31:13.151 INFO (MainThread) [custom_components.unifi_network_rules.udm_api] Successfully logged in to UDM 2024-11-27 19:31:13.164 WARNING (MainThread) [custom_components.unifi_network_rules.udm_api] Authentication failed, attempting to re-login (attempt 1) 2024-11-27 19:31:13.775 WARNING (MainThread) [homeassistant.components.unifi] Exception on update Call https://10.16.10.1:443/proxy/network/v2/api/site/default/trafficrules received 401 Unauthorized 2024-11-27 19:31:14.491 INFO (MainThread) [custom_components.unifi_network_rules.udm_api] Successfully logged in to UDM 2024-11-27 19:31:14.504 WARNING (MainThread) [custom_components.unifi_network_rules.udm_api] Authentication failed, attempting to re-login (attempt 2) 2024-11-27 19:31:15.788 INFO (MainThread) [custom_components.unifi_network_rules.udm_api] Successfully logged in to UDM 2024-11-27 19:31:15.800 ERROR (MainThread) [custom_components.unifi_network_rules.udm_api] Request failed. Status: 401, Response: {"error":{"code":401,"message":"Unauthorized"}} 2024-11-27 19:31:15.800 ERROR (MainThread) [custom_components.unifi_network_rules.udm_api] Failed to fetch traffic rules: Request failed. Status: 401, Response: {"error":{"code":401,"message":"Unauthorized"}} 2024-11-27 19:31:16.078 INFO (MainThread) [custom_components.unifi_network_rules.udm_api] Successfully logged in to UDM 2024-11-27 19:31:16.089 WARNING (MainThread) [custom_components.unifi_network_rules.udm_api] Authentication failed, attempting to re-login (attempt 1) 2024-11-27 19:31:17.251 ERROR (MainThread) [custom_components.unifi_network_rules.udm_api] Failed to log in to UDM. Status: 429 2024-11-27 19:31:17.252 ERROR (MainThread) [custom_components.unifi_network_rules.udm_api] Failed to log in: Failed to log in to UDM. Status: 429 2024-11-27 19:31:17.252 ERROR (MainThread) [custom_components.unifi_network_rules.udm_api] Failed to fetch firewall rules: Failed to login 2024-11-27 19:31:17.415 ERROR (MainThread) [custom_components.unifi_network_rules.udm_api] Failed to log in to UDM. Status: 429 2024-11-27 19:31:17.415 ERROR (MainThread) [custom_components.unifi_network_rules.udm_api] Failed to log in: Failed to log in to UDM. Status: 429 2024-11-27 19:31:17.415 ERROR (MainThread) [custom_components.unifi_network_rules.udm_api] Failed to fetch traffic routes: Failed to login 2024-11-27 19:31:17.415 ERROR (MainThread) [custom_components.unifi_network_rules] Error updating data: Failed to fetch traffic rules: Request failed. Status: 401, Response: {"error":{"code":401,"message":"Unauthorized"}} 2024-11-27 19:31:17.415 ERROR (MainThread) [custom_components.unifi_network_rules] Unexpected error fetching udm_rule_manager data Traceback (most recent call last):
The text was updated successfully, but these errors were encountered:
looks like a duplicate of #8.
moved my logs in #8.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Integration no longer connect to the UDM
logs
The text was updated successfully, but these errors were encountered: