steam icon indicating copy to clipboard operation
steam copied to clipboard

[BUG]get_cdn_auth_token No Response

Open huddhudd opened this issue 1 year ago • 2 comments

` 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 avatar Oct 11 '24 06:10 huddhudd

help

huddhudd avatar Oct 11 '24 07:10 huddhudd

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

SeRi0uS007 avatar Oct 11 '24 07:10 SeRi0uS007