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
Hello, i am use Wireshark for capture packets and me need decode this.
I try your library but get error - pyamf.DecodeError: Malformed stream (amfVersion=11822)
pyamf.DecodeError: Malformed stream (amfVersion=11822)
How i can solve this?
The text was updated successfully, but these errors were encountered:
Malformed stream means that the data is not AMF or can not decode as AMF.
Use Charles[https://www.charlesproxy.com/] first.
It works like wireshark but it is automatically finding data types based on HTTP.(Usually, AMF packet is transferred by HTTP.)
Sorry, something went wrong.
No branches or pull requests
Hello, i am use Wireshark for capture packets and me need decode this.
I try your library but get error -
pyamf.DecodeError: Malformed stream (amfVersion=11822)
How i can solve this?
The text was updated successfully, but these errors were encountered: