Be a part of CinemaVision today! Once registered and logged in, you will have access to public chat and your own private messenger, you can view and contribute guides, collaborate on the forums, review downloads, give reputation to your fellow members, contribute content and so much more. Registering is quick and completely free, so what are you waiting for? Sign In Sign Up
Hope someone can assist. I have the attached script made to be triggered to switch on and change certain lights within the room through a home automation box called Homewizard.co.uk however it seems to give random an error. With every run some urls give the following error response, however, it changes, so sometimes the same url is successfully executed and sometimes not when running it again. (please note the url's are working correctly, as I can enter them in an IE browser and execute them without errors.
I have contacted people that know about the Homewizard and they told me that the Home automation box has problems with receiving to much request in a short period of time. So They advice to give after every command a very short pause before going to the next command.
1. So is there a way to add a line of next that would allow me to pause the followup command in the list with x milliseconds?
2. If no pause code can be given in the cinema vision script, is there a way to have the list executed through PHP with a delay? and if so, could someone give me the correct line of code within the PHP script so I can build on that? My knowledge of PHP is limited. :-)
The error that is sometimes given:
ERROR: Traceback (most recent call last):
<aantal regels met KODI files geeft hij terug>
ConnectionError: ('Connection aborted.', BadStatusLine(",))
Hi,
Hope someone can assist. I have the attached script made to be triggered to switch on and change certain lights within the room through a home automation box called Homewizard.co.uk however it seems to give random an error. With every run some urls give the following error response, however, it changes, so sometimes the same url is successfully executed and sometimes not when running it again. (please note the url's are working correctly, as I can enter them in an IE browser and execute them without errors.
I have contacted people that know about the Homewizard and they told me that the Home automation box has problems with receiving to much request in a short period of time. So They advice to give after every command a very short pause before going to the next command.
1. So is there a way to add a line of next that would allow me to pause the followup command in the list with x milliseconds?
2. If no pause code can be given in the cinema vision script, is there a way to have the list executed through PHP with a delay? and if so, could someone give me the correct line of code within the PHP script so I can build on that? My knowledge of PHP is limited. :-)
The error that is sometimes given:
ERROR: Traceback (most recent call last):
<aantal regels met KODI files geeft hij terug>
ConnectionError: ('Connection aborted.', BadStatusLine(",))
many thanks for any help
test.cvaction
Share this post
Link to post
Share on other sites