You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enter your interface(detected: ['eno1']) : eno1
Traceback (most recent call last):
File "/home/viktor/Documents/NetSour-School/NetSour/main.py", line 261, in
main()
File "/home/viktor/Documents/NetSour-School/NetSour/main.py", line 259, in main
curses.wrapper(display_packets, packet_queue, nmap_queue)
File "/usr/lib/python3.12/curses/init.py", line 94, in wrapper
return func(stdscr, *args, **kwds)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/viktor/Documents/NetSour-School/NetSour/main.py", line 239, in display_packets
stdscr.addstr(height - 1, 0, footer_text[:width], curses.A_BOLD)
_curses.error: addwstr() returned ERR
Basically when the terminal size isnt perfect it crashes
The text was updated successfully, but these errors were encountered: