Open irinelul opened 2 months ago
Hi @irinelul,
As mentioned in the documentation, most ui.run
parameters, like port
, need to full restart to become effective.
Nevertheless, the leftover processes are unexpected. Is this also the case without changing the port? Can anyone reproduce this problem?
Can confirm there are no leftover processes after Ctrl+C.
As @falkoschindler mentioned file watcher doesn't register changes in ui.run
parameters. However, after restarting, it's running on 1234, and 8000 no longer exists.
Is it more of a OS issue?
OS | NiceGUI | Python |
---|---|---|
macOS 13.2 | 1.4.30 | 3.10 |
Can this be reproduced with a FastPAI / uvicorn scenario?
Description
While trying out the different content on the niceGUI page, I noticed that the pages broke down, not being able to further modify the content from them. I can't run it on 8080 so I ran it on another port.
I used this template.
For some reason, the process is alive in chrome and listens to both ports.
OS: W11 Python 3.12 Browser chrome