-
Notifications
You must be signed in to change notification settings - Fork 129
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
Latest Apple TV A1625 with tvOS 9.0.1 #325
Comments
I've experienced the same problem with my code too I think the AppleTV is returning bad HTTP codes to the connect request that causing the Internal Service Error :( |
Update - I found out that the error we are getting with AppleTV2 is com.connectsdk.service.command.ServiceCommandError: failed to connect to /192.168.1.135 (port 7000): connect failed: EHOSTUNREACH (No route to host) |
I've started getting complaints about this as well and I don't have an AppleTV 4 to test on. |
I did a bit of investigation on this, turns out that Mac OS Yosemite can't see the new apple tv too until and unless you update it to El - Captain. I am guessing the new protocol needs some more information to be sent in the header of the request being sent to the appletv to make it work. I did try to use wireshark but my skills with that are limited :( |
It seems that Julia has the solution to be integrated in the SDK: ConnectSDK/Connect-SDK-Android-API-Sampler#35 |
We are trying to connect to the latest Apple TV that has tvOS in order to cast some media items on it.
When the user tries to connect to the Apple TV using LG Sample Application the onDisconnect event is triggered inside ConnectableDevice class with the following error message: "com.connectsdk.service.command.ServiceCommandError: Internal Server Error"
Are you planning to add the compatibility for casting on latest tvOS?
The text was updated successfully, but these errors were encountered: