-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
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
how to get spreadsheet data using appscript with esp32 #91
Comments
Welcome to HTTPSRedirect! Please provide enough info to debug the issue. |
Hello! I'm having the same problem. The Serial port is giving me this (with the DEBUG option set to true):
I think I gets stuck at the HTTPSRedirect::getResponseStatus() function, specifically in the do-while part. Any idea why? Thanks! |
Hi @iamEMgineer you are right. if you kindly share your code i thing i can help you. |
I have managed to get it to work by uncommenting line 89 stop(); |
@ybourdon - please use the author's correct name and create a new issue. |
At which file do you uncomment this |
|
|
i tried using httpsredirect library but esp32 is hanging at client->GET(url,host) or at client->getResponseBody(),i am unable to resolve the issue can any one get me the complete working code on esp32
The text was updated successfully, but these errors were encountered: