The api I'm calling has no authentication and is a simple Get that returns a very simple json.
Could not find anything on this status code in the forums so trying here
Method I'm calling is asynchttpGet() and I can see the callback method being called, but the getData() value i null and status = 555
Hope you can help
555 - Unknown Platform Error
Which is a short way of saying the developer has a bug that is preventing the application from returning a meaningful answer.
Is that something I can debug? The api I'm consuming is really simple and just returning this json so I doubt its something wrong with it. If it was network related getting the return request to hubitat I assumed there would be more info about that status code here.
{"data":"NORMAL"}
If you control the server/API for where you are making the call you might be able to. Problem is at the API side, could be a server misconfiguration or simply a process on it that is getting hung up.