Giter Site home page Giter Site logo

Comments (3)

Leland-Takamine avatar Leland-Takamine commented on August 23, 2024

I know we verified that this was working last week, so something's going on. Let me test this flow out on my end.

from maestro.

Leland-Takamine avatar Leland-Takamine commented on August 23, 2024

Ok I'm running into the same issue with the pairing workflow. We'll investigate on our end. In the meantime, using an emulator seems to work fine. We'll report back when we've root caused the issue.

from maestro.

Leland-Takamine avatar Leland-Takamine commented on August 23, 2024

Alright this was due to a silly mistake in the documentation. We were missing step (2) below:

  1. Pair your device over wifi using the standard adb pair HOST:PORT CODE command (docs).
    • eg: adb pair 10.0.0.192:46851 123456
  2. Tell your device to listen for connections on port 5555.
    • adb tcpip 5555
  3. Once your device is listening for connections on port 5555, Maestro can connect to your device using your device's IP address (same as HOST above).
    • eg: maestro --host 10.0.0.192 test flow.yaml.

I've updated the documentation as well.

@ericmigi Closing since I believe this is fixed with the update to the documentation, but please feel free to open back up if this still doesn't work for you!

from maestro.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.