I’m having webcore problems with the following piston. It’s called every 20 mins from another piston, and all it does is check whether my windows server is running. The url returns a simple “test page” message if the IIS server is up.
I recently noticed it wasn’t working, and when I tried to edit/test it wouldn’t load in the IDE, so I had to recreate it.
When the server was down it worked fine when I clicked “test”, however when the server was up, I noticed the web call waiting 20 secs before returning (as it did when the server was down), it then returns the “test page” message and works, but then it runs again repeatedly.
I wondered if the problem was the web page, it was created using MS word and saved as htm, and just contains the test “test page” although word puts much more around it.
I tried changing the web content, but now the piston will not test. It just says "testing for about 10 secs, but nothing happens. I’ve tried pausing and it wont pause either.
I have a similar piston for my NAS which works fine. However the response from the NAS when its running is an error 302 error message. This is returned instantly and indicates the NAS is running.
I suspect something has gone wrong and the piston is running continuously and I can’t get control of it (ctrl c , break etc)