Thorbjörn Geiser

Results 18 comments of Thorbjörn Geiser

It's 10 sec 19:23:02.769 -> [ENTS]: HTTP_CODE: 200 19:23:02.769 -> [HTTP-Client] read chunk len: 3701 19:23:12.735 -> [HTTP-Client][returnError] error(-11): read Timeout 19:23:12.735 -> [HTTP-Client][returnError] tcp stop 19:23:12.781 -> [ENTS]: Length=236

**Same ERROR - Extract of full debug print (For full debug print, se end of this comment** 1. Http code=200 = OK 2. Read length=3697 OK 3. Timeout? error -11,...

Thanks for continuing to work on this issue. Can it be something in the dataproviders data that is not expected or? I cannot share my Token but use this guide...

Let me know if there is a problem getting the TOKEN for tests. Appreciate the continuation of finding why Entso-e data is lost or truncated with getString(). Entso-e is a...

> Building w/ `-DDEBUG_ESP_CORE -DDEBUG_ESP_SSL -DDEBUG_ESP_TLS_MEM -DDEBUG_ESP_HTTP_CLIENT` would give us some more info about the connection. > > Not sure if above is related, since we check both available() and...

Can you explain how to use const String& instead of String - do you mean "String payload" should be "const String payload"? Debug data is enourmous and I get Exception(29)...

> > Can you explain how to use const String& instead of String - do you mean "String payload" should be "const String payload"? > > `String payload = https.getString();`...

**Code now: with const String& payload and also prints ESP.getFreeHeap()** if (https.begin(*client, url)) { https.addHeader("Content-Type", "application/xml"); https.setTimeout(10000); httpCode = https.GET(); printDEBUGln(String(F("[ENTS]: HTTP_CODE: ")) + String(httpCode)); if (httpCode == HTTP_CODE_OK ||...

After minimizing memory use, the ESP8266 still does not get the data with getString() but it does not crash It just hangs waiting for timeout with "Reallocating large String.. 16:11:43.323...

Appreciate if we can get this solved asap, it is causing me lots of trouble. ... or is there another way - maybe a workaround to get extract the price...