-
Notifications
You must be signed in to change notification settings - Fork 21
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
urllib.error.URLError when running minimal_task_runner.py #206
Comments
it seems like the program cannot visit https://storage.googleapis.com/android_env-tasks/2024.05.13-accessibility_forwarder.apk. |
urllib.error.URLError is solved by setting https_proxy.
|
This looks like an issue with the accessibility app connecting to the GRPC server running on python. If you use UI Automator instead, are you able to run the code and get observations? You can run UI Automator by using this enum in the constructor
If this works, it may be some connection issue regarding GRPC with your setup. Perhaps some ports are not allowed |
Hello, after I switched to using UI Automator, I only managed to run python minimal_task_runner.py --task=ContactsAddContact successfully for the first time. After that, running it again still gives the same error log. Here is what I changed in android_world_controller.py |
My Android Emulator was setup according to the given video.
When I started it via
~/Library/Android/sdk/emulator/emulator -avd $EMULATOR_NAME -no-snapshot -grpc 8554
, the terminal showed:The emulator UI popped up “System UI isn't responding” repeatedly.
Then, I ran
python minimal_task_runner.py --task=ContactsAddContact
, I got:Could you please help me solve above problem? Thanks a lot!
The text was updated successfully, but these errors were encountered: