-
-
Notifications
You must be signed in to change notification settings - Fork 18
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] Another application is using port 8080 #26
Comments
The reason this is happening is because another application is open and using port 8080, which is needed by Steam. Run the following command in CMD to pin point the conflicting software, and either close it, or uninstall it for /f "tokens=5" %a in ('netstat -aon ^| findstr 8080') do wmic process where processId=%a get ExecutablePath After this, make sure you are on Steam's stable version as it currently does not work on beta. |
Im having a issue. |
With steam open when you go to http://localhost:8080 does it load a webpage with some steam windows? |
Yes |
disable gpu accelerated rendering in webviews in settings -> interface |
Thx it's working now |
It opens nothing for me |
error getting steams websocketdebuggerurl: unknown exception
The text was updated successfully, but these errors were encountered: