Webserver commands only works ONCE?
Posted: Fri Sep 08, 2023 06:04
Hi folks
Can you think of a reason why Post requests only work for the first time for each parameter?
While sending to th webserver a command, only the first time hits for eample:
curl -X POST "http://192.168.0.180:8080/api/v1/compos ... /2/connect" -H "accept: */*" -H "Content-Type: application/json" -d "true"
Will connect to the second column after resolume restart but wont connect if executed again until next restart with this respose:
Code Description Links
204
OK
No links
404
The requested column does not exist
When obviously the media exists.
Thanks oin advance.
Can you think of a reason why Post requests only work for the first time for each parameter?
While sending to th webserver a command, only the first time hits for eample:
curl -X POST "http://192.168.0.180:8080/api/v1/compos ... /2/connect" -H "accept: */*" -H "Content-Type: application/json" -d "true"
Will connect to the second column after resolume restart but wont connect if executed again until next restart with this respose:
Code Description Links
204
OK
No links
404
The requested column does not exist
When obviously the media exists.
Thanks oin advance.