-
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 : Error 430 during login with LibreLink API - Home Assistant #31
Comments
Are you using librelinkUp account? |
Thank you for your reply. I can confirm that I am using a LibreLink account, and it was working correctly in the past. However, it has recently stopped working. I have tried deleting the integration and reinstalling it from scratch, authenticating with the same account, but the issue persists. Despite this, the same account works fine in the LibreLink app. |
You need to use librelinkUp |
Sorry for the confusion. I actually have two different accounts—one for LibreLink and one for LibreLinkUp. I've been using the same credentials for a long time and haven't changed them. In the Home Assistant integration, I use my LibreLinkUp account. If I use the same credentials to log into the official LibreLinkUp app, everything works fine. However, when I try to use these credentials in the Home Assistant integration, it fails and returns the error I mentioned earlier. As I mentioned, I've been using this integration for several months without issues, but recently it stopped working, giving me this error. Again, I haven't changed my credentials; it simply stopped functioning. I also tried deleting the integration from both Home Assistant and HACS, reinstalling it from scratch, and authenticating with the same (working) credentials I use in the LibreLinkUp app, but I still encounter the same issue. |
Hi, i have similar issue: Traceback (most recent call last): The above exception was the direct cause of the following exception: Traceback (most recent call last): |
Yesterday evening the librelinkup app logged me out automatically. After logging in I accepted the new terms of service and now everything works in the HA. |
I'm not sure if it is related but I had the same issue.HA suddenly stopped picking up the entities even when I removed the integration and started again. |
i had to log out of the LibreLinkUp app and log in again. After logging in, I was prompted to accept the user agreement. When I accepted it, it went back to HA and re-enabled the integration, and it started working again. I think this issue can be closed by adding a «FAQ» or something to the README? |
it worked for me too. Thanks |
yep, i also experienced this issue several month ago. |
@gillesvs maybe it worth to add this to troubleshooting section in readme? |
I'm afraid the integration becomes unusable. I reauthorized the user recently, now I have the same problem again: |
that means me as a brand new user of this integration für HA - who has this problem this evening - cant do anything to work at the moment? |
Mine wouldn't load either. After logging out of librelinkUp and back in I had two Terms updates to accept. Once I did that the integration loaded fine. |
Status Quo: I just uninstalled the integration and LibreLinkUp, fall back to the Android Libre 3 app. |
Which country are you from
I am located in Italy. This might help in understanding the API endpoints I am using. I have tried both the global endpoint (
https://api.libreview.io/llu/auth/login
) and the European endpoint (https://api-eu.libreview.io/llu/auth/login
).Describe the bug
When attempting to set up the LibreLink integration in Home Assistant, I receive an HTTP 430 error during the login process. This error occurs when the integration tries to authenticate with the LibreView API. The credentials I am using are valid and work on the official LibreView website, but the API call within Home Assistant fails.
Log file
Here’s the relevant portion of the log file (email address redacted):
I have activated debug mode, and I am happy to provide further logs if needed. Let me know if you require the complete log file, and I’ll ensure that sensitive information is redacted.
Screenshots
N/A (Please let me know if screenshots of specific configurations or errors would be helpful).
Additional context
I am running Home Assistant Core version 2024.6.0 and Frontend version 20240605.0. The system has internet access, and I can successfully reach the API endpoints via network tools (e.g., ping). The issue may be related to a change in the LibreView API or how the integration handles API responses.
Thank you
The text was updated successfully, but these errors were encountered: