We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From JS Extraction:
{ m_signature: 'Heroes of the Storm replay\u001b11', m_version: { m_flags: 1, m_major: 2, m_minor: 35, m_revision: 0, m_build: 66488, m_baseBuild: 66488 }, m_type: 2, m_elapsedGameLoops: 19371, m_useScaledTime: false, m_ngdpRootKey: { m_data: '�(���c�/�u���#��' }, m_dataBuildNum: 66488, m_replayCompatibilityHash: { m_data: '\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000' } }
From storm-replay Extraction:
storm-replay
{ m_signature: 'Heroes of the Storm replay\u001b11', m_version: { m_flags: 1, m_major: 2, m_minor: 35, m_revision: 0, m_build: 66488, m_baseBuild: 66488 }, m_type: 2, m_elapsedGameLoops: 19371, m_useScaledTime: false, m_ngdpRootKey: {}, m_dataBuildNum: 66488 }
The text was updated successfully, but these errors were encountered:
It seems that any .m_data key is not fully processed by the storm-replay parser (e.g. m_ngdpRootKey and m_replayCompatibilityHash.
.m_data
m_ngdpRootKey
m_replayCompatibilityHash
As these are currently garbage fields, I do not see much of an issue. But will leave this open as a known issue.
Sorry, something went wrong.
No branches or pull requests
From JS Extraction:
From
storm-replay
Extraction:The text was updated successfully, but these errors were encountered: