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

Latest Apple TV A1625 with tvOS 9.0.1 #325

Open
softvision-mariusduna opened this issue Nov 16, 2015 · 5 comments
Open

Latest Apple TV A1625 with tvOS 9.0.1 #325

softvision-mariusduna opened this issue Nov 16, 2015 · 5 comments

Comments

@softvision-mariusduna
Copy link

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?

@abhishekdewan101
Copy link

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 :(

@abhishekdewan101
Copy link

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)

@casolorz
Copy link

I've started getting complaints about this as well and I don't have an AppleTV 4 to test on.

@abhishekdewan101
Copy link

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 :(

@softvision-mariusduna
Copy link
Author

It seems that Julia has the solution to be integrated in the SDK: ConnectSDK/Connect-SDK-Android-API-Sampler#35

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants