You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Modbus Mapper is running normally. After the device is delivered, the container of the mapper fails.
View the mapper log. The command output is "panic: runtime error: invalid memory address or nil pointer dereference".
Locate the problem. It was found that the payload in the Run() function, located in the mappers/modbus-dmi/device/twindata.go file, did not add the "Expected" data section. This results in an error when accessing msg.Twin.Expected when executing the parse.ConvMsgTwinToGrpc(msg.Twin) function.
Is this a bug in the process of design and implementation? If so, please leave bugfix matters to me.
The text was updated successfully, but these errors were encountered:
The Modbus Mapper is running normally. After the device is delivered, the container of the mapper fails.
View the mapper log. The command output is "panic: runtime error: invalid memory address or nil pointer dereference".
Locate the problem. It was found that the payload in the Run() function, located in the mappers/modbus-dmi/device/twindata.go file, did not add the "Expected" data section. This results in an error when accessing msg.Twin.Expected when executing the parse.ConvMsgTwinToGrpc(msg.Twin) function.
Is this a bug in the process of design and implementation? If so, please leave bugfix matters to me.
The text was updated successfully, but these errors were encountered: