Cannot configure integration
See original GitHub issueVersion of the custom_component
Latest on master
Configuration
configuration.yaml
...
ha-glocaltokens:
...
Describe the bug
When trying to configure the integration through the add integration UI (config_flow
), the window goes back to the integrations list.
Debug log
In the browser, I get:
{
"body": { "message": "Invalid handler specified" },
"error": "Response error: 404",
"status_code": "404"
}
More request info:
Contents:
{"handler":"ha-glocaltokens","show_advanced_options":false}
Cookies:
Idea-48b7ff8d | "41ae16d5-eebc-40f1-9a3b-c035f087e00b"
Headers:
XHRPOSThttp://localhost:8123/api/config/config_entries/flow
[HTTP/1.1 404 Not Found 1ms]
POST
http://localhost:8123/api/config/config_entries/flow
Estado 404 Not Found
Versión HTTP/1.1
Transferido 224 B (tamaño 40 B)
Política de referencia same-origin
Content-Encoding
deflate
Content-Length
48
Content-Type
application/json
Date
Sat, 13 Feb 2021 12:30:55 GMT
Server
Python/3.8 aiohttp/3.7.3
POST /api/config/config_entries/flow HTTP/1.1
Host: localhost:8123
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:85.0) Gecko/20100101 Firefox/85.0
Accept: */*
Accept-Language: es-ES,es;q=0.8,en-US;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
Content-Type: application/json;charset=UTF-8
Content-Length: 59
HA-Frontend-Base: http://localhost:8123
Origin: http://localhost:8123
DNT: 1
Sec-GPC: 1
authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJhYWQxMGNjZGVjMjI0MGNhOGFjNzBiNmQ4Y2IyZDY0MiIsImlhdCI6MTYxMzIxODk4NywiZXhwIjoxNjEzMjIwNzg3fQ.u7W9c4EF_kLZHWwd4bJQO1tW0rG1k-EwjCYc_AfoCS4
Referer: http://localhost:8123/config/integrations
Connection: keep-alive
Cookie: Idea-48b7ff8d=41ae16d5-eebc-40f1-9a3b-c035f087e00b
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
integration cannot be configured - Data Protector
When I try to blow it up, it gets pixelated, and can't be read. What integration are you trying to configure? What version...
Read more >3110475 - Cannot configure Onboarding Integration Setup
Login to the instance; Go to Onboarding Integration Setup; Add a number in the 'Restrict the onboarding of applicants who has been onboarded...
Read more >Cannot configure integrations - Home Assistant OS
The parameters (e.g. username and password) of the integrations cannot be changed once they have been installed.
Read more >Troubleshoot Integration Activations - Oracle Help Center
Check if the service/application is accessible. If it is down, retry the activation later. If the connection is invalid, update the connection configuration....
Read more >Resolving the OIC Integration Activation Error When More ...
Resolving the OIC Integration Activation Error When More Than One ... XSD' [Cause=Can not build schema 'urn:enterprise.soap.sforce.com' ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yeh, that’s exactly the issue I have found out. I will fix it today with a new PR of
glocaltokens
.It’s addressed in the PR https://github.com/leikoilja/glocaltokens/pull/24
I have actually noticed similar problem yesterday and honestly don’t think the integration is yet ready to be tested/used 😄 😕 There is a bug with how
get_android_id
is working onglocaltokens
and that might be the reason whyha-glocaltokens
fails to initialize. I suggest we focus onglocaltokens
to merge and hanging PRs and changes to make it more robust first. And then we get back toha-glocaltokens
, rename the repo and get together to polish it 😄