electronicsguy / ESP8266

ESP8266 Projects
242 stars 183 forks source link

Hang up after POST to Google spreadsheet #84

Open Nlabs-7652 opened 5 years ago

Nlabs-7652 commented 5 years ago

Hi,

Sometimes ESP8266 hang up after POST to Google spreadsheet with "Exception (29)"

It seems this line;

https://github.com/electronicsguy/ESP8266/blob/ce4de4f1d26f718ce7e131f61dfbcf12ee3096e5/HTTPSRedirect/HTTPSRedirect.cpp#L59

took quite a long time that cause the Exception, although sending data to Google were successes.

Since I don't know how to implement time out method around this, putting "return true;" before L59 works fine so far.

AndrewsBrewing commented 5 years ago

Thank you Nlabs-7652. This seems to have fixed a nagging issue I have had with the library.

samura commented 4 years ago

me too.

ahmdgamaljimy95 commented 1 year ago

@samura @AndrewsBrewing @Nlabs-7652 did any one solve this issue ? my nodemcu is hanging after one day (httpsredirect with google sheet)