-
Notifications
You must be signed in to change notification settings - Fork 88
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
videoJSON
must be a object, so it need a default value {}
, not undefined, or will get TypeError.
#43
Labels
Comments
You should pass an object when calling upload (credentials, [{ path: 'video.mp4', title: 'title 1', description: 'description 1' }]).then(console.log) |
I can understand, but I personally feel that this error message should be verified by the tool and the relevant action error message, not js error, like throw a |
Hi @weizhiqimail , you can send a PR, I will be happy to merge it |
fawazahmed0
added a commit
that referenced
this issue
Oct 8, 2021
crystalWeb3
pushed a commit
to crystalWeb3/youtub_video_upload
that referenced
this issue
Sep 26, 2024
crystalWeb3
added a commit
to crystalWeb3/youtub_video_upload
that referenced
this issue
Sep 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
youtube-uploader/upload.js
Line 317 in 116ece9
The text was updated successfully, but these errors were encountered: