I would like to ask you for help
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.
Here is the logs from piston:
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)