After installing the new version of picoweb and uasyncio, I noticed an error when calling app.run(). The error occurs because uasyncio init.py file contains a call to socket.getaddrinfo() with 4 arguments, when socket requires only 2. The error causes app.run() to fail.
After installing the new version of picoweb and uasyncio, I noticed an error when calling app.run(). The error occurs because uasyncio init.py file contains a call to socket.getaddrinfo() with 4 arguments, when socket requires only 2. The error causes app.run() to fail.