Jump to content
McKay Development

Recommended Posts

Posted (edited)

I’ve been using requestRichPresence without issues, but after today’s Steam maintenance (3rd September 2025), it no longer returns any data.

Expected result (before today):

{
    "users": {
        "76561198006409530": {
            "richPresence": {
                "status": "Playing CS:GO",
                "version": "13765",
                "time": "15.851017",
                "game:state": "lobby",
                "steam_display": "#display_Menu",
                "connect": "+gcconnectG02C0193A"
            },
            "localizedString": "Playing CS:GO"
        }
    }
}

Result after maintenance:

{
  "users": {

  }
}

 

node-steam-user version: 5.2.3
Node.js version: 22.11.0

Edited by gerzy
  • gerzy changed the title to requestRichPresence returns empty object
Posted (edited)

Hey,

I’m using requestRichPresence(appID, steamIDs, callback) from steam-user (v5.2.3). This used to work fine, but after the recent Steam update, the callback always returns an empty users object, even though the SteamIDs are valid and should have rich presence data.

Does someone know more about it?

Edited by filezilla

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...