Skip to content

[BUG] 500 Error in API accessing Steam applist for selecting non-steam games #44

Description

@jesstech

Bug Description

Latest SteamInputBuddy v0.2.1 returns a 500 ISE when the website attempts to access the user's Steam appslist via http://localhost:5119/v1/steam/apps:

{

      "$schema": ["http://localhost:5119/schemas/ErrorModel.json"](http://localhost:5119/schemas/ErrorModel.json),
      "title": "Internal Server Error",
      "status": 500,
      "detail": "unexpected error occurred",
      "errors": [
            {
                  "message": "failed to read CEF websocket response: failed to read JSON message: failed to read: websocket: message too big: read limited at 32769 bytes"
            }
      ]

}

Expected Behavior

API returns a list of Steam apps for applying steam input configurations to arbitrary AppIDs and non-steam games.

Actual Behavior

API returns 500 error above, and the dropdown arrow menu on the configuration page's apply button is replaced with the fallback modal.

Additional Context

Reverting to v0.1.9 fixes this problem, properly returning the Steam applist.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    Status
    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions