-
Cosmos 4.5.0 We seem to see Command Sender crash upon selecting 'System' target in drop-down list. We first noticed in our custom project, but also see it in the Demo project. What does the error 'Cannot write DERIVED item without a write conversion' indicate? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
I can reproduce. Basically this means the SYSTEM target (which we control) has a DERIVED item called PACKET_TIMESECONDS and PACKET_TIMEFORMATTED which do not have write conversions attached. This is a COSMOS bug which I'll open a PR for. Thanks! |
Beta Was this translation helpful? Give feedback.
-
It happens when selecting the 'SYSTEM' in the Command Sender 'Target :' drop-down list. it is before sending any command.
… On March 30, 2022 at 3:39 PM Ryan Melton ***@***.***> wrote:
What command are you trying to send?
—
Reply to this email directly, view it on GitHub #1424 (reply in thread) , or unsubscribe https://github.com/notifications/unsubscribe-auth/AEBJEHGX5YX4L3UDTLSKMXDVCSUYXANCNFSM5LWNPNHA .
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
I can reproduce. Basically this means the SYSTEM target (which we control) has a DERIVED item called PACKET_TIMESECONDS and PACKET_TIMEFORMATTED which do not have write conversions attached. This is a COSMOS bug which I'll open a PR for. Thanks!