Skip to content

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

Description

@MalleswariDazn
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions