-
Notifications
You must be signed in to change notification settings - Fork 10
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
Issue identified : Abbot apparently changed required Header Information #36
Comments
account-id |
Thanks! This helped me fix it! |
How did you fix it? |
also ich weiss leider auch nicht mehr weiter seit 2 tgen kommt nix mehr es kommt nur noch Einrichtungsfehler, wird erneut versucht: Something really wrong happened! |
My protokol Logger: homeassistant.config_entries Traceback (most recent call last): The above exception was the direct cause of the following exception: Traceback (most recent call last): |
I implemented the pulling of values in node red myself (so not using this integration atm). |
Not sure if this is similar to my issue, but having trouble for 2 or three days now too, while it worked flawlessly before.
(I replaced username and password in the protocoll for obvious reasons). It seems the authentication is not working anymore. I neither changed my username nor password, but the authentication seems to fail. Hope this helps in a way. If it is a seperate issue, please give me an info and I can create one here. André |
FIY: I can confirm the login problem since afternoon last friday. Also a developer of an alternative App for iOS confirmed that there is a problem because of a change by LibreLinkUp for it's german users. |
Hi, would this be why my values aren't showing up anymore within HomeAssistant? Not sure if this is just German related |
I tried to understand the way how the ioBroker sample was changed and what to do in the Python code we have here, but I don't understand where I can steal the user.id from yet. I think that my way to go is in api_wrapper, but not sure yet... As soon as this is in my sorry brain, the rest is fixed easily. Sadly I have not that much skills in JS and Python. |
Well... What is this User ID? Where is it seen and where did you find it? Is it the defined username or what else?? This makes me go crazy here. |
Hello, |
switched to libreview integration, at this moment it`s only possible way to install it is to manually download from git and place in custom_components. |
Unfortunately I am beginer in the home assistant system so I would be thankful if I get a description from Libreview install. Should I only copy the libreview's folders/files in my custom components folder? Sorry I am not an IT professional. I am only simple end user. |
Just add this GitHub repository in your HACS as custom repository in the settings menu above right. No need for any manual copying. |
I do not see the LibreView repo in HACS. I only find the LibreLink repo. |
** Which country are you from **
Germany
Describe the bug
"Error setting up entry [email protected] for librelink"
When trying manually the new required version is 4.12.0.
When setting header version to 4.12.0 I get the following error:
message: "RequiredHeaderMissing"
Log file
2024-11-15 16:16:27.150 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry [email protected] for librelink
Traceback (most recent call last):
File "/config/custom_components/librelink/api.py", line 200, in api_wrapper
response.raise_for_status()
File "/usr/local/lib/python3.12/site-packages/aiohttp/client_reqrep.py", line 1157, in raise_for_status
raise ClientResponseError(
aiohttp.client_exceptions.ClientResponseError: 430, message='', url='https://api.libreview.io/llu/auth/login'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 635, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/librelink/init.py", line 48, in async_setup_entry
sessionToken = await myLibrelinkLogin.async_get_token()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/librelink/api.py", line 148, in async_get_token
reponseLogin = await api_wrapper(
^^^^^^^^^^^^^^^^^^
File "/config/custom_components/librelink/api.py", line 209, in api_wrapper
raise LibreLinkApiCommunicationError(
custom_components.librelink.api.LibreLinkApiCommunicationError: Error fetching information
Additional context
I couldn't figure out what the new required header field might be....
The text was updated successfully, but these errors were encountered: