-
-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Script have problems with looping. #1
Comments
Hello! This is not a bug, script has "exceptions" inside, and on error you'll see the messages from these exceptions. Sample of code for preventing this issue:
|
Thank you. |
Closed
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ex. I have 5 devices, written a loop using the script.
` $config =
(new Config())
->set('timeout', 1)
->set('host', $data_tik['tikDDNS'])
->set('user', $data_tik['tikUser'])
->set('pass', $data_tik['tikPass']);
If the connection to the second device cannot be connected
The script will stop working immediately.
Can I suggest a code?
If any device connection has a problem, report back and continue working all devices are complete.
The text was updated successfully, but these errors were encountered: