https://github.com/O...728b6438cdb1193
This commit is not working right. It falls over printing a python dict.
Here is my .py debug code:
print "NIT raw section", section
Here is what "section" contains:
NIT raw section {'content': [{'orbital_position': 642, 'symbol_rate': 220000, 'roll_off': 0, 'polarization': 1, 'original_network_id': 2, 'fec_inner': 4, 'frequency': 1150850, 'modulation_type': 1, 'modulation_system': 0, 'descriptor_tag': 67, 'transport_stream_id': 2092, 'west_east_flag': 1}, {'orbital_position': 642, 'symbol_rate': 220000, 'roll_off': 0, 'polarization': 0, ...
With this commit this is what is printed to debug:
NIT raw section {'content': [{'orbital_position': 642, 'symbol_rate': 220000, 'roll_off': 0, 'polarization': 1, 'original_network_id': 2, 'fec_inner': 4, 'frequency': 1150850, 'modulation_type': 1, 'modulation_sy˜, "¶Ú ¸±¨¬£¶ ¸±¨¬£¶ ¸±X•¶
After that enigma2 freezes and puts up an endless spinner.
Edited by Huevos, 24 February 2016 - 01:53.