I am using iteaduino nano with esp8266 (esp-01) using esp8266 library from ubidots and I got http 400 while submitting to ubidots. beside http error 400 it also display {"detail": "JSON parse error - Expecting property name enclosed in double quotes: line 1 column 74 (char 73)"}
I am able to display the data sent to ubidots, this is the data :
[{"variable": "5763276b7625426909349ce2", "value":"28.10000", "context":{, }}, {"variable": "5763277376254269b8a5c72f", "value":"84.80000", "context":{, }}]
this is the whole response that display in serial console :
Response of ESP8266:
HTTP/1.1 400 BAD REQUEST
Server: nginx
Date: Sun, 19 Jun 2016 16:32:20 GMT
Content-Type: application/json
Transfer-Encoding: chunked
Connection: close
Vary: Accept
Allow: POST, OPTIONS
6e
{"detail": "JSON parse error - Expecting property name enclosed in double quotes: line 1 column 74 (char 73)"}
0