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

[BUG]get_cdn_auth_token No Response #473

Open
huddhudd opened this issue Oct 11, 2024 · 2 comments · May be fixed by #475
Open

[BUG]get_cdn_auth_token No Response #473

huddhudd opened this issue Oct 11, 2024 · 2 comments · May be fixed by #475

Comments

@huddhudd
Copy link

`
def get_cdn_auth_token(self, depot_id, hostname):
"""Get CDN authentication token

    .. note::
        This token is no longer needed for access to CDN files

    :param depot_id: depot id
    :type  depot_id: :class:`int`
    :param hostname: cdn hostname
    :type  hostname: :class:`str`
    :return: `CMsgClientGetCDNAuthTokenResponse <https://github.com/ValvePython/steam/blob/39627fe883feeed2206016bacd92cf0e4580ead6/protobufs/steammessages_clientserver_2.proto#L585-L589>`_
    :rtype: proto message
    """
    return self.send_job_and_wait(MsgProto(EMsg.ClientGetCDNAuthToken),
                                  {
                                   'depot_id': depot_id,
                                   'host_name': hostname,
                                  },
                                  timeout=10
                                  )

`

get_cdn_auth_token No Response

@huddhudd
Copy link
Author

help

@SeRi0uS007
Copy link

SeRi0uS007 commented Oct 11, 2024

If the answer doesn't work for you there: SteamRE/SteamKit#1444
Then, unfortunately, you will not get an answer here...

@detiam detiam linked a pull request Oct 14, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants