Actions
Bug #11157
closedpx888k Fails to load with "too many values to unpack" error
Start date:
02/11/2024
Due date:
% Done:
100%
Estimated time:
Chirp Version:
next
Model affected:
Puxing PX-888K
Platform:
MacOS
I read the instructions above:
Yes
Description
This driver fails to load in recent chirp with the following error:
Traceback (most recent call last):
File "/Users/dan/Documents/chirp.git/chirp/wxui/common.py", line 635, in run_safe
return fn(*args, **kwargs)
File "/Users/dan/Documents/chirp.git/chirp/wxui/main.py", line 560, in open_file
editorset = ChirpEditorSet(radio, filename, self._editors)
File "/Users/dan/Documents/chirp.git/chirp/wxui/main.py", line 204, in __init__
edit.refresh()
File "/Users/dan/Documents/chirp.git/chirp/wxui/memedit.py", line 1160, in refresh
self.refresh_memory(i, lazy=True)
File "/Users/dan/Documents/chirp.git/chirp/wxui/memedit.py", line 1066, in refresh_memory
executor(get_cb, 'get_memory', number)
File "/Users/dan/Documents/chirp.git/chirp/wxui/common.py", line 290, in do_radio
cb(job)
File "/Users/dan/Documents/chirp.git/chirp/wxui/memedit.py", line 1062, in get_cb
executor(extra_cb, 'get_memory_extra', job.result)
File "/Users/dan/Documents/chirp.git/chirp/wxui/common.py", line 290, in do_radio
cb(job)
File "/Users/dan/Documents/chirp.git/chirp/wxui/memedit.py", line 1045, in extra_cb
self._refresh_memory(number, job.result, orig_mem=orig_mem)
File "/Users/dan/Documents/chirp.git/chirp/wxui/memedit.py", line 1001, in _refresh_memory
self._grid.SetCellValue(row, col, col_def.render_value(memory))
File "/Users/dan/Documents/chirp.git/chirp/wxui/memedit.py", line 147, in render_value
return self._render_value(memory, self.value(memory))
File "/Users/dan/Documents/chirp.git/chirp/wxui/memedit.py", line 133, in value
parent, child = self._name.split('.')
ValueError: too many values to unpack (expected 2)
Updated by Dan Smith 9 months ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset github|2c7b5b590da6da51ccac11e1f5f62f7252a5ccd3.
Actions