Skip to content
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

addFields() bug!? #59

Closed
vnvyvu opened this issue Feb 27, 2021 · 0 comments · Fixed by #60
Closed

addFields() bug!? #59

vnvyvu opened this issue Feb 27, 2021 · 0 comments · Fixed by #60
Labels
bug/error Something isn't working/right

Comments

@vnvyvu
Copy link

vnvyvu commented Feb 27, 2021

image

(node:15268) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'build' of undefined
at Object.character (*hide)
at Client. (*hide)
at processTicksAndRejections (internal/process/task_queues.js:93:5)
(node:15268) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag --unhandled-rejections=strict (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 2)
(node:15268) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.

I used this tutorial

image

however, addField() works well!

@gazmull gazmull added the bug/error Something isn't working/right label Feb 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug/error Something isn't working/right
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants