-
Notifications
You must be signed in to change notification settings - Fork 159
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
Can't login. #786
Comments
Same error here. Now when trying to log in to the app thing, a 2fa is requested via SMS. I believe this is the problem. |
Ha version 2024.8.3 but broken a few days This error originated from a custom integration. Logger: custom_components.smartthinq_sensors Connection not available. ThinQ platform not ready |
Same here |
Also having this same issue. |
For me it started working the next day, without mine intervention. |
Here the issue persists.
|
Thought it might be my HA Time that was wrong, but I double checked that, it's fine. Still can't login. |
I figured it out. Forget the app. It's completely different. Go to www.lg.com, reset your password there, (I tried resetting on app it didn't work) and then log in with the new password. I'm not sure if it'll stay logged in, I'll let you guys know if it doesn't. |
Password reset didnt help in my case |
The password reset was my first attempt and it didn't work. |
On the website specifically? |
I performed the reset through the app and also through the website https://www.lg.com/br/my-lg/ without success. |
Had a power failure and we're back to it not working anymore And the password reset doesn't work this time. I did just notice that my date is wrong on my HASS setup, is yours maybe wrong too? Traceback (most recent call last): |
doing a little debugging (retired, but have some python knowledge) |
Oops, before more debugging |
above worked for me |
It only worked after updating to the latest version of HA. |
Still having this issue , anyone else? Any ideas? |
So, I was able to resolve my issue. It was not an issue with the application but on my own end. The problem was DNS. I have home assistant running in a docker container and the docker container was not able to resolve the url the plugin was trying to access. I found this was the problem buy opening a terminal of the container and doing "ping google.com" and it could not resolve the google.com to an ip address. I added the -dns 8.8.8.8 argument when running the container and I was able to login and no issues finding my lg microwave. So my recommendation to you would be to verify you don't have any dns issues. |
This worked also for me! Or it was the reboot of the Pc running the virtual box.. |
modify /etc/resolv.conf inside the docker container.
|
I blocked a few countries in my firewall and apparently traffic went through there, since removing the restrictions, no more issues. |
The integration worked last week just fine, tried to check why my automations didnt run and found it had an error, I tried logging back in and kept getting this error:
Invalid SmartThinQ credentials. Use the LG App on your mobile device to verify if there are Term of Service to accept. Account based on social network are not supported and in most case do not work with this integration.
I signed out on the app and signed back in again, there are no Ts and Cs I need to accept.
Environment details:
Output of HA logs
This error originated from a custom integration.
Logger: custom_components.smartthinq_sensors
Source: custom_components/smartthinq_sensors/init.py:135
integration: SmartThinQ LGE Sensors (documentation, issues)
First occurred: 12:10:29 PM (2 occurrences)
Last logged: 12:14:20 PM
Error retrieving OAuth info from ThinQ
Traceback (most recent call last):
File "/config/custom_components/smartthinq_sensors/wideq/core_async.py", line 910, in oauth_info_from_user_login
token_info = await gateway.core.auth_user_login(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/smartthinq_sensors/wideq/core_async.py", line 600, in auth_user_login
raise exc.TokenError()
custom_components.smartthinq_sensors.wideq.core_exceptions.TokenError: Token Error
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/config/custom_components/smartthinq_sensors/init.py", line 135, in get_oauth_info_from_login
return await ClientAsync.oauth_info_from_user_login(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/smartthinq_sensors/wideq/core_async.py", line 1623, in oauth_info_from_user_login
result = await Auth.oauth_info_from_user_login(username, password, gateway)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/smartthinq_sensors/wideq/core_async.py", line 919, in oauth_info_from_user_login
raise exc.AuthenticationError("User login failed") from ex
custom_components.smartthinq_sensors.wideq.core_exceptions.AuthenticationError: User login failed
The text was updated successfully, but these errors were encountered: