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.
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: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.