RyLe
Member
- Joined
- Sep 14, 2011
- Messages
- 30
- Reaction score
- 5
- Points
- 8
- Age
- 44
- Location
- France
- My Satellite Setup
-
Wavefrontier T90, 8W to 28.2E
TBS 6909-X, TBS 6904SE, TBS 6983
- My Location
- France
Hi
I had no problem building the updated blindscan drivers with a 6.6.2-201.fc39.x86_64 kernel on Fedora 39, nice job
I had to add libuuid-devel.x86_64 to be able to build neumodvb.
After installing this lib, the build went nicely, but I have a problem when I try to launch neumodvb:
I had no problem building the updated blindscan drivers with a 6.6.2-201.fc39.x86_64 kernel on Fedora 39, nice job
I had to add libuuid-devel.x86_64 to be able to build neumodvb.
After installing this lib, the build went nicely, but I have a problem when I try to launch neumodvb:
loading options from /etc/neumodvb/neumodvb.cfg
Traceback (most recent call last):
File "/usr/bin/neumodvb", line 770, in <module>
neumodvb = NeumoGui()
^^^^^^^^^^
File "/usr/bin/neumodvb", line 649, in __init__
self.live_service_screen = LiveServiceScreen(self)
^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib64/python3.12/site-packages/neumodvb/livescreen.py", line 64, in __init__
self.make_screen()
File "/usr/local/lib64/python3.12/site-packages/neumodvb/livescreen.py", line 89, in make_screen
self.set_service_screen(service, sort_order=sort_order)
File "/usr/local/lib64/python3.12/site-packages/neumodvb/livescreen.py", line 213, in set_service_screen
sat = None if h.h.filter_sat.sat_pos == pychdb.sat.sat_pos_none else h.h.filter_sat
^^^^^^^^^^^^^^
AttributeError: 'pychdb.browse_history.browse_history' object has no attribute 'filter_sat'
terminate called without an active exception
Abandon (core dumped)