Bug #4239
closedSettings Page Blank for FT-857 - Error in Download from Radio
0%
Description
When attempting a download from a FT-857 using the generic - not US profile, the channel information is downloaded from the radio, but the settings are not. I have attached the img file received from the radio. Running the daily-20161117 build on Fedora 19.
Thanks for all of your hard work.
When the Download occurs, the following is shown in the Gnome terminal:
ERROR: Exception running RadioJob: Value 768 not in range -300-300
ERROR: -- Exception: --
ERROR: Traceback (most recent call last):
File "/home/edt/Downloads/chirp-daily-20161117/chirp/ui/common.py", line 116, in execute
result = func(*self.args, **self.kwargs)
File "/home/edt/Downloads/chirp-daily-20161117/chirp/drivers/ft857.py", line 729, in get_settings
_settings.dig_shift))
File "/home/edt/Downloads/chirp-daily-20161117/chirp/settings.py", line 83, in __init_
self.set_value(current)
File "/home/edt/Downloads/chirp-daily-20161117/chirp/settings.py", line 92, in set_value
(value, self._min, self._max))
InvalidValueError: Value 768 not in range -300-300
ERROR: ----------------
ERROR: Job Args: ()
ERROR: Job KWArgs: {}
ERROR: Job Called from:
File "./chirpw", line 146, in
gtk.main()
File "/home/edt/Downloads/chirp-daily-20161117/chirp/ui/mainapp.py", line 483, in cb_clonein
self.do_open_live(radio, tempname="(" + ("Untitled") + ")")
File "/home/edt/Downloads/chirp-daily-20161117/chirp/ui/mainapp.py", line 408, in do_open_live
eset = editorset.EditorSet(radio, self, tempname=tempname)
File "/home/edt/Downloads/chirp-daily-20161117/chirp/ui/editorset.py", line 148, in __init_
editor = settingsedit.SettingsEditor(rthread)
File "/home/edt/Downloads/chirp-daily-20161117/chirp/ui/settingsedit.py", line 71, in init
job = common.RadioJob(self._get_settings_cb, "get_settings")
Traceback (most recent call last):
File "/home/edt/Downloads/chirp-daily-20161117/chirp/ui/settingsedit.py", line 216, in _build_ui
raise Exception("Invalid Radio Settings")
Exception: Invalid Radio Settings
Files