Millennium icon indicating copy to clipboard operation
Millennium copied to clipboard

[Bug] Another application is using port 8080

Open gamerguy98 opened this issue 11 months ago • 7 comments

error getting steams websocketdebuggerurl: unknown exception image

gamerguy98 avatar Mar 21 '24 15:03 gamerguy98

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 avatar Mar 21 '24 16:03 shdwmtr

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

ShabbyDragon633 avatar Apr 15 '24 13:04 ShabbyDragon633

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?

shdwmtr avatar Apr 15 '24 20:04 shdwmtr

Yes

ShabbyDragon633 avatar Apr 15 '24 22:04 ShabbyDragon633

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

mogg21 avatar Apr 27 '24 11:04 mogg21

disable gpu accelerated rendering in webviews in settings

Thx it's working now

ShabbyDragon633 avatar Apr 27 '24 16:04 ShabbyDragon633

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

QWERTYkeyboards124 avatar May 24 '24 07:05 QWERTYkeyboards124