-
-
Notifications
You must be signed in to change notification settings - Fork 176
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
how to use VNC without docker #199
Comments
Normally you should be able to do that. But at this time the 6080 port access (vnc stuff in container) appears to be broken. |
@lyj0309 is running it without docker, so you have to take care of an XServer and VNC yourself (see the Playwright message). |
Came here from #183 for testing the tool completely without docker. This Command did the trick for me: Dependents on Source: https://stackoverflow.com/questions/12050021/how-to-make-xvfb-display-visible Then connect to it, for example with noVNC: https://github.com/novnc/noVNC |
Should put that in the wiki. @Targunitoth Does that give you captchas as well? If no, some details (Debian/Ubuntu, version) would be beneficial for #183. |
This unfortunately didn't work for me. I was able to connect using tightVNC, however after that the command exited and tightVNC shows nothing but a black, blank screen. Running node epic-games again with that screen open brings the same error as before re: xserver etc. |
Hi , i'm running this in a linux server, there is a node runtime so i don't want use docker, but when i try to login, there is a captcha , so i want to use browser to run it, but there is a error
so is there any way run this like docker? expose a port like 6080, then i can visit it.
The text was updated successfully, but these errors were encountered: