#if the browser is having an issue then
1 messages ยท Page 1 of 1 (latest)
and you are unable to login? can you share a screenshot of the error?
do you have access to logcat?
on android?
yea we need to look at the on device logs to see waht hte issue is
either using android studio or an app liek logcat reader
both will require using USB on a computer to grant permission
and this happens after entering username and password right?
ok
so now I have access to logcat
ok reproduce the issue and look at the logs
look for a line taht has AuthenticationFragment
that will print the actual error and possibly URL having the issue
did it twice, homeassistant has 1035 hits ...
looking for something that will look like either https://github.com/home-assistant/android/blob/a2f85ef47529dcdcb6aec72965c1236c3fe85b5f/app/src/main/java/io/homeassistant/companion/android/onboarding/authentication/AuthenticationFragment.kt#L89 or https://github.com/home-assistant/android/blob/a2f85ef47529dcdcb6aec72965c1236c3fe85b5f/app/src/main/java/io/homeassistant/companion/android/onboarding/authentication/AuthenticationFragment.kt#L116
No hit for AuthenticationFragment and just Authentication seems to have nothing to do with this.
so cleared cash and data, same result but will go through logcat again
you may not be filtering correctly...if you see the pop-up you will 100% see the corresponding error message
try searching by 403
it popped up now, doesn't really say me much, I'm afraid.
does it give a URL?
did you check HA core logs to see if there is an error there?
also anything special about your setup?
are you by chance blocking an API call?
it seems to find my installation (and it will show up on my screen)
here are some line from the catlog I find strange (and hope I managed to mask all sensitive info"
URL and GPS data is the sensitive data the app may print, you wont see GPS data as you did not get that far
no trace in the HASS logs about this error...
no clue if this is related, since it seems to churn out errors in a remarkable speed. And no qlue what it is either, at least not yet...
can you show more of the top logcat?
also that URL looks off
can you try manually entering the URL?
192.168.1.1 doesnt seem valid
your lgos show http://192.168.1.1:8123
like a couple minutes of trying to select a URL and also entering manual URL
its possible that discovery is not finding the right URL so you may need to use manual URL entry
I changed my URL in the file.
And I have also tried to enter it manually, several times.
keep in mind if you filter by homeassistant you may be removing other parts of the logs so its best to find the time of occurrence and then filter by there
When I checked the mobile app integration it seems the last connection was quite a while ago and it showed "away", so deleted it but nope, didn't help
given this and you said you used to use the app can you try the start fresh steps? https://companion.home-assistant.io/docs/troubleshooting/faqs/#starting-fresh-with-the-android-app maybe there is some bad data restoring that we need to clear out