01-05-2020, 11:25 AM
Hello again!
I found an issue with idHTTP.Post when a ReadTimeout occurs. It seems to me, that I might receive the DELAYED answer from the previous timeout in the NEXT call to idHTTP.Post!!
This has cost me ours of searching but look at this piece of transactions:
First Post:
Second Post:
Any comments, ideas?
I found an issue with idHTTP.Post when a ReadTimeout occurs. It seems to me, that I might receive the DELAYED answer from the previous timeout in the NEXT call to idHTTP.Post!!
This has cost me ours of searching but look at this piece of transactions:
First Post:
- Ges 05.01.2020 12:04:04: POST /?token=**************************** HTTP/1.1<EOL>Content-Type: application/json; charset=ISO-8859-1<EOL>Content-Length: 173<EOL>Host: eu-wap.tplinkcloud.com<EOL>Accept: application/json<EOL>User-Agent: SmartFlat<EOL><EOL>
- Ges 05.01.2020 12:04:04: {"method":"passthrough","params":{"deviceId":"8006EEBA62D94CECE697137CA53C08D21A2EB65B","requestData":"{\"system\":{\"get_sysinfo\":{\"emeter\":{\"get_realtime\":\"\"}}}}"}}
Second Post:
- Ges 05.01.2020 12:04:06: POST /?token=**************************** HTTP/1.1<EOL>Content-Type: application/json; charset=ISO-8859-1<EOL>Content-Length: 173<EOL>Host: eu-wap.tplinkcloud.com<EOL>Accept: application/json<EOL>User-Agent: SmartFlat<EOL><EOL>
- Ges 05.01.2020 12:04:06: {"method":"passthrough","params":{"deviceId":"80062655216E1D3000B50BA9B79BEB8319611FB8","requestData":"{\"system\":{\"get_sysinfo\":{\"emeter\":{\"get_realtime\":\"\"}}}}"}}
- Erh 05.01.2020 12:04:07: HTTP/1.1 200 <EOL>Content-Type: application/json;charset=UTF-8<EOL>Date: Sun, 05 Jan 2020 11:04:01 GMT<EOL>Content-Length: 712<EOL>Connection: keep-alive<EOL><EOL>{"error_code":0,"result":{"responseData":"{\"system\":{\"get_sysinfo\":{\"sw_ver\":\"1.5.4 Build 180815 Rel.121440\",\"hw_ver\":\"2.0\",\"type\":\"IOT.SMARTPLUGSWITCH\",\"model\":\"HS100(EU)\",\"mac\":\"AC:84:C6:9C:9C:01\",\"dev_name\":\"Smart Wi-Fi Plug\",\"alias\":\"Calypso\",\"relay_state\":1,\"on_time\":7449,\"active_mode\":\"none\",\"feature\":\"TIM\",\"updating\":0,\"icon_hash\":\"\",\"rssi\":-56,\"led_off\":0,\"longitude_i\":163303,\"latitude_i\":482313,\"hwId\":\"A8D378F10FACF73C85F72B445B654AB1\",\"fwId\":\"00000000000000000000000000000000\",\"deviceId\":\"8006EEBA62D94CECE697137CA53C08D21A2EB65B\",\"oemId\":\"0CC41572446631ACD46A8EDFC8942AE1\",\"next_action\":{\"type\":-1},\"err_code\":0}}}"}}
Any comments, ideas?