electronicsguy / ESP8266

ESP8266 Projects
242 stars 183 forks source link

document has moved temporarily #79

Closed chuckmerja closed 5 years ago

chuckmerja commented 5 years ago

My main issue is that I get 4 or 5 posts, even though the document has moved. But then I get no more posts to the sheet until I reset the ESP. The certicicate always mismatches, but it will log some data anyway. I have an "update sheet" script that I can run from laptop and it updates just fine. Here is some output from serial port... thanks in advance...

Connecting to wifi: Merja2015 .... IP address: 192.168.1.23 Connecting to script.google.com Connection Status: 1 Certificate mis-match tag =__SRMS0Temp = 0 HUM= 0 WaterPress= 1807 WaterHtFt= 1.00 262

Moved Temporarily

Moved Temporarily

The document has moved
chuckmerja commented 5 years ago

Apparently, i need to find HTTPRedirect for ESP32. If i go back to the 8266 my code works fine with this library. What is the difference between ESP32 and ESP8266 with respect to redirect??

electronicsguy commented 5 years ago

@chuckmerja the SSL library wasn't stable last time I checked on esp32. Hence it used to give such random errors. I'll have to check what the state is now with the latest version of the library