Closed Ganime422 closed 2 years ago
Sorry, but I have no idea... It's already been painful to get there 😅
You may want to try https://github.com/louis49/androidtv-remote to see how it goes. You can add some debug lines to see what is sent / received.
If you find new information, feel free to share.
Cette issue a été automatiquement fermée car il n'y a eu aucune réponse complémentaire de la part de l'auteur. N'hésite pas à reposter ici si tu as d'autres questions.
Did you make any progress regarding this issue? A couple of people told me there is a new version of the Remote service zand it seems the way the commands are sent. I'm on vacation in another country so I cannot test myself right now. I'll be able to investigate more in two weeks. So if you found the issue, it might help 😊 Thanks
actually I also haven't tried to use it since then, but I think I had an issue in the way I tried to parse the bytes, and I think it does working
@Ganime422
Can u please help in below issue. Android CertPathValidatorException when sending TLS True
var options = {
port: 6467,
host: host,
tls: true,
tlsCheckValidity: false,
tlsCert: require('./public-cert.pem')
}
const client = TcpSocket.createConnection(options, () => {
console.log("Connccted");
});
When sending above thing in Android. Than Below Error is coming. Can u please help. The public-cert.pem is in my root react native project.
ERROR: "java.security.cert.CertPathValidatorException: Trust anchor for certification path not found."
Hello thanks for your work! There is an update that google did and right when you open a connection you get a message that looks like this:
not sure what it means, but the current instructions in the protocol doesn't work for me (the pairing works fine, but cannot start the configuration protocol and send commands).
I think that maybe something changed in the first configuration message, becase after I'm trying to send it, I get an exception in my socket and I try to get the response after the first configuration message.