Open infernix opened 7 years ago
FWIW the issue with the handleMessage args was on what I think is an older fork of tinydtls; on 0.1.3, that issue does not occur but the second one remains.
Has this been solved ? I am experiencing the same error, using aiocoap-client as well as from home-assistant. Installed aiocoap==0.3.0.
Lars
FWIW, I am getting the same exception in my aiocoap server when pressing CTRL+c.
On 3286f48f0b949901c8b5c04c0719dc54ab63d431, when running
./aiocoap-client -v coaps://192.168.0.18:5684/.well-known/core
against an IKEA Tradfri gateway, I get:I replaced the
secretPSK
with the devices api key but it yields the same result.Wireshark shows:
If I apply this diff (FYI I have no idea what it is expecting there so I just added
0
)It does not throw this error any longer, but then it throws an error I'm also seeing with Home Assistant (reported here https://github.com/home-assistant/home-assistant/issues/9778)