picoweb icon indicating copy to clipboard operation
picoweb copied to clipboard

Really minimal web application framework for the Pycopy project (minimalist Python dialect) and its "uasyncio" async framework

Results 22 picoweb issues
Sort by recently updated
recently updated
newest added

Following the example for a temple, I get an error: ``` INFO:picoweb:670016527.176 "GET /template" ERROR:picoweb:670016527.176 OSError(2,) Traceback (most recent call last): File "picoweb/__init__.py", line 206, in _handle File "", line...

Hi, I've created a little web app. When you load the page for the first time there are 8 file loaded: index.html 2x css files 2x js files 3x images...

Is there a way to log the client ip and/or port on the request?

ERROR:picoweb:30.000 TypeError("'NoneType' object isn't iterable",) Traceback (most recent call last): File "/lib/picoweb/__init__.py", line 206, in _handle TypeError: 'NoneType' object isn't iterable {'ir': 'S'} here is my code `import picoweb def...

I am trying to run the `example_webapp.py` example from this repo, on the unix port of micropython: ``` $ micropython MicroPython v1.18 on 2022-04-07; linux version Use Ctrl-D to exit,...

Hey thanks for this superbe little framework. Im trying to add a favicon to my webapp, but I keep getting this error: ```AttributeError("'module' object has no attribute '__path__'",)``` My favicon...

Is there an easy way to restart the server for development such as inotifywait or SIGHUP?

Hi, I'm using the git version of picoweb running on an ESP32. Everything works smoothly. I do have a second ESP32 which posts data every 6 minutes to the "server"....

Hi, 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...

invalid