-
Notifications
You must be signed in to change notification settings - Fork 76
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
Show detailed error message when manual session can't start #410
Comments
Update:
But it didn't help, the error now is the same:
|
Ok we can close the issue, I've found the following error in android docker container:
It looks like my configuration doesn't support hardware acceleration for the emulator. |
@TimurNurlygayanov Android images will not work under Mac because Docker for Mac does not forward KVM capabilities of the CPU. |
@vania-pooh I noticed that SelenoidUI doesn't show any errors in case solenoid can't start the session, and the user has to check the dev console to see the error message from the backend. Maybe we can improve UX and add some information about error messages to Selenoid WebUI? (so it is not urgent) |
Hi, I'm trying to start Android emulator in docker and my setup is the following:
Base OS: MacOS Catalina 10.15.7
Docker version 20.10.2, build 2291f61
browser.json:
docker-compose.yml:
So, when I open SelenoidUI at http://localhost:8080/#/capabilities/ and click "Create Session", the request fails with the error:
POST http://localhost:8080/wd/hub/session
status code 500 Internal Server Error
Response Body:
{"status":13,"value":{"message":"wait: http://172.17.0.4:4444/wd/hub does not respond in 30s"}}
More info:
selenoid logs:
What am I doing wrong?
The text was updated successfully, but these errors were encountered: