question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

NiceGUI link in startup message is incorrect with reload=False

See original GitHub issue

I’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:closed
  • Created 10 months ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
me21commented, Nov 11, 2022

It happens if I set reload=False parameter. I’m sorry I didn’t test it properly when opening the issue.

0reactions
falkoschindlercommented, Dec 15, 2022

This issue is fix since NiceGUI 1.0.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found