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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[🐛 Bug]: Chinese error displayed by Chrome browser in noVNC #2509

Open
liutianping0326 opened this issue Dec 15, 2024 · 6 comments
Open

Comments

@liutianping0326
Copy link

liutianping0326 commented Dec 15, 2024

What happened?

image
image
Chinese error displayed by Chrome browser in noVNC

Command used to start Selenium Grid with Docker (or Kubernetes)

hub:
docker run -d -p 4442-4444:4442-4444 --name selenium-hub -e SE_SUB_PATH=/selenium/ -e SE_ENABLE_TRACING=false selenium/hub

node:
docker run -d --name=chrome -p 5555:5555 -p 7900:7900 --shm-size="2g" -e SE_EVENT_BUS_HOST=10.0.30.177 -e SE_EVENT_BUS_PUBLISH_PORT=4442 -e SE_EVENT_BUS_SUBSCRIBE_PORT=4443 -e SE_NODE_HOST=10.0.30.178 -e SE_VNC_NO_PASSWORD=true -e LANGUAGE=zh_CN.UTF-8 -e SE_NODE_MAX_SESSIONS=5 -e SE_NODE_OVERRIDE_MAX_SESSIONS=true -e SE_ENABLE_TRACING=false -e TZ="Asia/Shanghai" selenium/node-chrome

Relevant log output

null

Operating System

centos7

Docker Selenium version (image tag)

4.27.0

Selenium Grid chart version (chart version)

No response

Copy link

@liutianping0326, 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!

@liutianping0326 liutianping0326 changed the title [🐛 Bug]: [🐛 Bug]: Chinese error displayed by Chrome browser in noVNC Dec 15, 2024
@VietND96
Copy link
Member

Hi, do you have a public Chinese website that can be accessed to reproduce the same issue?

@liutianping0326
Copy link
Author

@VietND96
Copy link
Member

After checking, I see the issue with Fluxbox (the window manager we used in Ubuntu). It displays incorrect something in non-English content. Currently, I have not found the way to fix this. However, I feel this not impact much on the browser, where tab title and contents displays correctly.

@VietND96
Copy link
Member

I also saw the post https://www.antixforum.com/forums/topic/fluxbox-styles-and-font/
However, Fluxbox we installed without any style config, so the patch mentioned in post could not be applied.

@liutianping0326
Copy link
Author

Okay, thank you for your reply! @VietND96

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