API Issues w/ 3rd Party Control

Started by emory_board

emory_board

I am trying to send commands from my 3rd party processor. The GET commands work fine, but when I send a PUT I just get a response 0 after it times out. I also tried to send the commands over PowerShell with the syntax listed on Postman, but once I sent the PUT PowerShell locked up. I am able to send the commands via Postman itself and my string syntax looks exactly the same as the json body in Postman. Has anyone run into any issues sending commands outside of Postman?

This is with the Nanoleaf hexigons.

emory_board

I'm using Lua embedded within a larger control platform. I've written to many other APIs with the http client within this environment and I've had no issues until now.