Size: a a a

Aerokube Support

2021 January 02

SJ

Sarah Jones in Aerokube Support
{
   "android": {
       "default": "10.0",
       "versions": {
           "10.0": {
               "image": "selenoid/android:10.0",
               "port": "4444",
               "path": "/wd/hub"
           }
       }
   }
}
источник

SJ

Sarah Jones in Aerokube Support
This is my browsers.json file
источник

RO

Roman Orlov in Aerokube Support
You also have to pull image manually.
источник

SJ

Sarah Jones in Aerokube Support
Yes, I made sure to pull locally first
источник

SJ

Sarah Jones in Aerokube Support
источник

SJ

Sarah Jones in Aerokube Support
HTTPConnectionPool(host='172.17.0.3', port=4444): Max retries exceeded with url: /wd/hub/session (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fec3f3d56d8>: Failed to establish a new connection: [Errno 113] No route to host',))
источник

SJ

Sarah Jones in Aerokube Support
is the error I get with docker compose
источник

SJ

Sarah Jones in Aerokube Support
and
источник

SJ

Sarah Jones in Aerokube Support
HTTPConnectionPool(host='http', port=80): Max retries exceeded with url: //172.17.0.3:4444/wd/hub/session (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f73fc04c6d8>: Failed to establish a new connection: [Errno -2] Name or service not known',))
источник

SJ

Sarah Jones in Aerokube Support
is the error I get with ./cm
источник

RO

Roman Orlov in Aerokube Support
Sarah Jones
HTTPConnectionPool(host='http', port=80): Max retries exceeded with url: //172.17.0.3:4444/wd/hub/session (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f73fc04c6d8>: Failed to establish a new connection: [Errno -2] Name or service not known',))
This error from test
источник

RO

Roman Orlov in Aerokube Support
?
источник

SJ

Sarah Jones in Aerokube Support
Yes
источник

RO

Roman Orlov in Aerokube Support
Looks like there is no network connectivity between test and selenoid
источник

RO

Roman Orlov in Aerokube Support
Try curl to selenoid from machine where test is running
источник

SJ

Sarah Jones in Aerokube Support
seems like it went through
источник

SJ

Sarah Jones in Aerokube Support
whoops sorry wrong image
источник

SJ

Sarah Jones in Aerokube Support
источник

SJ

Sarah Jones in Aerokube Support
источник

SJ

Sarah Jones in Aerokube Support
this works too
источник