Bullwinkle code bug

Just migrated to the Bullwinkle libraries 2.2.1 (from 1.0.0) and I’m getting these errors :
2016-06-17 14:11:18 UTC+2 [Device] ERROR: the index ‘tointger’ does not exist
2016-06-17 14:11:18 UTC+2 [Device] ERROR: in constructor …imp#bullwinkle.class.nut#2.2.1:44
2016-06-17 14:11:18 UTC+2 [Device] ERROR: from main device_code:1606
2016-06-17 14:11:18 UTC+2 [Status] Agent restarted: started by agent.send.
2016-06-17 14:11:18 UTC+2 [Agent] ***********************************************************
2016-06-17 14:11:18 UTC+2 [Agent] Application :RockyBackedDataElement_Agent
2016-06-17 14:11:18 UTC+2 [Agent] Version : 0.0.1-alpha
2016-06-17 14:11:18 UTC+2 [Agent] Build : 5 (17/06/2016 14:06:38)
2016-06-17 14:11:18 UTC+2 [Agent] Imp : fd226bb - jenkins-ei-release-5817 - Tue May 3 17:23:56 2016 - Electric Imp
2016-06-17 14:11:18 UTC+2 [Agent] Id/Url: https://agent.electricimp.com/3blr--uIqm19
2016-06-17 14:11:18 UTC+2 [Agent] ***********************************************************
2016-06-17 14:11:18 UTC+2 [Agent]
2016-06-17 14:11:18 UTC+2 [Agent] ERROR: the index ‘tointger’ does not exist
2016-06-17 14:11:18 UTC+2 [Agent] ERROR: in constructor …imp#bullwinkle.class.nut#2.2.1:44
2016-06-17 14:11:18 UTC+2 [Agent] ERROR: from main agent_code:1406

Seems like you have a typo “tointger” in the constructor of Bullwinkle…

PS. these are the declarations. I guess it has to do with using the non-defaults…

`bullOptions <- { "messageTimeout": 15,    
			   "retryTimeout": 30,
			    "maxRetries": 3     };

// Initialize using custom settings
gDeviceBull <- Bullwinkle(bullOptions);`

Seems like 2.3.0 is out (but the website isn’t updated). Try pulling in 2.3.0?

fixed. Thx.
Glad I’m not the only one that sometimes gets cought by taking a shortcut on full regression testing :slight_smile: