You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
not sure if this belongs in Picoweb or in uasyncio - but when I try to run the example webserver I get the following crashlog:
Traceback (most recent call last):
File "main.py", line 30, in <module>
File "/lib/picoweb/__init__.py", line 298, in run
File "/lib/uasyncio/core.py", line 155, in run_forever
File "/lib/uasyncio/core.py", line 130, in run_forever
File "/lib/uasyncio/__init__.py", line 60, in remove_writer
TypeError: function takes 2 positional arguments but 3 were given
The webserver code isn't anything special, just wait for WiFi and host an app; both a route and a static folder.
I tried upip.install as well as copy & past the latest Picoweb, uasyncio & uasyncio.core from the Github repos.