More precisions about the Android login issues with v1.22.1 #1601
ymollard
started this conversation in
Developers section
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Discussion 1 about the "incorrect password" error on Android TV
Currently at login I am getting a HTTP 503 that says:
It is triggered from line 1405 of
_models.py
:According to the release note, the author knows about L1 devices that may still not work:
Is this HTTP 503 error what is meant by "may still not works"? Or is that 503 another issue?
Discussion 2 about the display of the previous 503 error in the UI
I retrieved the details of the previous error from
kodi.log
but the extension failed to report the error to the UI.Instead, the UI shows the following exception in a modal window:
which I can't understand because line 1405 here above actually passes the
request
andresponse
keyword arguments. The stacktrace states that the exception comes fromipc.py
:It seems that something must be fixed so that the 503 can actually be showed in the modal window but I can't tell what.
PS: Sorry: my Android TV apparently does not let me save the log file to external media :'(
Beta Was this translation helpful? Give feedback.
All reactions