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.

Unknown mode always end with a warning `(!)`

See original GitHub issue

According to README gif alive_bar in unknown mode must end without warning character (!) πŸ€”

Example :

with alive_bar(total=0, title='Searching', stats=False, disable=opts.quiet, monitor="Page {count}") as progress_bar:
    while ... is False:
        progress_bar()
    progress_bar.title = 'Search has finished'


Output (Python 3.10)

Search has finished |β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| (!) Page 1 in 4.0s 

Expected output:

Search has finished |β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| Page 1 in 4.0s 

Issue Analytics

  • State:open
  • Created 9 months ago
  • Reactions:1
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
rsalmeicommented, Dec 18, 2022

Hi, it is really a small bug, should be fixed in the next version πŸ‘

0reactions
rsalmeicommented, Dec 16, 2022

Humm, I’ll take a look as soon as I can, thank you all for reporting it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Persistent "Unknown or uninitialised column" warnings
The warning seems related to initializing a new column in a tibble. I have tried to inialize both with mutate() and with a...
Read more >
Errors and Warnings β€” Verilator 5.005 documentation
Warns that a signal is not assigned in all control paths of a combinational always block, resulting in the inference of a latch....
Read more >
Warning Options (Using the GNU Compiler Collection (GCC))
The warning is emitted only with --coverage enabled. By default, this warning is enabled and is treated as an error. -Wno-coverage-invalid-line-number can beΒ ......
Read more >
crosh/crosh - chromiumos/platform2 - Git at Google
Trigger an auto-update against a **test** update server. WARNING: This may update to an untested version of ChromeOS which was never. intended for...
Read more >
Unclosed client session warning of unknown origin
It comes from a __del__ function in ClientSession (github). It means that the client got an WSMsgType.CLOSE message from the server.
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