Closed gamename closed 10 months ago
@hmalpani I've done some refactoring in hopes of getting around the error. Now the crash happens consistently at this point.
I will attach a coredump. esp_core_dump.txt
I have the same problem you had. How did you solve it?
@yaghmr I wrote an http wrapper and it finally worked. Here is the zip file for it http_manager-main.zip
Answers checklist.
IDF version.
v5.3-dev-796-g30870c819f
Espressif SoC revision.
ESP32-D0WD-V3 (revision v3.1)
Operating System used.
macOS
How did you build your project?
Command line with CMake
If you are using Windows, please specify command line type.
None
Development Kit.
ESP32-WROOM-32D
Power Supply used.
USB
What is the expected behavior?
Sending an HTTPS POST message
What is the actual behavior?
intermittent crash when reading the
esp_http_client_config_t
client configSteps to reproduce.
The code is here, so I suspect something is not correct in my config.
Debug Logs.
More Information.
This is new code, so its possible I am mis-configuring something.