Actions
Bug #10770
closedFT818 fails if scan mode set to PMS
Start date:
08/02/2023
Due date:
% Done:
100%
Estimated time:
Chirp Version:
next
Model affected:
FT-817
Platform:
MacOS
I read the instructions above:
Description
I'm reporting this for someone who submitted a patch. Looks like the 817 supports PMS scan mode (according to the manual, so I assume it's okay to do this for the whole hierarchy.
Updated by Anonymous 4 months ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset github|79fefeb7c0eb0bde26a802b60538b0b6d6f302ce.
Updated by Dan Smith 4 months ago
From the reporter:
ERROR: Failed to run get_settings(, ) Traceback (most recent call last): File "/home/wouter/devel/chirp/chirp/wxui/common.py", line 276, in do_radio job.result = getattr(self._radio, fn)(*a, **k) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/wouter/devel/chirp/chirp/drivers/ft817.py", line 1033, in get_settings options[_settings.scn_mode])) ~~~~~~~^^^^^^^^^^^^^^^^^^^^ IndexError: list index out of range ERROR: Context raised unexpected_exception Traceback (most recent call last): File "/home/wouter/devel/chirp/chirp/wxui/settingsedit.py", line 49, in _initialize raise job.result File "/home/wouter/devel/chirp/chirp/wxui/common.py", line 276, in do_radio job.result = getattr(self._radio, fn)(*a, **k) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/wouter/devel/chirp/chirp/drivers/ft817.py", line 1033, in get_settings options[_settings.scn_mode])) ~~~~~~~^^^^^^^^^^^^^^^^^^^^ IndexError: list index out of range
Actions