You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, sorry if this is the wrong place for this. I stumbled upon this in my own research on making a spectator api wrapper. I'm stuck at the decrypting and decompression of the data chunks portion.
It seems you guys decrypt the encryptionKey with the gameId -> decrypt datachunk with new key -> decompress data chunk.
I've tried this exact method but in python. However, the header for gzip decompression seems to be wrong. Can you confirm this step by step is still correct? Thanks!
The text was updated successfully, but these errors were encountered:
Hi, sorry if this is the wrong place for this. I stumbled upon this in my own research on making a spectator api wrapper. I'm stuck at the decrypting and decompression of the data chunks portion.
It seems you guys decrypt the encryptionKey with the gameId -> decrypt datachunk with new key -> decompress data chunk.
I've tried this exact method but in python. However, the header for gzip decompression seems to be wrong. Can you confirm this step by step is still correct? Thanks!
The text was updated successfully, but these errors were encountered: