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
Traceback (most recent call last): File "/home/dragon/PycharmProjects/usrp_ads_b/gr-adsb/examples/adsb_rx.py", line 271, in <module> main() File "/home/dragon/PycharmProjects/usrp_ads_b/gr-adsb/examples/adsb_rx.py", line 249, in main tb = top_block_cls() File "/home/dragon/PycharmProjects/usrp_ads_b/gr-adsb/examples/adsb_rx.py", line 184, in __init__ self.adsb_decoder_0 = adsb.decoder("Extended Squitter Only", "None", "Brief") File "/usr/local/lib/python3.10/dist-packages/gnuradio/adsb/decoder.py", line 292, in __init__ self.screen = curses.initscr() File "/usr/lib/python3.10/curses/__init__.py", line 29, in initscr setupterm(term=_os.environ.get("TERM", "unknown"), _curses.error: setupterm: could not find terminal Exception ignored in atexit callback: <built-in function endwin> _curses.error: must call initscr() first
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last): File "/home/dragon/PycharmProjects/usrp_ads_b/gr-adsb/examples/adsb_rx.py", line 271, in <module> main() File "/home/dragon/PycharmProjects/usrp_ads_b/gr-adsb/examples/adsb_rx.py", line 249, in main tb = top_block_cls() File "/home/dragon/PycharmProjects/usrp_ads_b/gr-adsb/examples/adsb_rx.py", line 184, in __init__ self.adsb_decoder_0 = adsb.decoder("Extended Squitter Only", "None", "Brief") File "/usr/local/lib/python3.10/dist-packages/gnuradio/adsb/decoder.py", line 292, in __init__ self.screen = curses.initscr() File "/usr/lib/python3.10/curses/__init__.py", line 29, in initscr setupterm(term=_os.environ.get("TERM", "unknown"), _curses.error: setupterm: could not find terminal Exception ignored in atexit callback: <built-in function endwin> _curses.error: must call initscr() first
The text was updated successfully, but these errors were encountered: