Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[馃悰 Bug]: org.openqa.selenium.WebDriverException: unknown error: session deleted because of page crash from unknown error: cannot determine loading status #13843

Closed
Alex-Reif opened this issue Apr 19, 2024 · 4 comments

Comments

@Alex-Reif
Copy link

Alex-Reif commented Apr 19, 2024

What happened?

Error during open the page.
Using selenium-grid in the docker.

selenium-hub: 4.19.1
selenium/node-chrome:123

selenium-hub:
image: selenium/hub:latest
container_name: selenium-hub
ports:
- "4442:4442"
- "4443:4443"
- "4444:4444"

 chrome:
image: selenium/node-chrome:latest
container_name: node-chrome
shm_size: 3gb
depends_on:
  - selenium-hub
environment:
  - SE_EVENT_BUS_HOST=selenium-hub
  - SE_EVENT_BUS_PUBLISH_PORT=4442
  - SE_EVENT_BUS_SUBSCRIBE_PORT=4443
  - SE_NODE_MAX_INSTANCES=5
  - SE_NODE_MAX_SESSIONS=5
  - SE_NODE_SESSION_TIMEOUT=20

How can we reproduce the issue?

ChromeOptions options = new ChromeOptions();
    options.addArguments("--no-sandbox");
    options.addArguments("--disable-dev-shm-usage");
    driver = new RemoteWebDriver(new URL("http://localhost:4444/wd/hub"), (Capabilities) options);
    driver.get("any page");


### Relevant log output

```shell
org.openqa.selenium.WebDriverException: unknown error: session deleted because of page crash
from unknown error: cannot determine loading status
from tab crashed
  (Session info: chrome=123.0.6312.86)
Build info: version: '4.19.1', revision: 'abe0ee07dc'

Operating System

macOS

Selenium version

4.19.1

What are the browser(s) and version(s) where you see this issue?

Chrome 123

What are the browser driver(s) and version(s) where you see this issue?

Chrome 123

Are you using Selenium Grid?

Yes

Copy link

@Alex-Reif, thank you for creating this issue. We will troubleshoot it as soon as we can.


Info for maintainers

Triage this issue by using labels.

If information is missing, add a helpful comment and then I-issue-template label.

If the issue is a question, add the I-question label.

If the issue is valid but there is no time to troubleshoot it, consider adding the help wanted label.

If the issue requires changes or fixes from an external project (e.g., ChromeDriver, GeckoDriver, MSEdgeDriver, W3C), add the applicable G-* label, and it will provide the correct link and auto-close the issue.

After troubleshooting the issue, please add the R-awaiting answer label.

Thank you!

@diemol
Copy link
Member

diemol commented Apr 19, 2024

Are you using an M1? Or an ARM machine?

@Alex-Reif
Copy link
Author

Hi @diemol , I'm using ARM

@diemol
Copy link
Member

diemol commented May 2, 2024

@diemol diemol closed this as not planned Won't fix, can't repro, duplicate, stale May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants