SteamClientHomebrew / Millennium

Apply themes/skins/customize Steam® after the 2023-04-27 Chromium UI update
https://steambrew.app
MIT License
694 stars 12 forks source link

[Bug] Malformed JSON response #32

Closed skipster1337 closed 2 months ago

skipster1337 commented 2 months ago

Before Reporting

Describe the Bug

After install, Millennium doesn't work and all I see in the log is this:

[14:00:42] [fail] Received malformed JSON response from websocket: [json.exception.type_error.302] type must be string, but is null
iles\steam/steamui/skins

My Steam is installed to D:\ProgramFiles\Steam

Expected Behavior

Millennium working and it appearing in Steam settings

Steps To Reproduce

  1. Install Millennium
  2. Open Steam settings, see there's no button to open Millennium
  3. Check logs
  4. See error

Operating System

Windows

Anything else?

No response

ShadowMonster99 commented 2 months ago
skipster1337 commented 2 months ago

oops, I had my sftp server's web ui on port 8080, my bad it works now, thanks

BezShkvark0 commented 2 months ago

oops, I had my sftp server's web ui on port 8080, my bad it works now, thanks 1

Could you please say how did u fix it? I got pretty same problem here

skipster1337 commented 2 months ago

oops, I had my sftp server's web ui on port 8080, my bad it works now, thanks 1

Could you please say how did u fix it? I got pretty same problem here

For some reason steamwebhelper is using port 8080 in your case, for me it was a different software using that port so I had to configure it to use another port, after that millennium worked fine. I'm not sure how you could fix your issue tho.