You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really appreciate your work, this script looks amazing and I was very excited to try it. Unfortunately, I am not able to run the script. I have configured all, and tried with different nodemcu firmware, and each of them showed me a different error message like below
New firmware, buit from official firmware builder few days ago
lua: client.lua:46: unexpected symbol near '<eof>' stack traceback: [C]: in function 'dofile' init.lua:72: in main chunk [C]: ?
аgain ip: 192.168.0.10 initialized length: 0 PANIC: unprotected error in call to Lua API (client.lua:101: attempt to concatenate global 'v' (a nil value))
and when I commented that part
ip: 192.168.0.10
initialized
length: 0
PANIC: unprotected error in call to Lua API (client.lua:104: bad argument #1 to 'remove' (string expected, got nil))
then with old firmware
lua: not enough memory
Please tell me what firmware to use and what should be included. Is there something special to be configured. I am successfully rinning it at first and config page appears. This happens after I submit config and restart node. I have fleshed it number of times.
Hi,
I really appreciate your work, this script looks amazing and I was very excited to try it. Unfortunately, I am not able to run the script. I have configured all, and tried with different nodemcu firmware, and each of them showed me a different error message like below
New firmware, buit from official firmware builder few days ago
lua: client.lua:46: unexpected symbol near '<eof>' stack traceback: [C]: in function 'dofile' init.lua:72: in main chunk [C]: ?
аgain
ip: 192.168.0.10 initialized length: 0 PANIC: unprotected error in call to Lua API (client.lua:101: attempt to concatenate global 'v' (a nil value))
and when I commented that part
then with old firmware
lua: not enough memory
Please tell me what firmware to use and what should be included. Is there something special to be configured. I am successfully rinning it at first and config page appears. This happens after I submit config and restart node. I have fleshed it number of times.
I even find out that this wifi.sta.config(s.ssid, s.pwd) is changed in new firmware and should be different https://nodemcu.readthedocs.io/en/latest/en/modules/wifi/#wifistaconfig
Server is runing, but nodemcu is restarting all the time.
The text was updated successfully, but these errors were encountered: