Bug #9748
closedExport does not work on Retevis RB 27
100%
Description
The RB 27 driver works well except that I cannot export the data.
When I do File -> Export, pick a file and hit Save on the dialog, I get a pop up with the following message:
There was an error during export: Field power is not mutable on this memory
I am seeing this behavior on the current daily build, which is 20220210.
====
Since I am a programmer I did a little digging around in the code. It looks like the problem
is related to setting mem.immutable on or about line 560 of bf-t8.py. At least commenting out
the block of code that sets mem.immutable for that various memory locations fixes export.
Files
Updated by Jim Unroe almost 3 years ago
- Status changed from New to Feedback
- Assignee set to Jim Unroe
Hi Russ,
I am looking into this issue. Thanks for reporting it. I rarely have any use for CSV files so this test got missed.
It appears that there are other drivers that have the same issue when exporting to a CSV file. Once I come up with a suitable solution for this issue, I will apply the "fix" to them as well.
Jim KC9HI
Updated by Jim Unroe almost 3 years ago
- Status changed from Feedback to In Progress
- Target version set to chirp-legacy
After consulting with Dan, I am now working on a patch.
Jim KC9HI
Updated by Jim Unroe almost 3 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
A patch has been submitted. The fix will be in the next CHIRP daily build following approval.
Jim KC9HI
Updated by Jim Unroe almost 3 years ago
- Status changed from Resolved to Closed
The fix is in today's CHIRP daily build.
Jim KC9HI