You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a weird one because the only time a click function is used in the script, is just clicking play on the loading page. And there are checks to make sure the button exists before clicking it. When does this error occur for you?
You shouldn't need to click play, the script should do it automatically. Maybe you are clicking play before the script gets to it, which destroys the button. Since the button doesn't exist, this is why the error is showing. I'll add an extra check for the button before clicking it, just in case.
The text was updated successfully, but these errors were encountered: