Chat freely about anything...

User avatar
By tytower
#20036 Sending some data to Ubidots . I am getting the error below
Anybody know what it points to?
My thought was an array out of bounds but never seen anything like this before

Code: Select allconnected ubidots
POST /api/v1.6/variables/557726d576254268685b6af6/values HTTP/1.1
Content-Type: application/json
Content-Length: 14
X-Auth-Token: Te0UTnZAsDajfAVSaTT4WHqLnKXH1vQG6fDrmBriWiUx3FBA9LxOzEMD5ij0
Host: things.ubidots.com

{"value": 912}
Ubidots data
912
Stuff in fieldData

M!@lN!@�N!@�O!@0M!@�O!@�M!@�M!@�O!@`O!@dM!@�M!@$O!@@O!@


The editor will not print what I get on the screen but it includes
Code: Select allheap collided with sketch stack  0123456789abcdef
empty otp  app_main.c   Fatal exception (%d):    epc1=0x%08x, epc2=0x%08x, epc3=0x%08x, excvaddr=0x%08x, depc=0x%08x
services._dns-sd._udp.local.........................and lots more
User avatar
By cal
#20079 Each nested method call costs a little bit big arrays as local variables may kill you.
Check your method call chain and your local variables used.
If they exceed a few kbytes thats too much. (Don't have exact number here but may be less than 8kb or 6kb)

Cal