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

InteractRead throws undefined #3

Closed
TheLoneRonin opened this issue Jan 8, 2021 · 0 comments
Closed

InteractRead throws undefined #3

TheLoneRonin opened this issue Jan 8, 2021 · 0 comments

Comments

@TheLoneRonin
Copy link

Description

  • Getting contract state seems to throw an error

  • I've noticed specifically at line 351 is what is throwing the error

  • I've provided a debug log for reference purposes. But keep in mind that this output uses the compiled Javascript.

OS

Ubuntu 20.04

Debug Log

(node:57237) UnhandledPromiseRejectionWarning: ReferenceError: interactRead is not defined
    at Community.<anonymous> (/home/fortytwo/Projects/Amplify/node/node_modules/community-js/lib/community.js:306:13)
    at Generator.next (<anonymous>)
    at /home/fortytwo/Projects/Amplify/node/node_modules/community-js/lib/community.js:8:71
    at new Promise (<anonymous>)
    at __awaiter (/home/fortytwo/Projects/Amplify/node/node_modules/community-js/lib/community.js:4:12)
    at Community.get (/home/fortytwo/Projects/Amplify/node/node_modules/community-js/lib/community.js:301:16)
    at Community.<anonymous> (/home/fortytwo/Projects/Amplify/node/node_modules/community-js/lib/community.js:316:36)
    at Generator.next (<anonymous>)
    at /home/fortytwo/Projects/Amplify/node/node_modules/community-js/lib/community.js:8:71
    at new Promise (<anonymous>)
    at emitUnhandledRejectionWarning (internal/process/promises.js:168:15)
    at processPromiseRejections (internal/process/promises.js:247:11)
    at processTicksAndRejections (internal/process/task_queues.js:94:32)
(node:57237) ReferenceError: interactRead is not defined
    at Community.<anonymous> (/home/fortytwo/Projects/Amplify/node/node_modules/community-js/lib/community.js:306:13)
    at Generator.next (<anonymous>)
    at /home/fortytwo/Projects/Amplify/node/node_modules/community-js/lib/community.js:8:71
    at new Promise (<anonymous>)
    at __awaiter (/home/fortytwo/Projects/Amplify/node/node_modules/community-js/lib/community.js:4:12)
    at Community.get (/home/fortytwo/Projects/Amplify/node/node_modules/community-js/lib/community.js:301:16)
    at Community.<anonymous> (/home/fortytwo/Projects/Amplify/node/node_modules/community-js/lib/community.js:316:36)
    at Generator.next (<anonymous>)
    at /home/fortytwo/Projects/Amplify/node/node_modules/community-js/lib/community.js:8:71
    at new Promise (<anonymous>)
(node:57237) [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.
    at emitDeprecationWarning (internal/process/promises.js:180:11)
    at processPromiseRejections (internal/process/promises.js:249:13)
    at processTicksAndRejections (internal/process/task_queues.js:94:32)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants