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] Another application is using port 8080 #26

Open
Radiatorgaming420 opened this issue Mar 21, 2024 · 7 comments
Open

[Bug] Another application is using port 8080 #26

Radiatorgaming420 opened this issue Mar 21, 2024 · 7 comments
Labels
question Further information is requested

Comments

@Radiatorgaming420
Copy link

error getting steams websocketdebuggerurl: unknown exception
image

@shdwmtr
Copy link
Owner

shdwmtr commented Mar 21, 2024

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.
Cheers!

@shdwmtr shdwmtr changed the title bootstrap error Error getting Steams webSocketDebuggerUrl Mar 30, 2024
@shdwmtr shdwmtr added the question Further information is requested label Mar 30, 2024
@ShabbyDragon633
Copy link

Im having a issue.
I've done the command and get told its steamwebhelper. What should i do?

@shdwmtr
Copy link
Owner

shdwmtr commented Apr 15, 2024

Im having a issue.

I've done the command and get told its steamwebhelper. What should i do?

With steam open when you go to http://localhost:8080 does it load a webpage with some steam windows?

@ShabbyDragon633
Copy link

Yes

@mogg21
Copy link

mogg21 commented Apr 27, 2024

disable gpu accelerated rendering in webviews in settings -> interface
fixed it for me when steamwebhelper was running on port 8080

@ShabbyDragon633
Copy link

disable gpu accelerated rendering in webviews in settings

Thx it's working now

@QWERTYkeyboards124
Copy link

QWERTYkeyboards124 commented May 24, 2024

Im having a issue.
I've done the command and get told its steamwebhelper. What should i do?

With steam open when you go to http://localhost:8080 does it load a webpage with some steam windows?

It opens nothing for me
EDIT: I found the problem, i'll keep u tuned
EDIT 2: I fixed it, thx

@shdwmtr shdwmtr changed the title Error getting Steams webSocketDebuggerUrl [Bug] Another application is using port 8080 Aug 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

5 participants