webCoRE HTTP GET request not properly running


#1

@ipaterson
1) Give a description of the problem
From the last update of Hubitat webCoRE to version v0.3.113.20210203 my simple piston with HTTP GET stop properly running. The content of the “speed” file on NAS server is “65” but when webCoRE run below piston the HTTP GET request get response with this result “NjgK”
The same piston on ST webCoRE v0.3.111.20210130 is running fine without any issues.

2) What is the expected behaviour?
The $response should collect this value “65” from http://10.10.11.113/speed

3) What is happening/not happening?
The below piton collect strange sort of alphabets “NjgK”

**4) Post a Green Snapshot of the piston![image|45x37]

5) Attach logs after turning logging level to Full
2/5/2021, 6:49:33 PM +919ms
+15ms ╔Stopping piston…
+31ms ╚Piston successfully stopped (15ms)
2/5/2021, 6:48:55 PM +570ms
+2ms ╔Received event [Home].wc_async_reply = httpRequest with a delay of 71ms, canQueue: false, calledMyself: true
+6ms ║RunTime initialize > 5 LockT > 0ms > rtDT > 2ms > pistonT > 1ms (first state access 3 2 3)
+8ms ║Runtime (5616 bytes) successfully initialized in 2ms (v0.3.113.20210203_HE)
+11ms ║╔Execution stage started
+18ms ║║Executed virtual command setVariable (2ms)
+22ms ║╚Execution stage complete. (12ms)
+57ms ║Setting up scheduled job for Fri, Feb 5 2021 @ 6:50:55 PM CET (in 120s)
+59ms ╚Event processed successfully (58ms)
2/5/2021, 6:48:55 PM +96ms
+3ms ╔Received event [Home].time = 1612547335467 with a delay of -371ms, canQueue: true, calledMyself: false
+11ms ║RunTime initialize > 10 LockT > 1ms > rtDT > 2ms > pistonT > 2ms (first state access 7 5 5)
+13ms ║Runtime (5585 bytes) successfully initialized in 2ms (v0.3.113.20210203_HE)
+16ms ║Synchronizing scheduled event, waiting for 356ms
+373ms ║╔Execution stage started
+378ms ║║Cancelling statement #7’s schedules…
+383ms ║║Sending asynchttpGet web request to: 10.10.11.113/speed
+385ms ║║Executed virtual command httpRequest (2ms)
+387ms ║║Requesting a wake up for Fri, Feb 5 2021 @ 6:49:19 PM CET (in 24s)
+393ms ║╚Execution stage complete. (19ms)
+434ms ║Setting up scheduled job for Fri, Feb 5 2021 @ 6:49:19 PM CET (in 24s), with 1 more job pending
+436ms ╚Event processed successfully (434ms)
2/5/2021, 6:48:55 PM +499ms
+3ms ╔Received event [Home].wc_async_reply = httpRequest with a delay of 0ms, canQueue: true, calledMyself: false
+7ms ╚Event queued (5ms)

REMOVE BELOW AFTER READING
If a solution is found for your question then please mark the post as the solution.


#2

I sent a note to you on this (I think in other forum)


#3

Hi @E_Sch, yes it was on hubitat.com.
I already replied to you.