-
Notifications
You must be signed in to change notification settings - Fork 273
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
[v1.35.0] "io.grpc.StatusRuntimeException: UNKNOWN" Failed to take screenshot on android flow failure #1647
Comments
I believe this is related/causes these issues I've also raised:
I think this issue could be caused by the grpc server (that Maestro starts up inside the emulator vm) not running (when it should). Then the dadb (adb wrapper) fails because there is no network to run the commands on. Found this issue raised for grpc, but more shots in the dark grpc/grpc-java#10120 |
I think what happens before this issue is thrown:
|
Noticing this device error on logcat at the same time:
|
Also this:
|
Potentially some more breadcrumbs:
|
Describe the bug
When a failure occurs on android, an
UNKNOWN
exception is thrown when a screenshot is attempted to be taken.To Reproduce
Fail a flow on android, observe Maestro log.
Expected behavior
When a flow fails, a screenshot is taken and saved within the debug output test folder.
Environment information (please complete the following information):
Maestro version [v1.35.0]
Platform: [Android 13.0]
Framework: [Native Android]
Device model and OS version: [Pixel]
Emulator device
Host [Apple MacBook Pro M2 Max]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: