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

Maestro systematically fails with "Device requested but not connected" in v1.39.0 #2105

Open
1 task done
hormesiel opened this issue Oct 22, 2024 · 4 comments
Open
1 task done
Labels

Comments

@hormesiel
Copy link

Is there an existing issue for this?

  • I have searched the existing issues and didn't find mine.

Steps to reproduce

  1. I opened PowerShell and ran adb kill-server ; adb -a -P 5037 nodaemon server
  2. I opened WSL Ubuntu and ran:
    • WINDOWS_HOST_IP_ADDRESS=$(ip route show | grep -i default | awk '{ print $3}')
    • export ADB_SERVER_SOCKET=tcp:$WINDOWS_HOST_IP_ADDRESS:5037
    • adb devices and successfully saw my connected physical device
    • maestro --device ae2395da --host "$WINDOWS_HOST_IP_ADDRESS" test /mnt/c/Users/<path-to-flows>/app-launch.yaml

Actual results

No matter what options I throw at him, Maestro won't run my tests anymore:

image

It was working fine before upgrading to 1.39.0 with --device . instead of specifying a specific device id. Now neither work.

Expected results

I expect tests to run.

About app

This is a closed source app and I can't share any binary sorry.

About environment

  • Windows 11

Logs

No response

Maestro version

1.39.0

How did you install Maestro?

install script (https://get.maestro.mobile.dev)

Anything else?

No response

@hormesiel
Copy link
Author

In the meantime I rolled back to version 1.38.1 and it works fine.

@sealove20
Copy link

Thank you man, it worked for me! rolled back version.

@GuQye
Copy link

GuQye commented Nov 12, 2024

same here. any solutions if I want to use the latest version of maestro?

@herval herval added the Maestro label Nov 26, 2024 — with Linear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants