colloqi / pisignage-server

Local Server to manage piSignage players based on node.js
http://www.pisignage.com
MIT License
372 stars 153 forks source link

deploy: true doesn't work everytime #215

Closed spout closed 1 month ago

spout commented 1 month ago

Hello,

I'm generating an image everyday, and uploaded via the API : POST /postupload The image is uploaded successfully everyday. But the deployment POST /groups/{group_id} with {"deploy": true} (as only payload) doesn't work sometimes without error reported. I think it's not deployed because the image has not significant changes ?

Also tried via the {"deployEveryday": true}, doesn't seem to work like in https://your_username.pisignage.com/

Bug or wrong way ? How do you deploy groups via the API ?

colloqi commented 1 month ago

Correct way is do a GET group, add deploy:true to the payload and POST

spout commented 1 month ago

Correct way is do a GET group, add deploy:true to the payload and POST

Thank you, seems to work.