The problem has been solved, or a least a workaround, by reporting an issue on GitHub.
I got an Apache webserver up and running on Raspbian as suggested on GitHub, and then things worked fine using this new webserver, the ESP32 didn't crash here.
I noticed that my old server used the following in ...
Search found 6 matches
- Wed Feb 05, 2020 6:27 pm
- Forum: ESP32 Arduino
- Topic: ESP32 crashes after HTTP request
- Replies: 10
- Views: 24264
- Sun Feb 02, 2020 4:45 pm
- Forum: ESP32 Arduino
- Topic: ESP32 crashes after HTTP request
- Replies: 10
- Views: 24264
Re: ESP32 crashes after HTTP request
Header from Fiddler
HTTP/1.1 200 Connection Established
Content-Length: 148
Content-Type: text/html
Server: rpi
Date: Sun, 02 Feb 2020 15:54:59 GMT
Connection: close
Raw content from Fiddler
HTTP/1.1 200 Connection Established
Content-Length: 148
Content-Type: text/html
Server: rpi
Date: Sun ...
HTTP/1.1 200 Connection Established
Content-Length: 148
Content-Type: text/html
Server: rpi
Date: Sun, 02 Feb 2020 15:54:59 GMT
Connection: close
Raw content from Fiddler
HTTP/1.1 200 Connection Established
Content-Length: 148
Content-Type: text/html
Server: rpi
Date: Sun ...
- Sat Feb 01, 2020 4:46 am
- Forum: ESP32 Arduino
- Topic: ESP32 crashes after HTTP request
- Replies: 10
- Views: 24264
Re: ESP32 crashes after HTTP request
Anybody able to help here?
I would really appriciate some help with this.
Thanks in advance
I would really appriciate some help with this.
Thanks in advance
- Wed Jan 22, 2020 8:46 am
- Forum: ESP32 Arduino
- Topic: ESP32 crashes after HTTP request
- Replies: 10
- Views: 24264
Re: ESP32 crashes after HTTP request
Thanks for your suggestion Boarchuz
I tried it, but it didn't make any difference, in my case http.begin always returns a true.
I also get a successful response back with http payload including expected html code, but just after that it crashes.
The strange thing is that it only crashes when it ...
I tried it, but it didn't make any difference, in my case http.begin always returns a true.
I also get a successful response back with http payload including expected html code, but just after that it crashes.
The strange thing is that it only crashes when it ...
- Tue Jan 21, 2020 4:34 pm
- Forum: ESP32 Arduino
- Topic: ESP32 crashes after HTTP request
- Replies: 10
- Views: 24264
Re: ESP32 crashes after HTTP request
I have now finally figured out how to use the ESP Exception Decoder tool, but unfurtunately I didn't get any wiser from that
But I'm hoping it could help anybody else, which can help me understand what the problem is ;)
PC: 0x4015be90: HTTPClient::connected() at C:\Users\kfj41\AppData\Local ...
But I'm hoping it could help anybody else, which can help me understand what the problem is ;)
PC: 0x4015be90: HTTPClient::connected() at C:\Users\kfj41\AppData\Local ...
- Mon Jan 20, 2020 6:23 pm
- Forum: ESP32 Arduino
- Topic: ESP32 crashes after HTTP request
- Replies: 10
- Views: 24264
ESP32 crashes after HTTP request
Hi
Please bear with me, I'm completely new in this ESP32 world.
I'm trying to make a very simple HTTP request from my ESP32 towards a webserver is running on a Raspberry Pi running Win 10 IOT, I have been banging my head for several hours and days trying to solve my problem below.
In most cases ...
Please bear with me, I'm completely new in this ESP32 world.
I'm trying to make a very simple HTTP request from my ESP32 towards a webserver is running on a Raspberry Pi running Win 10 IOT, I have been banging my head for several hours and days trying to solve my problem below.
In most cases ...