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 · 11 comments
Open

[Bug] Another application is using port 8080 #26

Radiatorgaming420 opened this issue Mar 21, 2024 · 11 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
@Tim-Odermatt
Copy link

image
I got this error today.

Disabling GPU acceleration did not fix it.

@CODEX0827
Copy link

CODEX0827 commented Dec 22, 2024

image I got this error today.

Disabling GPU acceleration did not fix it.

see this video it help my fix this problem https://www.youtube.com/watch?v=hrJUqMXzJos
you need to look for the application that is using localport 8080

@Tim-Odermatt
Copy link

You are my hero:
My App was "AgentService.exe", which was using port 8080.

Which is apart of the "MiniTool® ShadowMaker" software, which got installed in the latest update of "MiniTool® Partition Wizard".

after uninstalling "MiniTool® ShadowMaker" it now runs without the error.

@CODEX0827
Copy link

You are my hero: My App was "AgentService.exe", which was using port 8080.

Which is apart of the "MiniTool® ShadowMaker" software, which got installed in the latest update of "MiniTool® Partition Wizard".

after uninstalling "MiniTool® ShadowMaker" it now runs without the error.

funny it was the same for me

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

7 participants