Search found 12 matches

by eltomek
Sat Feb 02, 2019 9:30 am
Forum: ESP8266 boards
Topic: Problem with uasyncio running picoweb - TypeError: function takes 2 positional arguments but 3 were given
Replies: 17
Views: 13396

Re: Problem with uasyncio running picoweb - TypeError: function takes 2 positional arguments but 3 were given

Thanks @pythoncoder. Unfortunately, I compiled in the micropython-uasyncio 2.2.1 (micropython -m upip install -p modules micropython-uasyncio) but still get the same error: * Running on http://192.168.0.87:8081/ INFO:picoweb:211.000 <HTTPRequest object at 3fff29b0> <StreamWriter <socket state=3 time...
by eltomek
Sat Feb 02, 2019 8:40 am
Forum: ESP8266 boards
Topic: Problem with uasyncio running picoweb - TypeError: function takes 2 positional arguments but 3 were given
Replies: 17
Views: 13396

Problem with uasyncio running picoweb - TypeError: function takes 2 positional arguments but 3 were given

Hi, I am trying to launch a picoweb on micropython 1.10 with stocked uasyncio on my esp8266 board. I upload picoweb by ading them to the compiled package: micropython -m upip install -p modules picoweb an then compiling and uploading the firmware to the board. Everything works good until I try to la...