Tanganelli / CoAPthon3

CoAPthon3 is a porting to python3 of my CoAPthon library. CoAPthon3 is a python3 library to the CoAP protocol compliant with the RFC. Branch is available for the Twisted framework.
MIT License
58 stars 50 forks source link

'Request' object has no attribute 'payload_type' #25

Open pchwalek opened 4 years ago

pchwalek commented 4 years ago

In serializer.deserializer, we have the following check: if message.payload_type == defines.Content_types["application/octet-stream"]:

but, the 'Request' object has no attribute named 'payload_type'