Actions
Bug #10446
closedPuxing PX-888K fails to open
Start date:
03/14/2023
Due date:
% Done:
100%
Estimated time:
Chirp Version:
next
Model affected:
Puxing PX-888K
Platform:
MacOS
I read the instructions above:
Description
Traceback in the logs:
ERROR: <function ChirpMain.open_file at 0x112f45750> raised unexpected exception
Traceback (most recent call last):
File "/Users/dan/Documents/chirp.git/chirp/wxui/common.py", line 452, in run_safe
return fn(*args, **kwargs)
File "/Users/dan/Documents/chirp.git/chirp/wxui/main.py", line 401, in open_file
editorset = ChirpEditorSet(radio, filename, self._editors)
File "/Users/dan/Documents/chirp.git/chirp/wxui/main.py", line 132, in __init__
edit.refresh()
File "/Users/dan/Documents/chirp.git/chirp/wxui/memedit.py", line 774, in refresh
self.refresh_memory(i, lazy=True)
File "/Users/dan/Documents/chirp.git/chirp/wxui/memedit.py", line 710, in refresh_memory
executor(get_cb, 'get_memory', number)
File "/Users/dan/Documents/chirp.git/chirp/wxui/common.py", line 192, in do_radio
cb(job)
File "/Users/dan/Documents/chirp.git/chirp/wxui/memedit.py", line 706, in get_cb
executor(extra_cb, 'get_memory_extra', job.result)
File "/Users/dan/Documents/chirp.git/chirp/wxui/common.py", line 192, in do_radio
cb(job)
File "/Users/dan/Documents/chirp.git/chirp/wxui/memedit.py", line 689, in extra_cb
self._refresh_memory(number, job.result)
File "/Users/dan/Documents/chirp.git/chirp/wxui/memedit.py", line 623, in _refresh_memory
row = self.mem2row(number)
File "/Users/dan/Documents/chirp.git/chirp/wxui/memedit.py", line 612, in mem2row
return self._special_rows[self._special_numbers[number]]
KeyError: 1
Actions