-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
HTTPClient issues above 1.0.2 #3347
Comments
Rebooting... rst:0xc (SW_CPU_RESET),boot:0x1b (SPI_FAST_FLASH_BOOT) [D][HTTPClient.cpp:383] disconnect(): tcp is closed 30 Backtrace: 0x00000000:0x3ffb1ed0 0x400d1ec4:0x3ffb1ef0 0x400d1f95:0x3ffb1f10 0x400d348e:0x3ffb1f30 0x400d1abd:0x3ffb1f70 0x400d77d5:0x3ffb1fb0 0x40088b9d:0x3ffb1fd0 |
Could you try
|
Tested and works, thank you! It looks like a workaround instead of solution, but I can live with it. :-) |
You are welcome :) You are using deprecated functions, you'd better use the new functions that pass a client (like begin(client,...)). This is indeed a workaround because it is for a deprecated function. |
Hello @Jeroen88 , could you please elaborate what you mean by this:
I have similar problem as @u4mzu4 and I do not use just .begin() in my code. Here is example of my code:
Here is log when it crash:
Many thanks for your answer. |
Hello, |
@dronecz I am almost sure that I ported the HTTPClient library from the ESP8266 and that I left the deprecated functions out for the ESP32. I think someone brought them back in which was a bad idea. You'd better use the functions here and none of the functions between #ifdef HTTPCLIENT_1_1_COMPATIBLE (like here) |
Hello @u4mzu4 , no I did not and to be honest I do not want to as I use this definition in some other functions as well. I had no issue before I upgraded to 1.0.4 . to @Jeroen88 Thanks |
Hello @dronecz , function is coming from ESP8266, but the examples are not updated (yet), so I've checked the 8266 samples for the "new" syntax. Here you are:
|
Hello @u4mzu4 I changed my code to this to use HTTPS:
and so far so good. I hope this will solve my issues. Many thanks to all for your help.
I |
Hi, I encountered the same issues @u4mzu4 started this thread with, and following @Jeroen88 s advice (as in the quote, specifically calling the WiFiClient in the http.begin function) solved my problem! |
You're welcome :) If anyone is interested, the new api can be used with a secure WiFi client too. Just prepare the security on the client and then pass it to http client. If I recall correctly esp8266 has some examples |
Solved also my problem. Thank you |
esp32/1.0.4 の場合に http.begin(urlParts.url )でクラッシュする問題 espressif/arduino-esp32#3347
Hardware:
Board: Olimex ESP32-EVB
Core Installation version: 1.0.4
IDE name: Arduino IDE 1.8.10
Flash Frequency: 80Mhz
PSRAM enabled: no
Upload Speed: 115200
Computer OS: Windows 10
Description:
I try to read some temperatures from ESP8266 webservers via http. It's working properly until 1.0.3/1.0.4. 1.0.2 is the latest stable version for the code below.
Is there any bug in my original code, or there is some unexpected behavior after the core update?
Errors:
Sketch:
Rebooting...
ets Jun 8 2016 00:22:57
rst:0xc (SW_CPU_RESET),boot:0x1b (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0018,len:4
load:0x3fff001c,len:1044
load:0x40078000,len:8896
load:0x40080400,len:5816
entry 0x400806ac
23.40
Guru Meditation Error: Core 1 panic'ed (LoadProhibited). Exception was unhandled.
Core 1 register dump:
PC : 0x4015d2d4 PS : 0x00060430 A0 : 0x800d1b12 A1 : 0x3ffb1ed0
A2 : 0x3ffc1064 A3 : 0x00000002 A4 : 0x3ffc15b0 A5 : 0xf9805d2b
A6 : 0x05000000 A7 : 0x05000000 A8 : 0x05000000 A9 : 0x3ffb1ec0
A10 : 0x3ffba878 A11 : 0x00000000 A12 : 0x0000001c A13 : 0x3ffba848
A14 : 0x00000020 A15 : 0x00000001 SAR : 0x00000014 EXCCAUSE: 0x0000001c
EXCVADDR: 0x00000012 LBEG : 0x4000c46c LEND : 0x4000c477 LCOUNT : 0x00000000
Backtrace: 0x4015d2d4:0x3ffb1ed0 0x400d1b0f:0x3ffb1ef0 0x400d1b81:0x3ffb1f10 0x400d2cc9:0x3ffb1f30 0x400d17cd:0x3ffb1f70 0x400d5e39:0x3ffb1fb0 0x40088b9d:0x3ffb1fd0
Rebooting...
ets Jun 8 2016 00:22:57
rst:0xc (SW_CPU_RESET),boot:0x1b (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0018,len:4
load:0x3fff001c,len:1044
load:0x40078000,len:8896
load:0x40080400,len:5816
entry 0x400806ac
23.40
Guru Meditation Error: Core 1 panic'ed (InstrFetchProhibited). Exception was unhandled.
Core 1 register dump:
PC : 0x00000081 PS : 0x00060430 A0 : 0x800d1b12 A1 : 0x3ffb1ed0
A2 : 0x3ffc1064 A3 : 0x00000081 A4 : 0x3ffc15b0 A5 : 0x0b59b92e
A6 : 0x05000000 A7 : 0x05000000 A8 : 0x8015d2da A9 : 0x3ffb1ec0
A10 : 0x3ffba7c0 A11 : 0x00000000 A12 : 0x0000001c A13 : 0x3ffba7e0
A14 : 0x00000020 A15 : 0x00000001 SAR : 0x00000014 EXCCAUSE: 0x00000014
EXCVADDR: 0x00000080 LBEG : 0x4000c46c LEND : 0x4000c477 LCOUNT : 0x00000000
Backtrace: 0x00000081:0x3ffb1ed0 0x400d1b0f:0x3ffb1ef0 0x400d1b81:0x3ffb1f10 0x400d2cc9:0x3ffb1f30 0x400d17cd:0x3ffb1f70 0x400d5e39:0x3ffb1fb0 0x40088b9d:0x3ffb1fd0
The text was updated successfully, but these errors were encountered: