When the user's internet connection is specially slow, a loading screen is displayed after the video is finished processing.
This causes the script to fail, since the wait time of 3 seconds is not sufficient.
Changing the wait from implicit to explicit minimizes (although doesn't completely eliminate) this problem.
When the user's internet connection is specially slow, a loading screen is displayed after the video is finished processing. This causes the script to fail, since the wait time of 3 seconds is not sufficient. Changing the wait from implicit to explicit minimizes (although doesn't completely eliminate) this problem.