skelsec / Responder3

Responder for Python3
97 stars 23 forks source link

@asyncio.coroutine AttributeError #7

Open MathKode opened 1 year ago

MathKode commented 1 year ago

Hi, I'm running this script on Windows 11 and I have gotten this error :

\responder3\core\udpwrapper.py", line 58, in UDPReader @asyncio.coroutine ^^^^^^^^^^^^^^^^^ AttributeError: module 'asyncio' has no attribute 'coroutine'. Did you mean: 'coroutines'?

Python Version : 3.11.3 Asyncio : 3.4.3

Thank's (and good luck)