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