Actions
Bug #10804
openBF-V8A doesn't read settings page
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
08/22/2023
Due date:
% Done:
0%
Estimated time:
Chirp Version:
next
Model affected:
BF-V8A
Platform:
Windows
I read the instructions above:
Description
I get an error that 0 is out of range 1-5 when I open the settings page on a BF-V8A using the BF-V8A profile. If I use the BF-888 profile it works fine and displays the interface for editing basic settings.
Running next-20230810 on Windows 11
debug:
[2023-08-22 11:20:48,535] chirp.wxui.common - ERROR: Failed to run get_settings(, )
Traceback (most recent call last):
File "chirp\wxui\common.py", line 276, in do_radio
File "chirp\drivers\radtel_t18.py", line 952, in get_settings
File "chirp\settings.py", line 96, in __init__
File "chirp\settings.py", line 104, in set_value
chirp.settings.InvalidValueError: Value 0 not in range 1-5
[2023-08-22 11:20:48,546] chirp.wxui.common - ERROR: Context raised unexpected_exception
Traceback (most recent call last):
File "chirp\wxui\settingsedit.py", line 49, in _initialize
File "chirp\wxui\common.py", line 276, in do_radio
File "chirp\drivers\radtel_t18.py", line 952, in get_settings
File "chirp\settings.py", line 96, in __init__
File "chirp\settings.py", line 104, in set_value
chirp.settings.InvalidValueError: Value 0 not in range 1-5
Traceback (most recent call last):
File "wx\core.py", line 3427, in <lambda>
File "chirp\wxui\settingsedit.py", line 49, in _initialize
File "chirp\wxui\common.py", line 276, in do_radio
File "chirp\drivers\radtel_t18.py", line 952, in get_settings
File "chirp\settings.py", line 96, in __init__
File "chirp\settings.py", line 104, in set_value
chirp.settings.InvalidValueError: Value 0 not in range 1-5
[2023-08-22 11:20:51,762] chirp.wxui.developer - DEBUG: Adding sub panel for Baofeng BF-V8A
[2023-08-22 11:20:51,819] chirp.wxui.developer - DEBUG: Adding sub panel for memory
[2023-08-22 11:20:51,847] chirp.wxui.developer - DEBUG: Adding sub panel for settings
[2023-08-22 11:20:51,877] chirp.wxui.developer - DEBUG: Adding sub panel for settings2
[2023-08-22 11:20:53,129] chirp.wxui.developer - DEBUG: Adding sub panel for unused2
Files
Actions