-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
broke what previously worked #2903
Comments
It's hard to fathom how that could be true, but in any case, 20190405 was a while ago; could you try with a newer release? |
Actually that is the latest release as the current one is not yet announced properly. |
I just checked on my device and it works (as expected) |
and how many modules did you include, perhaps this is due to incompatibility? |
still this error NodeMCU 0.9.5 build 20150318 powered by Lua 5.1.4 |
need fix |
@Evonic4: No matter how many times you say "need fix", any fix will not arrive faster. If you are so desperate for a fix, I can be hired at reasonable professional contracting rates; you're welcome to contact me out of band to arrange such. You have not provided anyting useful in terms of feedback. Please, for example, articulate which 16 modules you selected in the node builder.
|
here is the feedback to you
No need to relate to the project through the sleeves just because it is free. The project is used and needed by people! |
You are welcome to build your own images and debug what's gone wrong; git bisect may be your friend here. I will not respond further. |
From the startup message you supplied it is clearly visible, that the image you are using is ancient (from 2015). This is most likely the default image which your device was shipped with. You cannot build it with the online service. So you need to get that image flashed on your device first. Current versions show a startup message similar to this:
And by the way, I would appreciate you staying polite in your comments. nwf has committed quite some time to this project. Pro bono that is! |
I very much apologize if I was a little polite, this happened spontaneously and in a fit it is not clear where the critical substance came from in my display of literature) I need to make a video about how to make a set of modules at https://nodemcu-build.com |
tried to assemble again 16 modules: cron crypto file gpio http i2c net node pcm pwm rtctime spi tmr uart websocket wifi. all the same code conclusion earlier in the assembly: everything worked |
There is no bug here; reporter is likely not flashing module correctly. Full transcript of verification is as follows:
press reset, and then...
I will not be holding my breath for either an apology or that "better" version. |
dibils... |
Dude. Rather than calling me/us names, you might want to look at the last picture in https://github.com/nodemcu/nodemcu-flasher/blob/master/README.md and compare it to the second picture in your series. You'll note, among other things, that the checkbox to the left of your firmware image is not checked and there's no offset specified... I am fairly certain you're not flashing firmware at all. Rather than posting pictures of the flashing tool, you'd be much better served by carefully reading and posting your device's startup banner and demonstrate that it's not still |
8<------------------------ BUG REPORT -----------------------------------------
Expected behavior
Actual behavior
init.lua:1: attempt to call field 'create' (a nil value)
Test code
https://nodemcu.readthedocs.io/en/master/modules/tmr/#tobjstart
NodeMCU version
2.2.1-master_20190405
Hardware
ESP8266 device v3
8<------------------------ END BUG REPORT -------------------------------------
The text was updated successfully, but these errors were encountered: