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

Error Domain=connect() failed: No route to host Code=126 "(null)" #3

Open
MalleswariDazn opened this issue Dec 27, 2024 · 0 comments
Open

Comments

@MalleswariDazn
Copy link

var fireTVdevice: RemoteMediaPlayer? {
    didSet {
        print("====getStatus : \(fireTVdevice?.getStatus())")
        fireTVdevice?.add(self).continueWith { task in
            if let error = task.error {
                print("Failed to add status listener.  Error: \(error)");
            } else {
                print("device Status: connected")
            }
            return nil
        }
    }
}

I could able to discover the devices list in my app, when i try to call connect method I am getting **1735284679.896762:E:whisperplay:RemotePlayerImpl:Exception calling service: connect() failed: No route to host

**
Need confirmation: Wireless Accessory Configuration does this entitlement should be enabled?
any help would be appriciated.

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

1 participant