Bug #11508
closedstring index out of range, when attempting to view settings
100%
Description
Download from radio successfully. Click ‘settings’ tab, error appears ‘string index out of range’.
I can’t then see or change the settings.
Additionally, all channels I add in ‘memories’ are not enabled for TX unless I connect to radio with manufacturer’s bluetooth app and set them.
I expected to view and change settings.
See log below:
[2024-08-30 00:05:00,313] chirp.wxui.common - ERROR: Failed to run get_settings(, )
Traceback (most recent call last):
File "chirp/wxui/common.py", line 288, in do_radio
File "chirp/drivers/ga510.py", line 862, in get_settings
IndexError: string index out of range
[2024-08-30 00:05:00,313] chirp.wxui.common - ERROR: Context raised unexpected_exception
Traceback (most recent call last):
File "chirp/wxui/settingsedit.py", line 50, in _initialize
File "chirp/wxui/common.py", line 288, in do_radio
File "chirp/drivers/ga510.py", line 862, in get_settings
IndexError: string index out of range
Traceback (most recent call last):
File "wx/core.py", line 3427, in
File "chirp/wxui/settingsedit.py", line 50, in _initialize
File "chirp/wxui/common.py", line 288, in do_radio
File "chirp/drivers/ga510.py", line 862, in get_settings
IndexError: string index out of range
Files