-
-
Notifications
You must be signed in to change notification settings - Fork 198
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
could not connect to TCP port 5554: Connection refused #161
Comments
Please see #160 |
this is not the same error. Thanks |
Could you share your full build log please? |
sure
but I think this issue could be closed because even if it's not the same error, it seems related to #160 |
Are you using a self hosted runner? This looks like a different issue as it fails while trying to creat the avd. |
no I'm not |
Was it working before? Have tried with only |
with only
and then an infinite loop of
I don't know if it was working before, this is the first time I try to use this action |
Ok now what if you add just |
+1 happened today in a run https://github.com/mozilla-mobile/fenix/pull/20134/checks?check_run_id=2896954833 we're just using |
I have the same error than before
with
|
facing the same issue, any solution? |
I run out of ideas on what your issue might be. Here's a workflow that works with |
Even with the same code than yours, it fails on my side
|
Even for me the result is same, My github action, which i had modified to your as follows in repo: Exception logs: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 |
Thanks for the repo I'll take a look |
I had the same issue on |
@ychescale9 I'm also seeing this in Coil if you want to use that repo to debug. |
I just added support for setting modern emulator build ids. Can someone please try again with |
It works with |
@ychescale9 |
It doesn't work with API 30 though, we have the same error with API 30 |
I'm getting this error now. The only way to fix it is to peg an emulator build? |
I solved by lowering the API level to 29 |
@ychescale9 We are hitting this crash all the time. Here is my config:
|
I have just met this issue and noticed that it was happening due to the hanging ADB server. Mine has been solved by running the following commands:
|
thanks |
it's work perfectly |
Where did you put these commands ? @toutpuissantged |
You need to run them through the terminal. |
in which terminal should we run it? I'm not able to find where to put those commands |
I separately ran into this error using expo & Android:
I fixed it by finding and stopping the process using port 5555 (I had a docker compose container using it). Unhelpful error message from the Android team. |
What if we remove the node_modules and reinstall won't that get the issue solved? |
I am getting same error, Terminate Emulator This is the script we r using,
Please guide how to fix this error. |
Team, Any update on this? |
Hello
I have an error when I try to start an emulator.
My workflow is
and the error
Thanks!
The text was updated successfully, but these errors were encountered: