We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Sometimes ESP8266 hang up after POST to Google spreadsheet with "Exception (29)"
It seems this line;
ESP8266/HTTPSRedirect/HTTPSRedirect.cpp
Line 59 in ce4de4f
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.
The text was updated successfully, but these errors were encountered:
Thank you Nlabs-7652. This seems to have fixed a nagging issue I have had with the library.
Sorry, something went wrong.
me too.
@samura @AndrewsBrewing @Nlabs-7652 did any one solve this issue ? my nodemcu is hanging after one day (httpsredirect with google sheet)
No branches or pull requests
Hi,
Sometimes ESP8266 hang up after POST to Google spreadsheet with "Exception (29)"
It seems this line;
ESP8266/HTTPSRedirect/HTTPSRedirect.cpp
Line 59 in ce4de4f
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.
The text was updated successfully, but these errors were encountered: