Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seg fault: NameError: name 'freq_field_id' is not defined #39

Open
andimik opened this issue Jul 23, 2024 · 1 comment
Open

Seg fault: NameError: name 'freq_field_id' is not defined #39

andimik opened this issue Jul 23, 2024 · 1 comment

Comments

@andimik
Copy link

andimik commented Jul 23, 2024

$ neumodvb 
loading options from /etc/neumodvb/neumodvb.cfg
loading options from /home/andreas/.config/neumodvb/neumodvb.cfg
Traceback (most recent call last):
  File "/usr/local/lib/python3.12/dist-packages/neumodvb/neumolist.py", line 1321, in ShowFilter
    self.OnRefresh(evt=None)
  File "/usr/local/lib/python3.12/dist-packages/neumodvb/neumolist.py", line 1424, in OnRefresh
    self.table.__get_data__()
  File "/usr/local/lib/python3.12/dist-packages/neumodvb/neumolist.py", line 935, in __get_data__
    self.screen_getter(txn, subfield)
  File "/usr/local/lib/python3.12/dist-packages/neumodvb/satlist.py", line 70, in <lambda>
    screen_getter = lambda txn, subfield: self.screen_getter_xxx(txn, subfield)
                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/dist-packages/neumodvb/satlist.py", line 110, in screen_getter_xxx
    match_data, matchers = self.filter_band_(self.parent.sat_band)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/dist-packages/neumodvb/satlist.py", line 97, in filter_band_
    if m.field_id == freq_field_id:
                     ^^^^^^^^^^^^^
NameError: name 'freq_field_id' is not defined
python3: /home/andreas/apps/neumodvb/src/receiver/subscriber.cc:102: int subscriber_t::scan_bands(const ss::vector_<chdb::sat_t> &, const std::optional<devdb::tune_options_t> &, const devdb::band_scan_options_t &): Assertion `ret == get_subscription_id() || (int) ret == -1' failed.
Abgebrochen (Speicherabzug geschrieben)

@deeptho
Copy link
Owner

deeptho commented Jul 24, 2024

Try the latest version...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants