Skip to content
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

Android Tv Connect #5

Open
HaiDragon74 opened this issue Oct 15, 2024 · 2 comments
Open

Android Tv Connect #5

HaiDragon74 opened this issue Oct 15, 2024 · 2 comments
Labels
Can't Reproduce Issue labeled for a bug that can't be reproduced by dev(s)

Comments

@HaiDragon74
Copy link

How can I connect to a smart Android TV and display a PIN code when the connection is successful in an Android app? I am using google-tv-remote-jb but haven't been able to connect yet

@shrimqy
Copy link
Owner

shrimqy commented Oct 15, 2024

Can you describe the use case more? I don't know how much I can help with this matter since I don't have a way of reproducing this without an android tv.

@HaiDragon74
Copy link
Author

2024-10-19 17:47:00.432 13671-14887 PairingClientThread com.remotetechs.universalremote D onSessionCreated: serverName = Tv Remote peer = null
2024-10-19 17:47:00.432 13671-14887 PairingClientThread com.remotetechs.universalremote D onLogMessage: Protocol started (CLIENT mode) (LOG_DEBUG)
2024-10-19 17:47:00.432 13671-14888 PairingClientThread com.remotetechs.universalremote D onLogMessage: Starting reader (LOG_DEBUG)
2024-10-19 17:47:00.432 13671-14887 PairingClientThread com.remotetechs.universalremote D onLogMessage: Local options: [OPTIONS inputs=ENCODING_HEXADECIMAL:6 outputs=ENCODING_HEXADECIMAL:6 pref=INPUT_DEVICE] (LOG_DEBUG)
2024-10-19 17:47:00.432 13671-14887 PairingClientThread com.remotetechs.universalremote D onLogMessage: New state: STATE_INITIALIZING (LOG_INFO)
2024-10-19 17:47:00.432 13671-14887 PairingClientThread com.remotetechs.universalremote D onLogMessage: Sending PairingRequest... Tv Remote (LOG_DEBUG)
2024-10-19 17:47:00.433 13671-14887 PairingClientThread com.remotetechs.universalremote D onLogMessage: Waiting for PairingRequestAck ... (LOG_DEBUG)
2024-10-19 17:47:00.440 13671-14888 PairingClientThread com.remotetechs.universalremote D onLogMessage: Exception while getting message: javax.net.ssl.SSLProtocolException: Read error: ssl=0xb400007609abe6c8: Failure in SSL library, usually a protocol error
error:10000416:SSL routines:OPENSSL_internal:SSLV3_ALERT_CERTIFICATE_UNKNOWN (external/boringssl/src/ssl/tls_record.cc:592 0xb4000076378c3300:0x00000003) (LOG_DEBUG)
2024-10-19 17:47:00.440 13671-14888 PairingClientThread com.remotetechs.universalremote D onLogMessage: Reader is done (LOG_DEBUG)
2024-10-19 17:47:00.441 13671-14887 PairingClientThread com.remotetechs.universalremote D onLogMessage: Local protocol failure, attempting to send error: com.google.polo.exception.PoloException: com.google.polo.exception.PoloException: javax.net.ssl.SSLProtocolException: Read error: ssl=0xb400007609abe6c8: Failure in SSL library, usually a protocol error
error:10000416:SSL routines:OPENSSL_internal:SSLV3_ALERT_CERTIFICATE_UNKNOWN (external/boringssl/src/ssl/tls_record.cc:592 0xb4000076378c3300:0x00000003) (LOG_DEBUG)
2024-10-19 17:47:00.442 13671-14887 PairingClientThread com.remotetechs.universalremote D onLogMessage: Error message send failed (LOG_DEBUG)
2024-10-19 17:47:00.442 13671-14887 PairingClientThread com.remotetechs.universalremote D onLogMessage: New state: STATE_FAILURE (LOG_INFO)
2024-10-19 17:47:00.442 13671-14887 PairingClientThread com.remotetechs.universalremote D onSessionEnded: com.google.polo.pairing.ClientPairingSession@cd6b624
2024-10-19 17:47:00.442 13671-14887 PairingClientThread com.remotetechs.universalremote D ret: false
2024-10-19 17:47:00.442 13671-14887 PairingClientThread com.remotetechs.universalremote D Pairing failed

@shrimqy shrimqy added the Can't Reproduce Issue labeled for a bug that can't be reproduced by dev(s) label Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Can't Reproduce Issue labeled for a bug that can't be reproduced by dev(s)
Projects
None yet
Development

No branches or pull requests

2 participants