You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
esp_http_client require some preprocessor guard or better debug. With esp_https_client turned off in menuconfig its possible to compile and run app with those errors, which gives no information where is the issue come from:
I (3336) HTTP_CLIENT: Begin connect to: https://www.howsmyssl.com:443
E (3336) HTTP_CLIENT: No transport found
E (3340) auth3: Error perform http request ESP_ERR_HTTP_INVALID_TRANSPORT
The text was updated successfully, but these errors were encountered:
FayeY
changed the title
[request] esp_http_client better debug
[TW#24056][request] esp_http_client better debug
Jul 6, 2018
esp_http_client require some preprocessor guard or better debug. With esp_https_client turned off in menuconfig its possible to compile and run app with those errors, which gives no information where is the issue come from:
The text was updated successfully, but these errors were encountered: