MessageManager Reply

2017-05-23 11:49:15 -04:00 [Agent] ERROR: the index ‘_partner’ does not exist
2017-05-23 11:49:15 -04:00 [Agent] ERROR: in unknown …messagemanager.class.nut#1.0.2:751
2017-05-23 11:49:15 -04:00 [Agent] ERROR: from _readingsHandler agent_code:104
2017-05-23 11:49:15 -04:00 [Agent] ERROR: from _onDataReceived …messagemanager.class.nut#1.0.2:749

call stack:
1 _mm.on(“update”, _readingsHandler.bindenv(this));
2 function _readingsHandler(message, reply)

I am using the smart fridge app as the reference. I am using MessageManager instead of BullWinkle library.

Please help out.

Thanks

Yes this is a known issue (https://github.com/electricimp/MessageManager/issues/10). There is a fix, but it hasn’t been published yet.

If you would like to use Message Manager please copy and paste the code found on the develop branch instead of using the require statement. Here is a direct link to the code update:
https://raw.githubusercontent.com/electricimp/MessageManager/develop/MessageManager.lib.nut

When this code update has been fully tested it will be released as a new version and the require statement can be used again.

Thanks!

Message Manager version 2.0.0 was just released. See the link below for info on how to include the latest version in your code.

1 Like