MQTT Module Bug #659
Replies: 4 comments
-
Posted at 2016-12-08 by Wilberforce Are you entering this in the right hand side and uploading? I think you might be doing this on the left hand side of the ide. The module needs to be uploaded first - there's the module not found... |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-12-08 by user70979 I am entering it on the right side. Obviously it finds the module, tries to load it and because of syntax errors it fails to load it. Then in my code it reports that the module cannot be found: Please try it if you can. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-12-08 by @gfwilliams Sounds like you turned on It'd be worth turning off everything marked as |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-12-08 by user70979 Thank you, Gordon. That worked. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2016-12-08 by user70979
Trying to load MQTT on ESP8266/Espruino reports an error. Here is what I put in the IDE:
var mqtt = require("MQTT").create("192.168.1.10");
when I try to upload this script I get:
I opened to see where the error is, and it definitely reports on something inside MQTT.min.js . Please help.
Thanks,
Jordan
Beta Was this translation helpful? Give feedback.
All reactions