-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PlayingGameName/gameextrainfo not being returned? #54
Comments
Wrongly linked API docs above. Should be: As a workaround, using the ISteamUserStats/GetSchemaForGame method with the previously obtained gameid, I get a game name, but in the case of the game I just tried (Cities: Skylines) it returned the wrong name (Colossal Order Game). Not sure what to do at this point. Continuing to rummage around he API for better game info. |
I will take a look at this more today and tomorrow.
…On Jan 4, 2018 7:02 AM, "Jay Van Der Zant" ***@***.***> wrote:
Wrongly linked API docs above. Should be:
https://partner.steamgames.com/doc/webapi/ISteamUser#GetPlayerSummaries
Though this doesn't define the return data.
As a workaround, using the ISteamUserStats/GetSchemaForGame method with
the previously obtained *gameid*, I get a game name, but in the case of
the game I just tried (Cities: Skylines) it returned the wrong name
(Colossal Order Game). Not sure what to do at this point. Continuing to
rummage around he API for better game info.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#54 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACmOX87n5rab3dhOG_kuBJWPV2ULnq2iks5tHL3RgaJpZM4RPUOW>
.
|
Thanks. It looks like the API no longer supports this attribute, so the PlayerSummaryModel.PlayingGameName attribute should probably be removed. I got round this by using SteamApps.GetAppListAsync() to lookup the name using PlayerSummaryModel.PlayingGameId |
As you've suggested, it looks like this API has dropped the As for your wrong game name, I think it's actually correct, but the developer named their game oddly. The developer of Cities: Skylines is actually "Colossal Order", and it appears that they created the Steam package with a generic name while it was under development. You can confirm this by looking at the achievements in that GetSchema call and seeing that they align with Cities: Skylines.
|
Let me know if you need more help. Thanks. |
This doesn't appear to be an issue with the library, but the API from what I can see, but all the same I thought I'd raise the issue here to see if anyone else is getting this?
When calling GetPlayerSummariesAsync(), the PlayingGameName property is not set for a summary, even though there is a PlayingGameId set.
Making the call to the Steam API itself shows nothing returned for the gameextrainfo attribute, i.e:
http://api.steampowered.com/ISteamUser/GetPlayerSummaries/v0002/?key=xxxxx&steamids=76561197960392732
Is anyone else experiencing this?
The text was updated successfully, but these errors were encountered: