-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
500 response on system endpoint #6
Comments
I still haven't got any clue as to why this would happen... Maybe ask if the original reporter is willing to try a system reset of their tv to test if the behavior is the same after a clean install. Because the only thing this points to so far is that there's something wrong with the tv. |
Hey @lucasvdh , I've stumbled over this repo and issue as I've searched myself for more info regarding this error. I'm the maintainer of a new philips tv binding for openHAB and people with tv models from 2019 seem to experience your described error. They're also not able to even use the Philips TV Remote App - looks like Philips has changed something at their APIs. Cheers & happy coding |
Man that really sucks.. I wish there was someone at TP Vision who would just give us some answers. Thanks for the heads up though! |
Closing this issues as there is nothing further to investigate. |
I'm not an Homey User but maybe FYI: That on my 7304 from 2019 on :192{5,6}/system and (only) :192{5,6}/6/system there IS an response
|
YES, Thank to the following wiki I was able to create HTTP GET and POST commands to control my 2019 Android TV directly and without any pairing stuff :-) |
@SchmuFoo cool! Even though it is weird that you're owning the same model as the bug issuer and yet you can access the ip:1925/6/system endpoint. Is the newest tv software installed or did any new update happen lately? |
I have the 58" inch modell so slightly different, but the Firmware Versions are exactly the same in an major branch. I have installed the newest one which came a few days ago (!): "2019er TVs mit Android TV 9 Pie (TPM191E: 1.2.173.7)" P.S.: My focus is controlling the Ambilight which works fine, but what is not working is POST Standby and GETing Powerstate Ambilight
GETing Powerstate
Standby
|
Idea: I will install an local MITM Proxy like https://www.telerik.com/fiddler on my PC to check what the official iPhone Philips TV Remote App is sending to the TV for the Standby stuff etc. |
"Damn" ;-) |
SSL-Inception activated and here we are (But not working at plain 1925..) |
Thanks for the insights. So after all the App is using credentials and the ip:1926/6 path for your tv? Weird that also the non-android API is available with the 1925 port for usage without credentials. Doesn't really make sense, but that fits to TPVision.. |
Do you know an tutorial how to pair an Android TV on Linux (with ADB Tools?) and use the generated credentials then with cURL f.e.? |
Sure, there ya go: https://github.com/suborb/philips_android_tv Not a tutorial, but you can get the credentials with it. These can be passed to curl as parameters |
When trying to pair a Philips 55PUS7304 from 2019 the system info call to
http://{ip}:1925/6/system
returns a 500 error response.Secure connection to the system endpoint does not work on any api version.
The error during pairing:
Original report:
https://community.athom.com/t/philips-tv-testing/14064/58
The text was updated successfully, but these errors were encountered: