-
Notifications
You must be signed in to change notification settings - Fork 125
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
JS Script does not process next draft #6
Comments
It appears commenting out the close method on line 247 resolves this. Just change line 247 from: Love the script by the way, I appreciate you making it in the first place. |
Just some other little quirks with the script:
|
When I try to run the JS in the console it will proceed to publish one video then timeout at the draft video list. After the timeout it throws this error.
VM15930:69 Uncaught (in promise) TypeError: Cannot read property 'querySelector' of null
at waitForElement (:69:34)
at SuccessDialog.closeDialogButton (:117:26)
at SuccessDialog.close (:121:30)
at Object.publishDrafts [as publish_drafts] (:247:26)
If I find a solution I'll post it here.
I'm running Google Chrome on Windows.
Only things I've changed:
const VISIBILITY = 'Private'; // 'Public' / 'Private' / 'Unlisted'
The text was updated successfully, but these errors were encountered: