Actions
Bug #10289
closedFT-817/857/897 errors on some special channels due to comment
Start date:
01/18/2023
Due date:
% Done:
100%
Estimated time:
Chirp Version:
next (py3)
Model affected:
FT-817 FT-857 FT-897
Platform:
MacOS
I read the instructions above:
Description
Most of the special channels fail to load on these drivers:
ERROR: Failed to run get_memory_extra('<' not supported between instances of 'str' and 'int', )
Traceback (most recent call last):
File "/Users/dan/Documents/chirp.git/chirp/wxui/common.py", line 185, in do_radio
job.result = getattr(self._radio, fn)(*a, **k)
File "/Users/dan/Documents/chirp.git/chirp/chirp_common.py", line 1378, in get_memory_extra
if not rf.has_comment and isinstance(memory.number, int):
AttributeError: 'TypeError' object has no attribute 'number'
ERROR: Failed to load memory VFOb-HF as error because: 'TypeError' object has no attribute 'number'
Updated by Dan Smith almost 2 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset github|a28a6d894ffbaad092c6bfe0c7a67019c3ce04ce.
Actions