Project

General

Profile

Actions

Bug #11157

closed

px888k Fails to load with "too many values to unpack" error

Added by Dan Smith 3 months ago. Updated 3 months ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
Start date:
02/11/2024
Due date:
% Done:

100%

Estimated time:
Chirp Version:
next
Model affected:
Puxing PX-888K
Platform:
MacOS
Debug Log:
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)
Actions #1

Updated by Dan Smith 3 months ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF