Skip to content
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

[Steam News and Players Viewer] Player count not loading for unlisted/private games. #568

Open
robbely opened this issue Aug 18, 2024 · 1 comment
Labels
bug Something isn't working NewsViewer

Comments

@robbely
Copy link

robbely commented Aug 18, 2024

Extension name

Steam News and Players Viewer

Bug Description

I'm not sure if this is a bug as I don't know how the extension works. Some games are in SteamDB (where it would appear the player count info comes from) but hidden in Steam. A prominent example is the Deadlock play test which would be useful to follow player count (although without a steam page, no news info is expected). Is there a way to get the extension to still show player count for these games by referencing the steamdb page?

To Reproduce

Add an steam unlisted game that has presence in steamdb, check for player count

Logs

n/a

Screenshots

No response

@robbely robbely added the bug Something isn't working label Aug 18, 2024
@darklinkpower
Copy link
Owner

Currently the extension uses the Steam web api to obtain the current number of players. For unreleased/private games like Deadlock this API doesn't return this data: https://api.steampowered.com/ISteamUserStats/GetNumberOfCurrentPlayers/v1/?appid=1422450

image

For normal games the data is correctly returned: https://api.steampowered.com/ISteamUserStats/GetNumberOfCurrentPlayers/v1/?appid=588650

image


To fix this, it would be needed to investigate how SteamDB obtains the data and if it's feasible to rework the extension to use that instead.

@darklinkpower darklinkpower changed the title [Steam News and Players Viewer] Player count not loading for some games. [Steam News and Players Viewer] Player count not loading for unlisted/private games. Sep 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working NewsViewer
Projects
None yet
Development

No branches or pull requests

2 participants