Web IDE stopped pulling online modules? #4430
Replies: 1 comment
-
Posted at 2015-02-19 by DrAzzy Modules are only loaded when you send from right side of the web ide (since otherwise you're interacting directly with the espruino). Is that it? Posted at 2015-02-19 by @gfwilliams I'm not sure what to suggest - is it possible that you've somehow modified the settings? Under
You could try installing the Web IDE manually from https://github.com/espruino/EspruinoWebIDE. When you do that, you can the use the Chrome Debugging tools to get a log window where you might be able to see what's going on. Posted at 2015-02-19 by csandor Thank you for your reply, yep, I was dumb on this, the module loaded well (I guess) when sent from the right side - just thought the error was the same, but now another thing came up, and that occured first. I have the PN532, and when I connect it and want to run this code:
this happening:
Before the firmware update it had worked, didn't even touched it for a long time after it worked. Posted at 2015-02-19 by @gfwilliams Ahh - thanks. Sorry, this was because the new firmware sends back the (more efficient) Typed Arrays from I2C, and I hadn't tested it with the NFC module. I'll fix this now and will get back to you in an hour or so (I need to do a new firmware release anyway). Posted at 2015-02-19 by csandor Thank you :) Great support you provide I have to say. Posted at 2015-02-19 by @gfwilliams Ok, fixed. You can get one of the 'cutting edge' builds from here: http://www.espruino.com/binaries/git/commits/15258560d35c23a6ed1ae8ba4b3089bf26aa58ba/ See http://www.espruino.com/Download for how to use them... You probably guessed but the NFC module was using |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2015-02-18 by csandor
Somehow Web IDE just stopped pulling modules from the online source, so I couldn't use any of the not integrated ones. On any module I try to require, it says "ERROR: Unable to mount SD card : NOT_READY \n WARNING: Module "xyz" not found" (I tried with module "PN532" and "KeyPad") and I don't know what to do. Even the Firmware update notification stuff working, so it couldn't be a network issue, the module link is correct in settings, and everything seems well, but still it doesn't work.
Can anyone help me, please?
Csandor
Beta Was this translation helpful? Give feedback.
All reactions