tunnelmon
tunnelmon copied to clipboard
The interface doesn't show with tunnelmon -c
Describe the bug WARNING:root:It's a bad idea to log to stdout while in the curses interface.
To Reproduce Steps to reproduce the behavior:
- Execute tunnelmon from the command line with the -c option: tunnelmon -c
Expected behavior To show an interactive interface
Desktop (please complete the following information):
- OS: Ubuntu
- Version 22.04.1 LTS
Can you indicate your Python version? I've got an Ubuntu jammy as well here, and it works just fine with Python 3.10.6.
The python version is 3.10
Can you upload here the content of the tunnelmon.log
file after having done python3 tunnelmon.py -c --log-level debug --log-file tunnelmon.log
?
I can't for security reasons sorry. It gives me this additional response:
Traceback (most recent call last):
File "/usr/bin/tunnelmon", line 794, in
I just committed 2d95669928a3c3aca948690b3cb6c3e016d216cb, so that you may have logs without sensitive information. Just update your repository and rerun the command (sensitive information will not be logged anymore, unless you pass --log-sensitive
).