NiceGUI link in startup message is incorrect with reload=False
See original GitHub issueI’m running NiceGUI with e.g. ui.run(port=8078)
. The message I get on startup is: NiceGUI ready to go on http://127.0.0.1:8000
. The IP address should be 0.0.0.0 and port should be 8078.
netstat -ant
output: tcp 0 0 0.0.0.0:8078 0.0.0.0:* LISTEN
Issue Analytics
- State:
- Created 10 months ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Alexandr Zarubkin (@me21) - GitHub
Python Script to decode ESP8266 Exceptions. ... Gnuk is an implementation of USB cryptographic token for GNU Privacy Guard. Gnuk supports OpenPGP card...
Read more >NiceGUI is an easy to use, Python-based UI framework, which ...
from nicegui import ui ui.label('Hello NiceGUI!') ui.button('BUTTON' ... [x] what to do with page routes which are created after startup?
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
It happens if I set
reload=False
parameter. I’m sorry I didn’t test it properly when opening the issue.This issue is fix since NiceGUI 1.0.