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

Some product_info need authentication #31

Closed
cirelli94 opened this issue Mar 31, 2021 · 2 comments
Closed

Some product_info need authentication #31

cirelli94 opened this issue Mar 31, 2021 · 2 comments
Labels
question Further information is requested

Comments

@cirelli94
Copy link

Hello,
I'm trying to understand if I can completely avoid authentication when I use the command $ steamctl apps product_info xxxxxxxxxxxxx.
My goal is to find out the timeupdated of the public branch, but some AppID works well some other with --anonymous, some others don't with this error:

$ steamctl --anonymous apps product_info 1172620 | jq -r .depots.branches.public.timeupdated

[INFO] Attempting anonymous login
[ERROR] No license available for App ID: 1172620 (EResult.AccessDenied)

Am I doing this right?
Is there any other way to find out if timeupdate has changed without authentication?

Thanks in advance.

@rossengeorgiev
Copy link
Collaborator

You cannot "avoid" authentication. You need an account that has a license for the app you are looking up. Anonymous accounts only have access to https://steamdb.info/sub/17906/

@rossengeorgiev rossengeorgiev added the question Further information is requested label Apr 6, 2021
@cirelli94
Copy link
Author

Thank you very much @rossengeorgiev !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants