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

UnhandledPromiseRejectionWarning: Error: Returned error: intrinsic gas too low at Object.ErrorResponse #7

Closed
minji-o-j opened this issue May 30, 2020 · 1 comment
Labels
UnhandledPromiseRejectionWarning solidity, javascript 중 생긴 에러

Comments

@minji-o-j
Copy link
Owner

(node:38432) UnhandledPromiseRejectionWarning: Error: Returned error: intrinsic gas too low
at Object.ErrorResponse (C:\Users\minji\Code\201810808\node_modules\web3-core-helpers\src\errors.js:29:16)
at C:\Users\minji\Code\201810808\node_modules\web3-core-requestmanager\src\index.js:166:36
at XMLHttpRequest.request.onreadystatechange (C:\Users\minji\Code\201810808\node_modules\web3-providers-http\src\index.js:110:13)
at XMLHttpRequestEventTarget.dispatchEvent (C:\Users\minji\Code\201810808\node_modules\xhr2-cookies\dist\xml-http-request-event-target.js:34:22)
at XMLHttpRequest._setReadyState (C:\Users\minji\Code\201810808\node_modules\xhr2-cookies\dist\xml-http-request.js:208:14)
at XMLHttpRequest._onHttpResponseEnd (C:\Users\minji\Code\201810808\node_modules\xhr2-cookies\dist\xml-http-request.js:318:14)
at IncomingMessage. (C:\Users\minji\Code\201810808\node_modules\xhr2-cookies\dist\xml-http-request.js:289:61)
at IncomingMessage.emit (events.js:322:22)
at endReadableNT (_stream_readable.js:1187:12)
at processTicksAndRejections (internal/process/task_queues.js:84:21)
(node:38432) 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: 1)
(node:38432) [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.

@minji-o-j
Copy link
Owner Author

gas 8000에서 800000으로 높여서 해결

@minji-o-j minji-o-j added the UnhandledPromiseRejectionWarning solidity, javascript 중 생긴 에러 label Jun 18, 2020
minji-o-j added a commit that referenced this issue Dec 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
UnhandledPromiseRejectionWarning solidity, javascript 중 생긴 에러
Projects
None yet
Development

No branches or pull requests

1 participant