Initializing MetaTracker from serialized board status

Hi, we started some MetaTracker sensors in logging mode via an xamarin app with C# sdk.
We have serialized the status of the device to be able to download the data at a later time. Serialization produced 2 strings base64 (BOARD_ATTR and BOARD_STATE).
The data of the devices will be downloaded via javascript SDK.
When I initialize the device from node.js I create the buffer by converting the BOARD_STATE string to byte array but I can not retrieve the route using the mbl_mw_logger_lookup_id function.
When I run the mbl_mw_logger_subscribe function, passing the recovered route, the program stops without exception.
Help me please

Comments

This discussion has been closed.