jczic / MicroWebSrv2

The last Micro Web Server for IoTs (MicroPython) or large servers (CPython), that supports WebSockets, routes, template engine and with really optimized architecture (mem allocations, async I/Os). Ready for ESP32, STM32 on Pyboard, Pycom's chipsets (WiPy, LoPy, ...). Robust, efficient and documented!
https://github.com/jczic/MicroWebSrv2
MIT License
662 stars 97 forks source link

error while starting server #94

Open pem120 opened 1 year ago

pem120 commented 1 year ago

the error is Traceback (most recent call last): File "", line 27, in File "/lib/MicroWebSrv2/microWebSrv2.py", line 206, in StartManaged MicroWebSrv2Exception: Server is already running.