Actions
Bug #4623
openRandomly failed import CSV into Kenwood TM-V7
Start date:
03/14/2017
Due date:
% Done:
0%
Estimated time:
Chirp Version:
daily
Model affected:
Kenwood TM-V7
Platform:
Linux
I read the instructions above:
Description
Hello, I have a CSV with 50+ entries. After "File-Import-(.csv file)", it loads into Chirp without error. Then I select All, then OK.
The procedure start and ends without GUI errors, however, after it the radio only have certain records of the .csv file, others are empty as they were before. Also, pre-existing memories are not overwritten.
I isolated the CLI log of a failed import, here it is:
@ERROR: Exception running RadioJob: Radio refused 5 ERROR: -- Exception: -- ERROR: Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/chirp/ui/common.py", line 116, in _execute result = func(*self.args, **self.kwargs) File "/usr/local/lib/python2.7/dist-packages/chirp/drivers/kenwood_live.py", line 350, in set_memory return KenwoodLiveRadio.set_memory(self, memory) File "/usr/local/lib/python2.7/dist-packages/chirp/drivers/kenwood_live.py", line 262, in set_memory raise errors.InvalidDataError("Radio refused %i" % memory.number) InvalidDataError: Radio refused 5 ERROR: ---------------- ERROR: Job Args: (Memory[5],) ERROR: Job KWArgs: {} ERROR: Job Called from: File "/usr/local/bin/chirpw", line 143, ingtk.main() File "/usr/local/lib/python2.7/dist-packages/chirp/ui/mainapp.py", line 1588, in mh self.do_import() File "/usr/local/lib/python2.7/dist-packages/chirp/ui/mainapp.py", line 805, in do_import count = eset.do_import(filen) File "/usr/local/lib/python2.7/dist-packages/chirp/ui/editorset.py", line 336, in do_import self.rthread) File "/usr/local/lib/python2.7/dist-packages/chirp/ui/editorset.py", line 259, in _do_import_locked count = dialog.do_import(dst_rthread) File "/usr/local/lib/python2.7/dist-packages/chirp/ui/importdialog.py", line 273, in do_import job = common.RadioJob(None, "set_memory", mem)@
if needed I can perform more test on the radio.
Thanks, Paolo.
Updated by Bernhard Hailer about 4 years ago
- Description updated (diff)
- Target version set to chirp-legacy
- Chirp Version changed from 0.3.1 to daily
Made request a bit more readable by formatting error log.
Still to be reviewed by developer.
Actions