Py3AMF icon indicating copy to clipboard operation
Py3AMF copied to clipboard

AMF for Python

Results 5 Py3AMF issues
Sort by recently updated
recently updated
newest added

There is two DeprecationWarning in Python 3.12. ``` pyamf/util/__init__.py:217: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp,...

Hi. I am trying to use Py3AMF to communicate with an AMF gateway, and I'm getting a bunch of errors in the process, due to poor understanding of the gateway...

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?

Python 3 syntax in the exception handler

Hi, i have problem decoding amf data included with this character � this is my code : ``` def decodeEnvelope(self, resp): # Decode the Base64 encoded response to bytes decoded_bytes...