sometime python client not update from xibo server

Asked by pj

I set xmdsUpdateInterval=120 my python client so that every 2minutes to poll from my xibo server updates for any changes was made to my layout1 but my display in client nothing change, I don't know what happen, suppose any changes that was made to my layout1 update to the cache of python client every max -10 or +10 mins. but 30 minute not change. is there any problem or limitation for python client? thanks

Question information

Language:
English Edit question
Status:
Solved
For:
Xibo Edit question
Assignee:
No assignee Edit question
Solved by:
Alex Harrington
Solved:
Last query:
Last reply:
Revision history for this message
Alex Harrington (alexharrington) said :
#1

The client won't display the new content until the layout has played through in its entirety. So if your layout takes a long time to run then it will take a long time for you to see the updated content.

Revision history for this message
Best Alex Harrington (alexharrington) said :
#2

You can press "i" then "n" then "i" to force the client to move on to the next layout manually if you're just testing.

Alex

Revision history for this message
pj (puye) said :
#3

ah Ok I will try out and update you

Revision history for this message
pj (puye) said :
#4

and thanks for fast reply

Revision history for this message
pj (puye) said :
#5

Thanks Alex Harrington, that solved my question.