Bug #10437
closederror when exporting radio image to CSV: Field name is not mutable on this memory
100%
Description
I have an image from a yeas FT60 that I was using as a scratchpad, I wanted to export it to CSV so I could edit it in an external editor...
File->Export to CSV...
choose some filename, click ok
error popup, file is not saved
debug log shows an error
[2023-03-11 09:16:05,723] chirp.chirp_common - DEBUG: Parsed version 'next-20230309' to (0,)
[2023-03-11 09:16:05,723] chirp.chirp_common - DEBUG: Parsed version 'next-20230309' to (0,)
[2023-03-11 09:16:29,143] chirp.wxui.common - ERROR:
Traceback (most recent call last):
File "chirp/wxui/common.py", line 452, in run_safe
File "chirp/wxui/main.py", line 255, in export_to_file
File "chirp/wxui/memedit.py", line 1464, in export_to_file
File "chirp/drivers/generic_csv.py", line 295, in set_memory
File "chirp/chirp_common.py", line 380, in setattr
chirp.chirp_common.ImmutableValueError: Field name is not mutable on this memory
debug log attached, also the image that I was working with
Files
Updated by Dan Smith over 1 year ago
- Status changed from New to In Progress
- Assignee set to Dan Smith
- Target version set to chirp-py3
Updated by Dan Smith over 1 year ago
FYI, If you just select the regular memories up to the first special (L1 at the bottom) or the end of your programmed memories (looks like 150 in your case) it should avoid the problem until tomorrow's build with the fix.
Updated by Dan Smith over 1 year ago
I mean, select those rows and then do export (so it only exports the selected memories).
Updated by Dan Smith over 1 year ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
Applied in changeset github|a6a0ff98a42417dcca1117e4b72c0bd7e02516e7.